Interface for CBlankImageDetection wrapper.
More...
Go to the source code of this file.
|
| CBlankImageDetection | CBlankImageDetection_Create (const CIDRS argIDRS, idrs_exception *pargException) |
| | Creates a new CBlankImageDetection object.
|
| |
| void | CBlankImageDetection_SetDetectionMode (CBlankImageDetection argCBlankImageDetection, enum BlankImageDetectionMode const evBlankImageDetectionMode, idrs_exception *pargException) |
| | Sets the detection mode.
|
| |
| enum BlankImageDetectionMode | CBlankImageDetection_GetDetectionMode (const CBlankImageDetection argCBlankImageDetection, idrs_exception *pargException) |
| | Returns the detection mode.
|
| |
| void | CBlankImageDetection_SetDetectionSensitivity (CBlankImageDetection argCBlankImageDetection, enum BlankImageDetectionSensitivity const evBlankImageDetectionSensitivity, idrs_exception *pargException) |
| | Sets the detection sensitivity.
|
| |
| enum BlankImageDetectionSensitivity | CBlankImageDetection_GetDetectionSensitivity (const CBlankImageDetection argCBlankImageDetection, idrs_exception *pargException) |
| | Returns the detection sensitivity.
|
| |
| IDRS_BOOL | CBlankImageDetection_IsBlank (const CBlankImageDetection argCBlankImageDetection, const CImage argImage, idrs_exception *pargException) |
| | IsBlank detects blank images.
|
| |
| void | CBlankImageDetection_Destroy (CBlankImageDetection argCBlankImageDetection, idrs_exception *pargException) |
| | Destroys a CBlankImageDetection handle.
|
| |
Interface for CBlankImageDetection wrapper.
◆ CBlankImageDetection_Create()
| CBlankImageDetection CBlankImageDetection_Create |
( |
const CIDRS |
argIDRS, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Creates a new CBlankImageDetection object.
- Parameters
-
| argIDRS | The iDRS |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CBlankImageDetection object.
◆ CBlankImageDetection_Destroy()
| void CBlankImageDetection_Destroy |
( |
CBlankImageDetection |
argCBlankImageDetection, |
|
|
idrs_exception * |
pargException |
|
) |
| |
◆ CBlankImageDetection_GetDetectionMode()
Returns the detection mode.
- Returns
- The detection mode
- Parameters
-
| argCBlankImageDetection | CBlankImageDetection handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CBlankImageDetection_GetDetectionSensitivity()
Returns the detection sensitivity.
- Returns
- The detection sensitivity
- Parameters
-
| argCBlankImageDetection | CBlankImageDetection handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CBlankImageDetection_IsBlank()
IsBlank detects blank images.
- Parameters
-
| argCBlankImageDetection | CBlankImageDetection handle |
| argImage | The image to analyze. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Return values
-
| IDRS_TRUE | if the image is considered as blank. |
| IDRS_FALSE | otherwise. |
◆ CBlankImageDetection_SetDetectionMode()
Sets the detection mode.
- Parameters
-
| argCBlankImageDetection | CBlankImageDetection handle |
| evBlankImageDetectionMode | The detection mode to set |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CBlankImageDetection_SetDetectionSensitivity()
Sets the detection sensitivity.
- Parameters
-
| argCBlankImageDetection | CBlankImageDetection handle |
| evBlankImageDetectionSensitivity | The detection sensitivity to set |
| pargException | Pointer to exception structure that will be filled if an exception occurs |