Ask Your Question

keita's profile - activity

2013-04-13 06:34:42 -0600 asked a question Where is FindSubPix in OpenCV javabindings ?

hello,

I'm trying to calibrate camera by OpenCV javabindings.

In the javadoc(org.opencv.calib3d method:findchessboardcorners), it is written that "You also may use the function "cornerSubPix" with different parameters if returned coordinates are not accurate enough.".

I looked for the method "CornerSubPix" but couldn't find anywhere.