Ask Your Question

Revision history [back]

well, I finally solved it through the model given in the opencv document. I just transform the input point (u,v) in src image as the projection model and get the corresponding point (x,y) in the dst image. However, I assume the distortion to be zero vector and this may be not general. Anyhow, it works when the distortion is regarded as zero vector.