- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
NVIDIA DriveWorks API: Image Threshold Methods
Description: This file defines Image Threshold methods.
Definition in file Threshold.h.
Go to the source code of this file.
Data Structures | |
struct | dwThresholdParameters |
Typedefs | |
typedef struct dwThresholdObject * | dwThresholdHandle_t |
Enumerations | |
enum | dwThresholdBehavior { DW_THRESHOLD_BEHAVIOR_BINARY = 0 , DW_THRESHOLD_BEHAVIOR_TRUNCATE = 1 , DW_THRESHOLD_BEHAVIOR_TO_ZERO = 2 } |
thresholding behavior based on comparison (a > b if dwThresholdParameters.inverse is false, a < b otherwise) More... | |
enum | dwThresholdMode { DW_THRESHOLD_MODE_SIMPLE = 0 , DW_THRESHOLD_MODE_OTSU = 1 , DW_THRESHOLD_MODE_PER_PIXEL = 2 } |