Home
last modified time | relevance | path

Searched refs:_pointCounts (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp696 CvMat _pointCounts = cvMat(1, imageCount, CV_32S, pointCounts); in calibrate() local
702 cvCalibrateCamera2(&_objectPoints, &_imagePoints, &_pointCounts, imageSize, in calibrate()