Hi wilbert,
wilbert wrote:You're getting close to 200 JHPJHP
Just about there, but I'm having trouble with the OpenCV function:
cvGetRectSubPix
- example:
cv_find_license_plate.pb (line: 298)
When you have some time can you please take a look at the example. Thank you.
Updated the OSX interface:
- converted 10 examples
--
cv_cam_undistort.pb: calibrate webcam with a 10 x 7 chessboard pattern, displaying the raw and undistorted images
--
cv_distortion_1.pb: distort a color image by manipulating pixel locations
--
cv_distortion_2.pb: distort a grayscale image by manipulating pixel locations
--
cv_disttransform_1.pb: calculates the distance to the closest zero pixel for each pixel of the source image
--
cv_disttransform_2.pb: calculates the distance to the closest zero pixel for each pixel in the image
--
cv_encode_decode.pb: encode / decode a 4 channel image where the black areas have been converted to transparency
--
cv_find_license_plate.pb: license plate recognition (experimental)
--
cv_find_speed_sign.pb: speed sign recognition (experimental)
--
cv_gaussian_laplacian.pb: a visual representation of a Gaussian and Laplacian Pyramid
--
cv_haar_transform.pb: implements a Haar wavelet transform, decomposing then reconstructing the image