| 
            
              CorrelationMatchingMatch Method (IEnumerableIntPoint, IEnumerableIntPoint)
             | 
          
        
         
              Matches two sets of feature points computed from the given images.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic IntPoint[][] Match(
	IEnumerable<IntPoint> points1,
	IEnumerable<IntPoint> points2
)
Public Function Match ( 
	points1 As IEnumerable(Of IntPoint),
	points2 As IEnumerable(Of IntPoint)
) As IntPoint()()
 Request Example
		View SourceParameters
- points1
 - Type: System.Collections.GenericIEnumerableIntPoint
 - points2
 - Type: System.Collections.GenericIEnumerableIntPoint
 
Return Value
Type: 
IntPoint
See Also