| Class | Description |
|---|---|
| ActuatorWrite | |
| Add | |
| AffineUnwarp | |
| AffineWarp | |
| BlurGaussian | |
| BlurMedian | |
| ClosestModel | |
| ComposeResult | |
| ConvertColor | |
| ConvertModelToKeyPoints | |
| ConvertModelToPoints | |
| CreateFootprintTemplateImage | |
| CreateModelTemplateImage | |
| CreateShapeTemplateImage | |
| DetectCirclesHough |
Finds circles in the working image and stores the results as a List
|
| DetectCircularSymmetry |
Finds occurrences of maximum circular symmetry in the working image and stores the results as a List
|
| DetectCircularSymmetry.ScoreRange | |
| DetectCircularSymmetry.SymmetryCircle | |
| DetectEdgesCanny |
Performs Canny edge detection on the working image, updating it with the results.
|
| DetectEdgesLaplacian |
Performs Canny edge detection on the working image, updating it with the results.
|
| DetectEdgesRobertsCross | |
| DetectFixedCirclesHough |
Finds circles in the working image and stores the results as a List
|
| DetectLinesHough |
Finds lines in the working image and stores the results as a List
|
| DetectRectangleHough | |
| DetectRectlinearSymmetry |
Finds the object and angle with maximum rectlinear symmetry.
|
| DetectRectlinearSymmetry.ScoreRange | |
| DilateModel | |
| DrawCircles |
Draws circles from a List
|
| DrawContours | |
| DrawEllipses | |
| DrawImageCenter | |
| DrawKeyPoints | |
| DrawRotatedRects | |
| DrawTemplateMatches |
Draws TemplatesMatches contained in a List
|
| FilterContours |
Draws circles from a List
|
| FilterRects | |
| FindContours | |
| FitEllipseContours | |
| GrabCut |
GrabCut algorithm was designed by Carsten Rother, Vladimir Kolmogorov & Andrew Blake from
Microsoft Research Cambridge, UK.
|
| HistogramEqualize | |
| HistogramEqualizeAdaptive | |
| ImageCapture | |
| ImageRead | |
| ImageRecall | |
| ImageWrite |
Save the working image to the specified path.
|
| ImageWriteDebug |
Save the working image as an image file in the debug directory using the specified prefix and
suffix.
|
| MaskCircle | |
| MaskHsv | |
| MaskModel | |
| MaskPolygon | |
| MaskRectangle |
Mask everything in the working image outside of a circle centered at the center of the image with
the specified diameter.
|
| MatchPartsTemplate |
OpenCV based image template matching with local maxima detection improvements from FireSight:
https://github.com/firepick1/FireSight.
|
| MatchPartTemplate |
OpenCV based image template matching with local maxima detection improvements from FireSight:
https://github.com/firepick1/FireSight.
|
| MatchTemplate |
OpenCV based image template matching with local maxima detection improvements from FireSight:
https://github.com/firepick1/FireSight.
|
| MinAreaRect |
Finds the smallest rotated rectangle that encloses pixels that fall within the given range.
|
| MinAreaRectContours | |
| MinEnclosingCircle |
Finds the smallest circle that encloses pixels that fall within the given range.
|
| Normalize | |
| OrientRotatedRects | |
| ParameterBool | |
| ParameterNumeric | |
| ReadModelProperty |
Get an object from a previous stage's model by querying the named property.
|
| ReadPartTemplateImage | |
| Rotate | |
| ScriptRun | |
| SelectSingleRect | |
| SetColor | |
| SetModel |
Programmatic stage which simply sets it's model to the object passed in on the constructor.
|
| SetResult | |
| SimpleBlobDetector | |
| SimpleOcr | |
| SimpleOcr.CharacterMatch | |
| SimpleOcr.OcrModel | |
| SizeCheck | |
| Threshold | |
| ThresholdAdaptive | |
| WritePartTemplateImage |
| Enum | Description |
|---|---|
| CreateFootprintTemplateImage.FootprintView | |
| DetectCircularSymmetry.SymmetryScore | |
| DetectRectlinearSymmetry.SymmetryFunction |
Determines how the cross-section across the height of the detected subject is evaluated.
FullSymmetry looks for full inner and outline symmetry. |
| FindContours.ApproximationMethod | |
| FindContours.RetrievalMode | |
| HistogramEqualize.ChannelsToEqualize | |
| HistogramEqualizeAdaptive.ChannelsToEqualize | |
| OrientRotatedRects.Orientation | |
| SimpleOcr.DrawStyle | |
| ThresholdAdaptive.AdaptiveMethod |