opencv tag

104 questions


1 answers
142 views
0
I want to connect to the webcam from WSL(ubuntu)

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

1 years ago

1 answers
106 views
0
After loading the jpg file in OpenCV, the file size increases when you export it.

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

1 years ago

1 answers
106 views
0
opencvc++ I want to draw the center of gravity of the rectangle and the leftmost x coordinate of the rectangle and the rightmost y coordinate.

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

1 years ago

1 answers
98 views
0
Information on how to count running vehicles in OpenCV.

Please tell me how OpenCV counts vehicles in motion.

1 years ago

1 answers
122 views
0
Information on how to use OpenCV to determine the type of vehicle.

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

1 years ago

2 answers
82 views
0
I want to binarize with opencv and display specific coordinates.

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

1 years ago



1 answers
139 views
0
C++ Cannot Compile OpenCV Programs

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

1 years ago

1 answers
124 views
0
OpenCV Development Environment

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

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.