Home > toolbox > visualization > display_image_pair_with_F.m

display_image_pair_with_F

PURPOSE ^

DISPLAY_IMAGE_PAIR_WITH_F displays a pair of image with their features and the Fundamental matrix.

SYNOPSIS ^

function H = display_image_pair_with_F( I1, I2, F, x1, x2, varargin )

DESCRIPTION ^

 DISPLAY_IMAGE_PAIR_WITH_F displays a pair of image with their features and the Fundamental matrix.

 I1, I2 : images
 F      : Fundamental matrix I1 -> I2
 x1, x2 : features (3-by-n for n features)

 (optional)
 range  : range of image plane ( 2x2 for [ left right ; bottom top ] )

 return the figure's handle H

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 24-Nov-2009 02:34:47 by m2html © 2003