opencv tag

104 questions


1 answers
83 views
0
Video Recognition Questions Using Darknet yolov2

I'm a beginner trying to recognize videos.The environment uses Ubuntu 16.04 LTS.I installed CUDA, OpenCV, and Darknet, respectively, and ran the code with mp4 files, but I got an error.Is there any so...

2 years ago

1 answers
125 views
0
How to read the image data of the camera application into OpenCV

After taking a picture with a camera, we are creating an app that allows you to enter any character into the image.I'm thinking about how to do it as follows:Launch the camera application created by A...

2 years ago

1 answers
106 views
0
Coordinate designation of arrays in python

python 3.6 opencv3I don't know how to find one position (x,y) coordinate in numpy ndarray.The reason why I want to access the numpyndarray address is because I thought that the cv2.Keypoints() argumen...

2 years ago

1 answers
101 views
0
No Video in Python as cv2.imshow

I'm a beginner.http://opencv.blog.jp/python/install_easy and try to get python to use opencv to display the image, but the new window freezes and does not appear, either pythonxy or anaconda.The code ...

2 years ago

1 answers
83 views
0
I want to use OpenCV on my Mac on Python 3.

As per the title, I would like to use OpenCV on Python 3.However, OpenCV 3.0.0 is already installed, but /usr/local/Cellar/opencv3/3.0.0/libThere is only a Python 2.7 folder in .I think I didn't have ...

2 years ago

1 answers
150 views
0
OpenCV Error in Python 2.7.6

Load data from OpenCV.However, the following error occurred when compressing the image to size 28x28.Error ContentsOpenCV Error: Assertion failed(ssize.area()>0) in resize, file/build/build/opencv-...

2 years ago

1 answers
103 views
0
I get an import error when I try to import opencv in python.

I installed opencv2 on brew, but when I try to import on python, I get the following error.By the way, my environment is as follows:python version: 3.6.0Mac OS version: 10.12.3 File<stdin>, line...

2 years ago

1 answers
140 views
0
Error in clustering images using scikit-learn/k-means

There is a program that uses SURF to extract feature quantities from jpg image files in a directory, group all SURFs using the k-means method to find visual word, and use it to make a list of local fe...

2 years ago

2 answers
113 views
0
How to Pass Mat Data (or Vector Data) to Shared Memory

I am having trouble knowing how to pass OpenCV Mat data or Vector data to shared memory.I may not understand how to use the pointer, but I would appreciate it if you could give me some advice.I wanted...

2 years ago

1 answers
127 views
0
Regarding python practice data analysis 100 knock knocks 81s

If you enter the code below, you will receive the error NoneType object has no attribute shape, opencv has already been installed and the image has been uploaded.Please let me know if there are any mi...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.