104 questions
I would like to do real-time object detection using YOLOv3 webcam on ubuntu for windows.I came to the point where OpenCV works while looking at various sites, but when I was actually running YOLOv3, I...
Prerequisites/ProblemsVersion: Python 3.7.3OpenCV 4.1.0 If you read the jpg file with the imread function and write the jpg file with the imwrite function without any action, the jpg file size will be...
rectangle(drawing, boundRect[i].tl(), boundRect[i].br(), color, 2, 8, 0);So, the coordinates of the upper left and lower right of the rectangle are shown, but I don't know how to use them to show the ...
Please tell me how OpenCV counts vehicles in motion.
I'm a beginner at OpenCV. I can use OpenCV to process color conversion and binary inversion of images, but I don't know how to distinguish between models (such as regular cars and trucks). Please tell...
The following errors do not disappear!cv::MATh_image expression requires a pointer typeos windows 10Compiler visual studio 2017 Thank you for your cooperation.Cited from:https://detail.chiebukuro.yaho...
Show questions tagged with python3 and
The following C++ programs cannot be compiled. What is the cause?#include stdio.h# include highgui.h# include cv.hint main(intargc, char**argv){ IplImage*img=cvLoadImage(argv[1]); cvNamedWindow(scrot....
I am thinking of developing an application using the camera function of OpenCV.So when I installed OpenCV on Windows 10 and set the OpenCV environment on Visual Studio, the webcam did not show any ima...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.