1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 13:57:05 +08:00
Files
opencv_contrib/modules/structured_light
David Geldreich e967557e17 Allows structured_light pipeline to be run from Python
SinusoidalPattern::unwrapPhaseMap now takes an InputArray instead of InputArrayOfArrays to correct a Python binding problem
present a scriptable HistogramPhaseUnwrapping::create

replicate C++ structured_light test in Python

PhaseUnwrapping now init unwrappedPhase so pixel outside the mask area are set to 0

python binding for HistogramPhaseUnwrapping::Params to use HistogramPhaseUnwrapping::create
2020-03-12 15:03:19 +01:00
..
2018-09-07 19:52:08 +09:00
2018-02-02 19:15:28 +03:00
2017-03-15 18:00:21 +03:00
2016-03-27 15:58:26 -07:00

Structured Light Use

How to generate and project gray code patterns and use them to find dense depth in a scene.