Fix signature of static collectCalibrationData()
authorWenfeng CAI <xoxyzox-m@yahoo.com>
Mon, 29 Oct 2018 02:19:02 +0000 (10:19 +0800)
committerWenfeng CAI <xoxyzox-m@yahoo.com>
Mon, 29 Oct 2018 02:19:02 +0000 (10:19 +0800)
commitc9abb823a72a7ac9f2cc7877c03bac252e89ddcc
treee31d86519ecc81d9be4282fea14a0840c8e745d7
parente6dd9a78aee8ccd217114f2b530e9772cdb6eb81
Fix signature of static collectCalibrationData()

This is a fix to the signature of static function
collectCalibrationData() and clean-up for #12772. Since fallback scheme
in calibration method selection is not used anymore. As an input
parameter, iFixedPoint should be passed by value according to the OpenCV
coding style guide.
modules/calib3d/src/calibration.cpp