Commit 339dd983 authored by Roman Donchenko's avatar Roman Donchenko

Adjusted the camera calibration sample to master API.

parent 6b5ac42a
......@@ -122,7 +122,7 @@ public class CameraCalibrator {
}
private void findPattern(Mat grayFrame) {
mPatternWasFound = Calib3d.findCirclesGridDefault(grayFrame, mPatternSize,
mPatternWasFound = Calib3d.findCirclesGrid(grayFrame, mPatternSize,
mCorners, Calib3d.CALIB_CB_ASYMMETRIC_GRID);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment