Difference between revisions of "Barrel Blob Finder"
Jump to navigation
Jump to search
(No difference)
|
Revision as of 15:41, 16 November 2005
BarrelBlobFinder is an ImageFilterDemo filter that identifies orange/white construction barrels in an input image.
Input
- Image whose pixels are in ARGB format.
- width : int
- height : int
- pixels : int[]
Output
- List of boundary rectangles for the barrels identified in the input image, in the coordinate space of the input image.
- barrelBoundList : List<Rectangle>