Ask Your Question
0

Structured_light Sinusoidal

asked 2017-08-15 14:29:59 -0600

pettaa gravatar image

I want to learn programming Python on a 3D-Scanning project. Im using Win10 64. I want to try opencv contrib structured_light sinusoidal pattern. But in Python version https://pypi.python.org/pypi/opencv-c... , which i installed this one don't exist, at least in my oppinion. It does exist in the original C++ Version. Any suggestions? compile it by myself? I dont find any useful documentation about contrib and or structured_light

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-08-16 03:30:35 -0600

berak gravatar image

unfortunately, you can only use cv2.structured_light.GrayCodePattern_create() for now.

the sinusodial variant needs a Params struct in c++, which cannot be easily wrapped into python, thus the class is omitted.

(so, building from src locally won't help)

((and yea, kudos to the pypi maintainers there !))

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-08-15 14:28:53 -0600

Seen: 376 times

Last updated: Aug 16 '17