Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/structured_light/src/
H A Dsinusoidalpattern.cpp280 Mat &wrappedPhaseMap_ = *(Mat*) wrappedPhaseMap.getObj(); in computePhaseMap() local
482 Mat &wrappedPhaseMap_ = *(Mat*) wrappedPhaseMap.getObj(); in computeFtPhaseMap() local
489 if( wrappedPhaseMap_.empty () ) in computeFtPhaseMap()
490 wrappedPhaseMap_.create(rows, cols, CV_32FC1); in computeFtPhaseMap()
506 wrappedPhaseMap_.at<float>(i, j) = 0; in computeFtPhaseMap()
644 if( wrappedPhaseMap_.empty() ) in computePsPhaseMap()
645 wrappedPhaseMap_.create(rows, cols, CV_32FC1); in computePsPhaseMap()
671 wrappedPhaseMap_.at<float>(i,j) = 0; in computePsPhaseMap()
694 if( wrappedPhaseMap_.empty() ) in computeFapsPhaseMap()
695 wrappedPhaseMap_.create(rows, cols, CV_32FC1); in computeFapsPhaseMap()
[all …]