Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
264 views

Calculating corresponding pixels

I have a computer vision set up with two cameras. One of this cameras is a time of flight camera. It gives me the depth of the scene at every pixel. The other camera is standard camera giving me a ...
1
vote
3answers
312 views

Reconstructing 3D locations of corresponding points

I'm working on a project where I would like to reconstruct the 3D locations of feature points I've extracted from my camera images. The idea is to: Make a camera recording (Greyscale information, ...
0
votes
1answer
416 views

disparity map creation opencv

I have 2 image one is left the other is right image. I want to implement disparity mapping. There are some questions in my mind. Firstlty dispartiy image is 1 channel gray image but the left and ...