WPIRoboticsProjects / GRIP

Program for rapidly developing computer vision applications
http://wpiroboticsprojects.github.io/GRIP
Other
377 stars 108 forks source link

Stereo Vison #516

Open madson812 opened 8 years ago

madson812 commented 8 years ago

Please implement stereo vision from Open CV.

JLLeitschuh commented 8 years ago

I'm kind of curious about this. I'll give it a shot. Any particular methods? I'm looking into this one right now http://docs.opencv.org/master/dd/d53/tutorial_py_depthmap.html

JLLeitschuh commented 8 years ago

Were you thinking something like this? Sterio Bit Mapping Example

madson812 commented 8 years ago

That's exactly what we want! Would you mind pushing that to github?

On Sun, Feb 21, 2016 at 3:38 PM, Jonathan Leitschuh < notifications@github.com> wrote:

Were you thinking something like this? [image: Sterio Bit Mapping Example] https://camo.githubusercontent.com/736d19af247a52d1e7c79d3ec47c7b1951ba501c/68747470733a2f2f646c2e64726f70626f782e636f6d2f732f70683578356a6933616e73626a79682f53637265656e73686f74253230323031362d30322d323125323031372e33362e35312e706e67

— Reply to this email directly or view it on GitHub https://github.com/WPIRoboticsProjects/GRIP/issues/516#issuecomment-186936115 .

ThomasJClark commented 8 years ago

This won't work unless we also have the alignment stuff from opencv

madson812 commented 8 years ago

Ok, thank you for your time!

On Tue, Feb 23, 2016 at 8:00 PM, Thomas Clark notifications@github.com wrote:

This won't work unless we also have the alignment stuff from opencv

— Reply to this email directly or view it on GitHub https://github.com/WPIRoboticsProjects/GRIP/issues/516#issuecomment-188034034 .

JLLeitschuh commented 8 years ago

Do you have a stereo camera specifically for this or were you just planning on putting two cameras next to each other?

warrenlp commented 8 years ago

Using a camera like the ZED 3D camera would be extremely useful.

JLLeitschuh commented 8 years ago

Does this work with that kind of camera? https://github.com/WPIRoboticsProjects/GRIP/pull/517

warrenlp commented 8 years ago

The ZED 3D camera has it's own specialized APIs to work with, but it may be possible to use stereovision from OpenCV with this camera as well.