Analysis Functions
Centroid Finds the centroids of all individual blobs in the input image
Centroid16 Finds the centroids of all individual blobs in the input image
CornerPoint Finds the cornerpoints of white objects in the input image
FWP Finds the location of the first white pixel
GreyscalePixelSum Returns the sum of all pixel values of the input image
Connectivity Finds the pixels in the input image that are essential for object connectivity
ConvexHull Finds the smallest closed curve that encloses all objects in the input image
FilledConvex Finds the smallest closed curve that encloses all objects in the input image and fills it with white
DetectCracks Detects cracks in greyscale objects in the input image
EulerNum Calculates the Euler number of the input image
WPCounter Returns the number of white pixels in the input image
   
Blob Functions  
BiggestBlob Finds the largest white blob in the input image
BlobFill Fills the black holes of all individual blobs in the input image
IsolateHoles Isolates the black holes of all individual blobs in the input image
IsolateBays Isolates the black bays of all individual blobs in the input image
CountBlobs Returns the number of white blobs in the input image
SmallestBlob Finds the smallest white blob in the input image
BoundingBox Finds the smallest closed rectangle that encloses all objects in the input image
FillBounding Finds the smallest closed rectangle that encloses all objects in the input image and fills it with white
Labeller Assigns a unique value to each blob in the input image in a raster order
LabelByArea Assigns a unique value to each blob in the input image in order of area
Home         Back