You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/27 05:00:07 UTC

[GitHub] liangxi627 removed a comment on issue #12120: compile error in "image_aug_default.cc"

liangxi627 removed a comment on issue #12120: compile error in "image_aug_default.cc"
URL: https://github.com/apache/incubator-mxnet/issues/12120#issuecomment-416097347
 
 
   @nuaawzl It works, thanks! But there is another error
   
   > tools/im2rec.cc: In function ‘int main(int, char**)’:
   tools/im2rec.cc:88:20: error: ‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope
      int color_mode = CV_LOAD_IMAGE_COLOR;
                       ^
   tools/im2rec.cc:90:22: error: ‘CV_INTER_LINEAR’ was not declared in this scope
      int inter_method = CV_INTER_LINEAR;
                         ^
   tools/im2rec.cc:195:31: error: ‘CV_IMWRITE_PNG_COMPRESSION’ was not declared in this scope
          encode_params.push_back(CV_IMWRITE_PNG_COMPRESSION);
                                  ^
   tools/im2rec.cc:199:31: error: ‘CV_IMWRITE_JPEG_QUALITY’ was not declared in this scope
          encode_params.push_back(CV_IMWRITE_JPEG_QUALITY);
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services