Hi,
To be more specific: The application that Im developing, gets the
average of two images.(Warps one image to match the another)
I read plenty of docs specifying the steps.
To refer one -
https://ccrma.stanford.edu/~jacobliu/368Report/index.html
Here they have mentioned
"Perform coordinate transformations on the partitioned images to match
the feature points of these two images. Here, we are matching the eyes
and the mouths for these two images."
I have achieved image partitioning through delaunay. According to you
its remap that should be used for coordinate transformation.
But how to specify the input maps for remapping. All I have is
triangles based on feature points of the two input images. How to
remap one image based on the feature points of another?
Do I have to start from scratch again?
On Sep 26, 1:02 pm, Kirill Kornyakov <
kirill.kornya...@itseez.com>
wrote:
> You really need to use remap function. Check this:
http://opencv.itseez.com/trunk/doc/tutorials/imgproc/imgtrans/remap/r....
> Yes, they actually do only simple transformations, but they use simple maps!
> If you want something non-linear, you should create sophisticated map.
> Unfortunately I don't have a sample, but you can try to read this:
http://opencv.itseez.com/trunk/doc/tutorials/calib3d/camera_calibrati....