Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/structured_light/src/
H A Dsinusoidalpattern.cpp344 std::vector<Mat> unwrappedFTPhaseMaps; in computePhaseMap() local
374 unwrappedFTPhaseMaps.push_back(tempUnwrappedPhaseMap); in computePhaseMap()
378 theta1.create(camSize.height, camSize.width, unwrappedFTPhaseMaps[0].type()); in computePhaseMap()
379 theta2.create(camSize.height, camSize.width, unwrappedFTPhaseMaps[0].type()); in computePhaseMap()
386 theta1 = unwrappedFTPhaseMaps[1] - unwrappedFTPhaseMaps[0]; in computePhaseMap()
387 theta2 = unwrappedFTPhaseMaps[2] - unwrappedFTPhaseMaps[1]; in computePhaseMap()