A match in a image find operation.
| C# | Visual Basic | Visual C++ |
public class Match
Public Class Match
public ref class Match
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Imaging..::.Match(Int32, Int32, Int32, Int32, Double) |
Creates a new instance.
| |
| Imaging..::.Match(Point, Size, Double) |
Creates a new instance.
| |
| Imaging..::.Match(Rectangle, Double) |
Creates a new instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Implicit(Imaging..::.Match) |
Converts the match to a location that points to the middle of the
feature that matched at the matching location.
| |
| Location |
Gets the relative location of the match inside the image.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Similarity |
Gets the similarity of the match.
| |
| Size |
Gets the size of the feature that matched the image.
| |
| Sort(List<(Of <(Imaging..::.Match>)>), IComparer<(Of <(Imaging..::.Match>)>)) |
Sorts a list of matches using the specified comparer.
| |
| ToString()()() |
Returns a string representation of the match.
(Overrides Object.ToString()()().) |
| Object | |
| Imaging..::.Match | |
