Method | Description | |
---|---|---|
ExhaustiveTemplateMatching ( ) : System |
Initializes a new instance of the ExhaustiveTemplateMatching class.
|
|
ExhaustiveTemplateMatching ( float similarityThreshold ) : System |
Initializes a new instance of the ExhaustiveTemplateMatching class.
|
|
ProcessImage ( |
Process image looking for matchings with specified template.
|
|
ProcessImage ( |
Process image looking for matchings with specified template.
|
|
ProcessImage ( |
Process image looking for matchings with specified template.
|
|
ProcessImage ( |
Process image looking for matchings with specified template.
|
|
ProcessImage ( |
Process image looking for matchings with specified template.
|
|
ProcessImage ( |
Process image looking for matchings with specified template.
|
public ExhaustiveTemplateMatching ( ) : System | ||
return | System |
public ExhaustiveTemplateMatching ( float similarityThreshold ) : System | ||
similarityThreshold | float | Similarity threshold. |
return | System |
public ProcessImage ( |
||
image | Source image to process. | |
template | Template image to search for. | |
return | AForge.Imaging.TemplateMatch[] |
public ProcessImage ( |
||
image | Source image to process. | |
template | Template image to search for. | |
searchZone | Rectangle in source image to search template for. | |
return | AForge.Imaging.TemplateMatch[] |
public ProcessImage ( |
||
imageData | Source image data to process. | |
templateData | Template image to search for. | |
return | AForge.Imaging.TemplateMatch[] |
public ProcessImage ( |
||
imageData | Source image data to process. | |
templateData | Template image to search for. | |
searchZone | Rectangle in source image to search template for. | |
return | AForge.Imaging.TemplateMatch[] |
public ProcessImage ( |
||
image | Unmanaged source image to process. | |
template | Unmanaged template image to search for. | |
return | AForge.Imaging.TemplateMatch[] |
public ProcessImage ( |
||
image | Unmanaged source image to process. | |
template | Unmanaged template image to search for. | |
searchZone | Rectangle in source image to search template for. | |
return | AForge.Imaging.TemplateMatch[] |