Tagged Questions
1
vote
1answer
43 views
How to write text on a image in windows using python opencv2
I am a newbee to Python OpenCV.
I wanted to put some text on an Image.
I am writing the code as:
cv2.putText(image,"Hello World!!!", (x,y), cv2.CV_FONT_HERSHEY_SIMPLEX, 2, 255)
It gives ERROR, ...
0
votes
0answers
23 views
noisy binary images in opencv
I am using python and opencv to track the "hinges" of the aortic valve along the cardiac cycle with a Kanade-Lucas-Tomasi algorithm (lkdemo.py as master file), and using this type of video as a ...
0
votes
1answer
16 views
Multi-channels LUT opencv2 python assert error
I am trying to use the cv2 LUT to do a image transfer in Python. The LUT needs to be has same number of channels as the image. But I can't solve one error:
image1Transfered = cv2.LUT(image1, lut)
...
0
votes
1answer
50 views
Skin detection from hue-saturation histogram - OpenCV Python
I'm working on a little program in python to estimate the direction of pointing gestures with 2D picture from a monocular camera and I'm using OpenCV 2.3.
I know it's a bit tricky but I'm motivated! ...
0
votes
0answers
33 views
Obtain depth data from kinect thresholding in Python using opencv
my crew and I have the following code (adapted from Peter) to get a hand threshold (segmentation) using the kinect in python 2.7 (Fedora 17) and opencv. The program basically works like the following: ...
0
votes
2answers
35 views
Clone an image in cv2 python
I'm new to opencv, here is a question, what is the python function which act the same as cv::clone() in cpp?
I just try to get a rect by
rectImg = img[10:20, 10:20]
but when I draw a line on ...
0
votes
0answers
23 views
OpenCV SVM training errors
I've been trying to use cv2's SVM machine learning class , but it seems that I'm being faces with this error:
cv2.error: /home/amine/opencv-2.4.5/modules/ml/src/inner_functions.cpp:857: error: (-5) ...
2
votes
1answer
77 views
Using OpenCV detectMultiScale to find my face
I'm pretty sure I have the general theme correct, but I'm not finding any faces. My code reads from c=cv2.VideoCapture(0), i.e. the computer's videocamera. I then have the following set up to yield ...
1
vote
2answers
59 views
draw a circle over image opencv
Im usign python and opencv to get a image from the webcam, and I want to know how to draw a circle over my image, just a simple green circle with transparent fill
my code:
import cv2
import numpy
...
0
votes
0answers
25 views
cannot import opencv.highgui in python [duplicate]
im working on an already done opencv project using python.
the problem is : it cannot find a module named opencv
import opencv
from opencv import highgui
ImportError: No module named opencv
...
0
votes
1answer
42 views
Finding the time of a thumbnail in a video
I have a large set of pre-generated thumbnails and videos. What is the easiest way to figure out the specific time in the video of the associated thumbnail?
I'd imagine that I would have to use ...
1
vote
1answer
46 views
Layout of the output array img is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels)
I get this error:
Layout of the output array img is incompatible with cv::Mat (step[ndims-1] != elemsize or step[1] != elemsize*nchannels)
when running the following code:
I1 = ...
2
votes
3answers
52 views
Extracting individual frames from an image
I am currently new to python and I want to extract the R, G and B frame separately from an image.
For instance, the variable which stores my image is img
What I want to know;
how do I make Rimg = ...
0
votes
1answer
40 views
OpenCV Python: Convert RGB to YCrCb
I can't seem to convert RGB to YCrCb in the new OpenCV python API (cv2). When I run this code:
img = cv2.imread('img1.jpg')
imgYCC = cv2.cvtColor(img, cv2.COLOR_RGB2YCrCb)
, I get this error:
...
0
votes
1answer
33 views
openCV install Error using brew
i am trying to install opencv on my MacbookPro OSX 10.6.8 (snow leopard)
and Xcode version is 3.2.6
and result of "which python" is
Hong-Jun-Choiui-MacBook-Pro:~ teemo$ which python
...
0
votes
1answer
39 views
PyOpenGL, issue with 3D graphics on a screen using glFrustum and glTranslate
Overview:
I am trying to create a 3D application similar to this:
www.youtube.com/watch?v=h9kPI7_vhAU.
I am using OpenCV2.2, Python2.7 and pyOpenGL.
This can be achieved by this background maths ...
0
votes
0answers
40 views
Efficent way to generate regular pattern of 2D shapes?
I am trying to find the most efficient way to generate a series of images based on a number of input variables. The output should be a series of "zones" connected by "channels" to a central region in ...
0
votes
0answers
15 views
building opencv-python with visual studio 2010sp 1
I built opencv 2.4 from sources, but after installation i can't access opencv from python.
Import cv2 fails with error:
ImportError: DLL load failed: The specified module could not be found.
I ...
0
votes
1answer
41 views
Using mouse event callbacks within Python classes
I'd like to write a program that in its simplest form opens a window showing a webcam capture using OpenCV and printing the coordinates of the mouse cursor hovering over the window in terminal. For ...
0
votes
1answer
45 views
TypeError: expected a single-segment buffer object
I am trying to use OpenCV and Python to detect circular shapes in a webcam capture. Im using a Hough transform for the circle detection, which in it self took several hours for me to figure out (and ...
0
votes
1answer
51 views
OpenCV VideoCapture cannot read video in Python but able in VS11
As title, I am not able to read video using VideoCapture in python with the following code:
v = 'C:\\test.mp4'
import cv2
cap = cv2.VideoCapture(v)
if cap.isOpened():
print "Finally"
else:
print ...
0
votes
1answer
22 views
opencv warpPerspective parameter count
In my script I have the following code:
src = numpy.array(cornersSheet, numpy.float32)
dst = numpy.array(cornersDesired, numpy.float32)
transform = cv2.getPerspectiveTransform(src,dst)
finished = ...
1
vote
2answers
86 views
How can i delete largest contour in a skeleton image in python?
I would like to delete the circumference (the outermost perimeter of a sign) of this wheel skeleton sign except what's inside.
I think about a function findcontours() and delete the largest contour ...
1
vote
0answers
41 views
Disable webcam's Autofocus in Linux
I'm working in embebed system in the beagleboard. The source code is in Python, but I import libraries from OpenCV to do image processing. Actually, I'm using the webcam Logitech c910, it's a ...
0
votes
0answers
39 views
cv2.imshow() on a different screen
In a Python script using OpenCV, I would like to open named windows on different screens/displays.
I'm on Linux and X is set up such that I have two displays. I can control on which display named ...
0
votes
1answer
31 views
How to apply a filter to webcam in OpenCV Python
How can I apply a sepia or black and white filter to my webcam using OpenCV and Python?
I have this code to display my webcam:
import cv2
import numpy as np
c = cv2.VideoCapture(0)
while(1):
...
1
vote
1answer
71 views
Opencv: Fill color in a contoured image
thanks for reading this in advance.
I'm doing a credit card OCR related project, one step of which requires filling colors to an already contoured image.
Sample images include:
...
0
votes
2answers
82 views
Convert Matlab to OpenCV in python
I am trying to convert a piece of Matlab code to python using OpenCV package. But I don't know how to implement the filter2 in Matlab. Here is the matlab code.
imdist = imread("testimage1.bmp");
...
1
vote
0answers
50 views
Reading dots of a dice using Hough circles
I have an image of a dice. I want to count the number of dots. I first tried just separating it using the color of the dots and reading the number of connected paths. But it is failing since the photo ...
0
votes
0answers
43 views
Trying to get a blender python script to get data from an OpenCV program for Head/Object Tracking
So I've written an OpenCV program that can track objects. What I'm trying to do is make a python script that will track the object and move the camera in Blender according to the motion of the ...
0
votes
0answers
63 views
OpenCV Python binding plays video very slow
I'm processing and showing result of a video in python with opencv 2.4.4 (and 2.4.5), but frame speed is 1fps instead 30fps (I called cv2.waitKey(1000 / 30) ). I tried to play video without processing ...
0
votes
0answers
111 views
Blob detection with python opencv
Anyone knows a way do detect blobs with python cv opencv lib? Initally I don't want use external lib as cvBlobs.
I'm working on a license plate recognition and have some images processed like that
...
0
votes
1answer
45 views
error: mat.isContinuous() when calling cv.ShowImage
I just upgraded to Python 2.7.4 (from 2.7.3) and OpenCV 2.4.5 (from 2.4.0) as I needed some of the new functionality they come with.
I previously had a couple of lines of code which were working well ...
1
vote
1answer
42 views
create a multichannel zeros mat in python with cv2
i want to create a multichannel mat object in python with cv2 opencv wrapper.
i've found examples on the net where the c++ Mat::zeros is replaced with numpy.zeros, that seems good. but no ...
0
votes
1answer
61 views
Python and opencv program for android? [closed]
I am currently working on a contour image comparison proram in python & opencv. The program simply compares the real-time contour image from the webcam, and compares it to one of the various ...
0
votes
1answer
84 views
GDB cv::Mat python object issue when debugging a c++ program
will debugging a c++ OpenCV program, I'd like to see a image in my program under GDB, I mean I would like to visualize the data under GDB. Luckily I have: 1, GDB with python support; 2, I have ...
0
votes
0answers
41 views
Watershed in OpenCV
I want to perform an oversegmentation of image using watershed method. Reading documentation, I'd need to use findContour and drawContour function to create marker. How can I use that?
This is my ...
1
vote
1answer
81 views
Python & CV2: How do i draw a line on an image with mouse then return line coordinates?
I'm looking to draw a line on a video which I'm stepping through frame by frame so I can calculate the angle of the line. I've made a very simple script which steps through the video and tries to ...
0
votes
0answers
22 views
python - OpenCV filter2D cvmat and numpy disparity
I have been using a Gabor kernel for a computer vision project, however, when I filter the kernel with the legacy cv.Filter2D function, I get weird results. The input is a numpy array as I prefer ...
2
votes
1answer
50 views
python - OpenCV mat::convertTo in python
Is there any function in the OpenCV python wrapper that does the same thing as Mat's convertTo method in OpenCV 2?
I basically want to call this function in python
out.convertTo( out, CV_32F, ...
0
votes
1answer
61 views
How can i convert images from scikit-image to opencv2 and other libraries?
I tried to find contour with cv2 python library in a skeletonized image created with scikit-image and i got this error:
contours, hierarchy = ...
0
votes
0answers
75 views
OpenCV in python. Ask: Recognize my face and put my name. Like a database
I have a code in python to recognize my face, but now I want to recognize my face and put my name, as stored in a database.
My question is, how to do it in python? anyone have any example?
This is ...
1
vote
1answer
73 views
Efficient OCR finetuning
I am working on a project that involves OCRing an extremely large number of PDFs. Each PDF is an image of a normal, office-type document. Each PDF page is stored a separate file. Is there any way to ...
0
votes
1answer
92 views
Efficient way to find median value of a number of RGB images
I'm playing around with a script in Python where I want to find the median of a number of images of same dimensions. That is, I wan't to take all (red, green and blue) pixels in position [x,y], and ...
0
votes
0answers
32 views
Labeling dynamic contours whose size changes frame to frame
Is there a way of recognize and label contours whose size changes frame to frame with openCV
Some of the contour can also vanish after few frames. Some contours can appear after few
frames etc.,
...
0
votes
1answer
45 views
Python C++ binding in OpenCV
What technique/library is used for Python binding in OpenCV2.0?
I am aware there there are a number of libraries for C++/Python binding and that previous versions of OpenCV were using SWING library.
...
3
votes
2answers
110 views
Counting particles using image processing in python
Is there any good algorithm for detecting particles on a changing background intensity?
For example, if I have the following image:
Is there a way to count the small white particles, even with the ...
0
votes
1answer
56 views
Is there a support for BackgroundSubtractorMOG2 in python opencv
Is there a Python binding for BackgroundSubtractorMOG2, cpp apparently has.
I was thinking that there is compatibility between python version of
openCV and cpp version.
59
votes
1answer
18k views
Simple Digit Recognition OCR in OpenCV-Python
I am trying to implement a "Digit Recognition OCR" in OpenCV-Python (cv2). ( It is just for learning purposes ). I would like to learn both KNearest and SVM features in OpenCV.
I have 100 ...
7
votes
3answers
4k views
opencv python osx
(Step 1)
I'm trying to get openCV to run from python on my mac using the MacPorts install http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port, and also trying to follow The Petite Geek's guide:
...

