cpstruct2pairs() - Image Processing
[movingPoints,fixedPoints] = cpstruct2pairs(CPSTRUCT) takes
a CPSTRUCT (produced by cpselect)
and returns the arrays of coordinates of valid control point pairs
in movingPoints and fixedPoints. cpstruct2pairs eliminates
unmatched points and predicted points.
Syntax
[movingPoints,fixedPoints] = cpstruct2pairs(CPSTRUCT)
Example
aerial = imread('westconcordaerial.png');
cpselect(aerial(:,:,1),'westconcordorthophoto.png')
Output / Return Value
Limitations
Alternatives / See Also
Reference