¡@

Home 

python Programming Glossary: cv.createmat

What are the correct usage/parameter values for HoughCircles in OpenCV for Iris detection?

http://stackoverflow.com/questions/10716464/what-are-the-correct-usage-parameter-values-for-houghcircles-in-opencv-for-iris

cv.CV_GAUSSIAN 9 9 cv.Canny grayImg grayImg 32 2 storage cv.CreateMat grayImg.width 1 cv.CV_32FC3 minRad int getRadius pupilArea circles.. cv.LoadImage 'eyez.png' cv.CV_LOAD_IMAGE_GRAYSCALE storage cv.CreateMat orig.width 1 cv.CV_32FC3 #use canny as HoughCircles seems to..

Python code for Earth mover's Distance

http://stackoverflow.com/questions/5101004/python-code-for-earth-movers-distance

# Extract the H and S planes size cv.GetSize src h_plane cv.CreateMat size 1 size 0 cv.CV_8UC1 s_plane cv.CreateMat size 1 size 0.. src h_plane cv.CreateMat size 1 size 0 cv.CV_8UC1 s_plane cv.CreateMat size 1 size 0 cv.CV_8UC1 cv.Split hsv h_plane s_plane None None.. s_bins #Define number of rows numRows h_bins s_bins sig1 cv.CreateMat numRows 3 cv.CV_32FC1 sig2 cv.CreateMat numRows 3 cv.CV_32FC1..

Python and OpenCV. How do I detect all (filled)circles/round objects in an image?

http://stackoverflow.com/questions/5368449/python-and-opencv-how-do-i-detect-all-filledcircles-round-objects-in-an-image

50 200 3 cv.Smooth gray gray cv.CV_GAUSSIAN 9 9 storage cv.CreateMat im.rows 1 cv.CV_32FC3 cv.HoughCircles edges storage cv.CV_HOUGH_GRADIENT.. gray cv.CV_BGR2GRAY #cv.Canny gray edges 20 55 3 storage cv.CreateMat im.width 1 cv.CV_32FC3 cv.HoughCircles edges storage cv.CV_HOUGH_GRADIENT..

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

cv.Smooth processed processed cv.CV_GAUSSIAN 15 15 storage cv.CreateMat orig.width 1 cv.CV_32FC3 # these parameters need to be adjusted..