DarkBorderObjects
Find dark objects connected to the image border within a gray-scale single-channel image. (equivalent to filling holes)
Syntax
Definition:
HRESULT DarkBorderObjects(
HRESULT hrPrev,
ITcVnImage* ipSrcImage,
ITcVnImage*& ipDestImage
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipSrcImage |
Source image (USINT, UINT, INT, REAL, or LREAL, 1 channel) | |
|
ipDestImage |
Destination image (An appropriate destination image will be created if required.) |
Required License
TC3 Vision Base
Return value