g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 ロベールのC++教室のweb版第54章を読んでいた。(最終更新日が2000.6.24) getsを使用したとき下記のエラーが出た error: ‘gets’ was not declared in this scope コードは下記 File3.cpp #include <stdio.h> #include <string.h>intmain(){FILE*...
重要なポイントは以下のポイント。 error:'CV_LOAD_IMAGE_GRAYSCALE'was not declaredinthis scope error: ‘CV_LOAD_IMAGE_COLOR’ was not declaredinthis scope cv_img=cv::imread(image.first, CV_LOAD_IMAGE_COLOR); caffeのcmakeやmake実行時にこのようなエラーが出ている場合、以下の対処法で解...