TIEVisionORBFeaturesDetector.getMatchingGraph
Declaration
function getMatchingGraph(): TIEVisionImage; safecall;
Description
Returns an image showing original images and the matching points linked.
This method must be called after matching points have been found
detect.
This is the graph:
For the processing of:
ImageEnView1.IEBitmap.AssignIEVisionImage( orb.getMatchingGraph() );
See Also
◼detect
◼getPoints1
◼getPoints2
◼findHomography
◼isValidHomography
◼warpPerspective