DetectAndRemoveBlobs

Detects and removes all blobs that suffice any of the added blob rules for the given image and returns the modified image. The original image stays unchanged. If you use this method, the information of the detected blobs is stored. You can retrieve those details by calling BlobCount and GetBlob. If those details are not needed you can use RemoveBlobs function instead.

Public Function DetectAndRemoveBlobs (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.