Class MagickSearchResult
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Result for a sub image search operation.
public sealed class MagickSearchResult : IMagickSearchResult<ushort>, IDisposable
- Inheritance
-
MagickSearchResult
- Implements
-
IMagickSearchResult<ushort>
- Inherited Members
Properties
BestMatch
Gets the offset for the best match.
public IMagickGeometry BestMatch { get; }
Property Value
- IMagickGeometry
SimilarityImage
Gets the a similarity image such that an exact match location is completely white and if none of the pixels match, black, otherwise some gray level in-between.
public IMagickImage<ushort> SimilarityImage { get; }
Property Value
- IMagickImage<ushort>
SimilarityMetric
Gets the similarity metric.
public double SimilarityMetric { get; }
Property Value
Methods
Dispose()
Disposes the MagickSearchResult instance.
public void Dispose()