|
CorrelationMatchingMatch Method (Bitmap, Bitmap, IntPoint, IntPoint)
|
Note: This API is now obsolete.
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
Syntax [ObsoleteAttribute("Please use Match(points1, points2) instead.")]
public IntPoint[][] Match(
Bitmap image1,
Bitmap image2,
IntPoint[] points1,
IntPoint[] points2
)
<ObsoleteAttribute("Please use Match(points1, points2) instead.")>
Public Function Match (
image1 As Bitmap,
image2 As Bitmap,
points1 As IntPoint(),
points2 As IntPoint()
) As IntPoint()()
Request Example
View SourceParameters
- image1
- Type: System.DrawingBitmap
- image2
- Type: System.DrawingBitmap
- points1
- Type: AccordIntPoint
- points2
- Type: AccordIntPoint
Return Value
Type:
IntPointSee Also