RemoveBlobs

Detects and removes all blobs that suffice any of the added blob rules for a given image and returns a modified image. The original image stays unchanged. If you use this function no information about the detected blobs is stored; if you use DetectAndRemoveBlobs the information of the detected blobs is stored.

Public Function RemoveBlobs (pImage As ICscImage) As ICscImage

pImage

The CscImage object on which the blobs are detected.

Return: ICsCImage

Returns the modified CscImage object for which the blobs are deleted.