| ShapeContextDistanceExtractorGetImages Method  | 
        
         
            Get the images that correspond to each shape. 
            This images are used in the calculation of the Image Appearance cost.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic void GetImages(
	OutputArray image1,
	OutputArray image2
)
Public Sub GetImages ( 
	image1 As OutputArray,
	image2 As OutputArray
)
public:
void GetImages(
	OutputArray^ image1, 
	OutputArray^ image2
)
member GetImages : 
        image1 : OutputArray * 
        image2 : OutputArray -> unit 
function GetImages(image1, image2);
Parameters
- image1
- Type: OpenCvSharpOutputArray
 Image corresponding to the shape defined by contours1.
- image2
- Type: OpenCvSharpOutputArray
 Image corresponding to the shape defined by contours2.
 See Also
See Also