¡@

Home 

python Programming Glossary: vision

How to remove convexity defects in a Sudoku square?

http://stackoverflow.com/questions/10196198/how-to-remove-convexity-defects-in-a-sudoku-square

any method for this in OpenCV python opencv computer vision sudoku share improve this question I have a solution that..

Image transformation in OpenCV

http://stackoverflow.com/questions/10364201/image-transformation-in-opencv

am using cv2 version. python opencv mathematica computer vision share improve this question Apart from etarion's suggestion..

OpenCV dot target detection not finding all targets, and found circles are offset

http://stackoverflow.com/questions/10404062/opencv-dot-target-detection-not-finding-all-targets-and-found-circles-are-offse

current output python c opencv image processing computer vision share improve this question Playing the code I wrote in..

OpenCV 2.4.1 - computing SURF descriptors in Python

http://stackoverflow.com/questions/10984313/opencv-2-4-1-computing-surf-descriptors-in-python

the second call to SURF.detect python opencv computer vision share improve this question I am not sure whether i understand..

Calculate camera world position with OpenCV Python

http://stackoverflow.com/questions/14444433/calculate-camera-world-position-with-opencv-python

guess. What's wrong with my method python opencv computer vision augmented reality homography share improve this question ..

Image comparison algorithm

http://stackoverflow.com/questions/1819124/image-comparison-algorithm

python image image processing compare computer vision share improve this question A similar question was asked..

How to detect a Christmas Tree?

http://stackoverflow.com/questions/20772893/how-to-detect-a-christmas-tree

in these images c python opencv image processing computer vision share improve this question I have an approach which I think..

How can I detect and track people using OpenCV?

http://stackoverflow.com/questions/2188646/how-can-i-detect-and-track-people-using-opencv

doing this preferably in Python python opencv computer vision motion detection share improve this question The latest..

Live video stream on server (PC) from images sent by robot through UDP

http://stackoverflow.com/questions/4035365/live-video-stream-on-server-pc-from-images-sent-by-robot-through-udp

are already couple modules running on the robot for motion vision sonar speech etc . I have a PC from which I control the robot...

Detecting if an object from one image is in another image with OpenCV

http://stackoverflow.com/questions/7881133/detecting-if-an-object-from-one-image-is-in-another-image-with-opencv

many. 6 I have no real background in OpenCV or computer vision at all so I'm starting from scratch here. My initial thought.. Python or C#. c# python image processing opencv computer vision share improve this question Check out the SURF features..

Robust Hand Detection via Computer Vision

http://stackoverflow.com/questions/8593091/robust-hand-detection-via-computer-vision

Python bindings. python image processing opencv computer vision skin share improve this question Have you taken a look at.. . A great resource for source code related to computer vision and image processing which happens to include code for visual..

Machine vision in Python

http://stackoverflow.com/questions/887252/machine-vision-in-python

vision in Python I would like to perform a few basic machine vision.. in Python I would like to perform a few basic machine vision tasks using Python and I'd like to know where I could find tutorials.. I know the only free library for Python that does machine vision is PyCV which is a wrapper for OpenCV apparently but I can't..

Performance comparison of OpenCV-Python interfaces, cv and cv2

http://stackoverflow.com/questions/9357696/performance-comparison-of-opencv-python-interfaces-cv-and-cv2

cv2 for the above code python performance opencv computer vision cv share improve this question The image returned by cv2.imread..

Simple Digit Recognition OCR in OpenCV-Python

http://stackoverflow.com/questions/9413216/simple-digit-recognition-ocr-in-opencv-python

file either KNearest or SVM python opencv numpy computer vision ocr share improve this question Well I decided to workout..

writing robust (color and size invariant) circle detection with opencv (based on Hough transform or other features)

http://stackoverflow.com/questions/9860667/writing-robust-color-and-size-invariant-circle-detection-with-opencv-based-on

Are there better approaches c python c opencv computer vision share improve this question The following is based on my.. question The following is based on my experience as a vision researcher. From your question you seem to be interested in..