I'm developing software in c ++ using Visual Studio 2015, and I'm using two external libraries OPENCV and FlyCapture2.
I developed the software and it runs normally on my computer, but at the time of moving to another computer it says it is miss...
Hello! I recently started to venture into the OpenCV library in C ++. Today, I want to create a program that applies a classifier in a polygon ROI (5 points), obtained through 5 clicks with the mouse on the cam image. The classifier can only sta...
I've been able to run this code before, but now it does not work. He needs to draw a square on the video screen.
Error:
Traceback (most recent call last):
File "/home/ggoulart/PycharmProjects/INTPYT_HandTracker/Main.py", line 13, i...
Good morning I'm studying the Opencv library for computational view in Ubuntu 14.04 I'm using Eclipse Mars.2 programming in C ++. The following error appears:
./ image.o: undefined reference to symbol
'_ZN2cv6imreadERKNS_6StringEi'
M...
void trackFilteredObject(int &x, int &y, Mat threshold, Mat &cameraFeed) {
Mat temp;
threshold.copyTo(temp);
//these two vectors needed for output of findContours
vector< vector<Point> > contours;
vector<Vec4i> hiera...
In a process of creating a haarcascade, I performed the procedures according to the tutorials of the OpenCV library and arrived at the result of a vector with the number of 70 positive images named positives.vec . The vector is being generate...
I'm starting to study image recognition, I've even messed with OpenCV I've done some basic face recognition tests and some objects that already come in the library, I'd like to capture the screen instead of a webcam to locate something on the sc...
I installed opencv-python by Anaconda, but when I try to import it, the error is displayed:
DLL load failed: Não foi possível encontrar o módulo especificado.
Any ideas?