OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAVE_CORRECT_HORIZ
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp
241
WAVE_CORRECT_HORIZ
,
/external/opencv3/modules/stitching/src/
stitcher.cpp
55
stitcher.setWaveCorrectKind(detail::
WAVE_CORRECT_HORIZ
);
543
stitcher->setWaveCorrectKind(detail::
WAVE_CORRECT_HORIZ
);
motion_estimators.cpp
626
if (kind ==
WAVE_CORRECT_HORIZ
)
649
if (kind ==
WAVE_CORRECT_HORIZ
)
/external/opencv3/samples/cpp/
stitching_detailed.cpp
139
WaveCorrectKind wave_correct = detail::
WAVE_CORRECT_HORIZ
;
244
wave_correct = detail::
WAVE_CORRECT_HORIZ
;
Completed in 257 milliseconds