| Interface | Description | |
|---|---|---|
| IThresholdAdapter | Interface that defines how classes used for adaptive thresholding will interface with FLARManager. |
| Class | Description | |
|---|---|---|
| DefaultThresholdAdapter | FLARManager defaults to a DrunkHistogramThresholdAdapter. | |
| DrunkHistogramThresholdAdapter | DrunkHistogramThresholdAdapter calculates a new threshold using weighted randomization. | |
| DrunkWalkThresholdAdapter | DrunkWalkThresholdAdapter calculates a new threshold using weighted randomization. | |
| HistogramThresholdAdapter | HistogramThresholdAdapter calculates a threshold based on a histogram of the source image. | |
| IntegralImageThresholdAdapter | IntegralImageThresholdAdapter applies thresholding directly to source BitmapData, using an integral image algorithm. |