From: Sowmya on
Hello Matt,
Right now i have accurate control point pairs,All i need now s a transformation function to register my images.. can u help me where to find those transformation functions?
From: Matt J on
"Sowmya " <sowmya_h88(a)yahoo.com> wrote in message <hm4su0$9am$1(a)fred.mathworks.com>...
> Hello Matt,
> Right now i have accurate control point pairs,All i need now s a transformation function to register my images.. can u help me where to find those transformation functions?
===================


If you have the Image Processing Toolbox, you might look at

>>help imtransform

as well as other image registration tools in the toolbox.
From: Dave Robinson on
"Matt J " <mattjacREMOVE(a)THISieee.spam> wrote in message <hm596b$q2t$1(a)fred.mathworks.com>...
> "Sowmya " <sowmya_h88(a)yahoo.com> wrote in message <hm4su0$9am$1(a)fred.mathworks.com>...
> > Hello Matt,
> > Right now i have accurate control point pairs,All i need now s a transformation function to register my images.. can u help me where to find those transformation functions?
> ===================
>
>
> If you have the Image Processing Toolbox, you might look at
>
> >>help imtransform
>
> as well as other image registration tools in the toolbox.


type

help cpselect

at the command prompt

See thread

http://www.mathworks.com/matlabcentral/newsreader/view_thread/274427#719977

Regards

Dave Robinson
From: Sowmya on
Matt,
I chkd out the cp2tform,imtranform functions.. But i would like to implement my own transformation function.. where can i get detailed explanation of the inbuilt cp2tform function code? so tat i can understand tat first n proceed with my own transformation..