Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus icon indicating copy to clipboard operation
Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus copied to clipboard

Implement complex computer vision algorithms and explore deep learning and face detection

Results 8 Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus issues
Sort by recently updated
recently updated
newest added

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...

![image](https://github.com/PacktPublishing/Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus/assets/60334798/e71971b5-11a8-4da7-aa6b-d6dacba18062)

takes me to error ![image](https://github.com/PacktPublishing/Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus/assets/60334798/75aac33e-c9fa-43b1-8354-47f30403d53d)

Was I running the program incorrectly?   ![Screenshot 2024-03-26 183215](https://github.com/PacktPublishing/Building-Computer-Vision-Projects-with-OpenCV4-and-CPlusPlus/assets/60334798/12583b03-2c7c-46ec-8910-21c8b60aa4d6)

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...