loading

Add to this Thread


Steven Gentner from United States 8 year
Aman,

This is possible to do with a couple tricks. The first is to note that because each camera is essentially offset in a know direction from the other the alignment search can be reduced to searching along the disparity line between any two cameras. While the disparity amount will change with distance (in this case height of the UAV) the correlation of the two images will always be along the same angle. This just helps to reduce the computation when comparing the two images.

The biggest issue is that because each image is a different 'color' you cannot just use the ordinary stereo or alignment modules in RR as they assume the two images contain information that is to be matched with the same intensity. In your case, what you are looking for is quite a different match calculation where you are looking to match intensity A pixels in one image with as many intensity B pixels in the other. Since they are images of the same content the formula B-A should be most stable when the two images are aligned. So it is possible to do (not sure if I'm explaining it well enough) but it is a custom solution and possibly much more complex than described since I didn't take into account any tilting of the AUV during a capture. Currently we don't have a module specific to this type of correlation.

Naturally, if you can ensure that the AUV always flys at the same height and is level to the ground at the time of a capture, simply specifying the X and Y offsets from one image to the next will get you what you need too.

STeven.

Pick Avatar
* Question/Comment - Only <b>, <i>, <u> tags are allowed. All others will be escaped.
Use the tags [image1], [image2], etc. to place the images within your question/comment.
Upload Images (.jpg, .png, .gif) < 300K, robofiles (.robo) or Zip files (.zip) < 300K.

If you have any questions/issues about RoboRealm or image processing this is your chance to ask a question. Your question and any responses will be posted to the forum section of the website for others to read and learn from.

Note that any submission will be considered property of RoboRealm. If you do not wish your images to be displayed as part of the RoboRealm site please do not submit those images. Any submission may be removed from the website at the discretion of RoboRealm personnel.