opencv tag

104 questions


1 answers
120 views
0
APPLICATION OF HOMOGRAPHY CONVERSION TO IMAGE IN OpenCV

I would like to apply the homography matrix to the input image by cv::warperspectiveTransform().A memory access violation occurs. I tried many things referring to OpenCV warpperspective, but it didn't...

2 years ago

1 answers
92 views
0
DETECTABLE DETECTION WINDOW IN OBJECT DETECTION METH

If you use the code below to detect objects, multiple detection windows will be displayed for one object.(I think it's because the object was recognized as multiple because it was slightly separated o...

2 years ago

1 answers
55 views
0
I want to get camera angle with OpenCV

There is a fixed camera.This camera can change the angle.(Frequently used surveillance camera)There are different images 1 and 2 by changing the angle with this camera.I would like to find the angle i...

2 years ago

1 answers
73 views
0
DELETION METHOD OF CURVED NOISE LINE IN OCR

Let's say there's some kind of noise in the OCR.If it is close to a straight line, it can be deleted by Huff conversion extraction.↓ There is also a way to delete it.http://www.morethantechnical.com/2...

2 years ago

1 answers
70 views
0
NDK fails to resolve std,cv names in cpp in JNI

I am trying to import and compile OpenCV tutorial (OpenCV Tutorial 2-Mixed Processing) in Eclipse.Symbol'std'could not be resolved, Symbol'cv'could not be resolved in jni_part.cppIt will be APP_STL sp...

2 years ago

1 answers
71 views
0
I want to divide the image equally with OpenCV.

When dividing an image in opencv, to save one image in four parts#-*-coding:utf-8-*-import cv2defmain(): ''' # Cut out the rectangular portion through two points (x1, y1), (x2, y2) clp=img [x1:x2, y1:...

2 years ago

1 answers
86 views
0
CMake Error: The source directory"/home/opencv" does not exist. on Raspberry Pi

This is the Raspberry Pi screen.pi@raspberrypi:~$cmake-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules/../opencv/CMake Error: The source directory/home/opencv does not exist.Specify --help for us...

2 years ago

1 answers
75 views
0
Understanding Distance Estimation with Monocular Cameras

I would like to recognize objects from images taken with my smartphone and estimate the distance from the position taken to the object.Right now, I'm able to recognize objects from the images I took w...

2 years ago

1 answers
83 views
0
Remove Python duplicate output and output only once

If the number of fingers is recognized and the number of fingers is satisfied, the print is printed in cmd, but the print is duplicated. if (now1-before1).seconds >= 2: cv2.putText(frame, 'hello', ...

2 years ago

1 answers
81 views
0
This is a question about using Python in Raspberry Pi to retrieve images from the example opencv

I saved the image and Python file in the same placeython 3.5.3 (default, Jan 19 2017, 14:11:04) [GCC 6.3.0 20170124] on linuxType copyright, credits or license() for more information.import numpy as n...

2 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.