Difference between revisions of "Barrel Blob Finder"

From RoboJackets Wiki
Jump to navigation Jump to search
 
m (added image)
Line 1: Line 1:
 +
[[Image:IdentifiedBarrel.png|thumb|right|A barrel and its bounding box, as identified by '''BarrelBlobFinder''']]
 +
 
'''BarrelBlobFinder''' is an [[ImageFilterDemo]] filter that identifies orange/white construction barrels in an input image.
 
'''BarrelBlobFinder''' is an [[ImageFilterDemo]] filter that identifies orange/white construction barrels in an input image.
  

Revision as of 15:42, 16 November 2005

A barrel and its bounding box, as identified by BarrelBlobFinder

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>