Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1545 Mat homogeneousPoints4d = points4d.t(); in run() local
1547 homogeneousPoints4d = homogeneousPoints4d.reshape(dimension); in run()
1549 convertPointsFromHomogeneous(homogeneousPoints4d, triangulatedPoints); in run()