FinderPattern
class FinderPattern(posX: Float, posY: Float, val estimatedModuleSize: Float, val count: Int) : ResultPoint
Properties
Functions
Link copied to clipboard
Determines if this finder pattern "about equals" a finder pattern at the stated position and size -- meaning, it is at nearly the same center with nearly the same size.
Link copied to clipboard
Combines this object's current estimate of a finder pattern position and module size with a new estimate. It returns a new FinderPattern
containing a weighted average based on count.