opencv tag

104 questions


1 answers
64 views
0
What is the function to reverse cv::magnitude()?

I am using OpenCV 2.4.13.cv::magnitude(vecX,vecY,vec); allows you to find the vector size, but On the contrary, is the function for finding the X and Y components of the vector prepared in OpenCV?I'm ...

2 years ago

2 answers
105 views
0
I want to know how to find the center of gravity using OpenCV.

We used Facemark:Facial Landmark Detection using opencv as a program to detect facial features, from which we drew only mouth lines.At that time, I want to find the center of gravity of my mouth, but ...

2 years ago

1 answers
91 views
0
How do I prevent the useb camera from becoming unstable in an OpenCV-Python environment?

What do you want to doI want my USB camera connected to my PC to work with opencv-python so that I can take real-time videos and display them on the screen.What's troubling youAfter testing the operat...

2 years ago

1 answers
81 views
0
"I want to run the sample program ""face-detection"" in-camera + vertical orientation on Android + OpenCV."

I looked for the OpenCV reference and source code, but I want to run it in camera + vertical direction, but I can't do it as the camera preview was intended.If your smartphone is sideways, the preview...

2 years ago

1 answers
83 views
0
python type error: data type = 17 is not supported

python 3.6.1 opencv3 flags=cv2.KMEANS_RANDOM_CENTERSretval, bestLabels, codebook = cv2.kmeans (features, self.codebookSize, None, term_crit, iterMax, flags)self.classifier.train(codebook, np.arry(rang...

2 years ago

2 answers
103 views
0
Understanding C++ and Python Array Calculations

The opencv image processing program has been rewritten to C++→Python.Among them, there was an element-by-element subtraction of the array (120, 109, 3), but this result does not fit between the two pr...

2 years ago

1 answers
92 views
0
Image Manipulation in SPRESENSE

I would like to connect the image sensor to SPRESENSE, and if possible, I would like to use opencv to operate the image, but would it be possible to incorporate opencv into nuttx and move it?

2 years ago

1 answers
100 views
0
Convert the mov file to a numpy array

I would like to read the quick time movie format video file and convert it to a 3D numpy array.[Frame, X, Y] is the image.You can save up to the serial number jpg below (all you have to do is read thi...

2 years ago

1 answers
62 views
0
Can I use it the same way as if I had installed it by simply moving the opencv folder?

I would like to create a system using OpenCV 2.4.9 on Raspberry Pi 3 Model B, but can I use it the same way by copying and moving OpenCV folders that are already installed on another Raspberry Pi inst...

2 years ago

1 answers
94 views
0
cvSetTrackbarPos exits as soon as you move the trackbar

I'm a beginner at OpenCV.I'd like to add a function to jump the video according to the location of the track bar, but if you allow the track bar to move while playing the video in cvSetTrackbarPos, it...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.