Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus
Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus copied to clipboard
Implement complex computer vision algorithms and explore deep learning and face detection
I think the executable instruction for Chapter5 should be, "./Chapter5 ../data/test.pgm" when inside the build dir. That's how I got it to work.
Dear PackPublishing It seems there is typo in creating myRow/myCol i.e. for instance `int myRow=color.cols-1; ` to be `int myRow=color.rows-1;` https://github.com/PacktPublishing/Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus/blob/f5aaab9dc17fb6dd62108acb3d52aec81a3fd275/Chapter02/sample1.cpp#L27
OpenCV 4.0.0, installed from source. Able to build/run the samples in other chapters without DNN module. CMakeFiles/DeepLearning_ch12.dir/main.cpp.o: In function `main': main.cpp:(.text+0x177): undefined reference to `cv::dnn::dnn4_v20180917::readNetFromDarknet(std::__cxx11::basic_string const&, std::__cxx11::basic_string const&)' main.cpp:(.text+0x18b): undefined...

takes me to error 
Was I running the program incorrectly? 
Hi authors, I have followed the book to check the chapter 10 video [here](https://www.youtube.com/watch?v=OJvtxYgyB9o). However, when I checked this Github repo, I could not find the Cmake file and the...