1 | initial version |
Hi,
You should add object points for each found corners entry and perform calibration after gathering sufficient number of corners (try all default chess*.png images). Also you've mixed x
and y
in Point3
constructor. Check the full pipeline in Android (asymmetric circles grid pattern is used) or c++ sample.