Ask Your Question

vestaproman's profile - activity

2014-10-19 04:00:54 -0600 commented question remap algorithm

Thanks boaz001, I do it in first step without interpolation, and it seems working

2014-10-15 09:47:00 -0600 commented question remap algorithm

Hello, Thanks for your comments Yes I read the doc but it is not very helpful. I also read this page http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/remap/remap.html. But I have no explanation how it is done inside

Regards,

Jérôme

2014-10-15 07:01:07 -0600 asked a question remap algorithm

Hello,

I am working on a stereoscopic system using an FPGA to do the disparity map. I use OpenCv to do the calibration of the cameras. cvInitUndistortRectifyMap give me the mx1, my1, mx2, my2 map. Using remap to rectify the camera with OpenCv give me good results. Now I would like to use the same map on my FPGA, and I would like to implement a remap fonction on my FPGA. Could anyone tell my the algorithm use in remap to do the functions?

Best regards,

VPM