Skip to content

Commit

Permalink
fix(threeFrequencyHeterodynePattern.cpp): fix wrong flag be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Practice3DVision committed Apr 29, 2024
1 parent 63bbddf commit d4590ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ bool ThreeFrequencyHeterodynePattern_Impl::decode(

Mat &disparity = *static_cast<Mat *>(disparityMap.getObj());

if (flags == SINUSOIDAL_COMPLEMENTARY_GRAY_CODE) {
if (flags == THREE_FREQUENCY_HETERODYNE) {
std::vector<cv::Mat> confidenceMap(2);
std::vector<std::vector<cv::Mat>> wrappedMap(2);
std::vector<cv::Mat> floorMap(2);
Expand Down

0 comments on commit d4590ec

Please sign in to comment.