#include <ILargeLocalThresholdOp.hpp>
Inheritance diagram for ILargeLocalThresholdOp:


Purpose: Local Threshold or Dynamic Threshold(DYT) with a Structured Element.
Dynamic threshold but use dilatation and erosion
DYT= (dilatation + erosion )/2
Papers: "Fast Computation of Morphological Operations with Arbitrary Structuring Elements",
Marc Van Droogenbroeck, H. Talbot, CSRIO, Belgium 1998?.
"Low level Image Processing by Max-Min Filters",
P.W. Verbeek, & all, Delft University of Technology 1988.
"Fundamentals of Image Processing",
Ian T. Young, J.J. Gerbrands, Lucas Van Vliet, Delft University of Technology 1998.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2003, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
| ILargeLocalThresholdOp (bool used=false) | |
| ILargeLocalThresholdOp (int lowLabel, int upLabel, bool used=true) | |
| ILargeLocalThresholdOp (StructuredElement *aStructuredElement, int lowLabel=0, int upLabel=255, bool used=true) | |
| virtual | ~ILargeLocalThresholdOp () |
| virtual void | setUsage (bool use) |
| virtual void | setIterations (int iter) |
| virtual void | setStructuredElement (StructuredElement *aStructuredElement) |
| virtual AnImage * | filter (AnImage *src, AnImage *dest=0) |
| Local full image filtering. | |
| virtual void | report (FILE *file) |
Protected Methods | |
| virtual int | operation (AnImage *src, int channel, int i, int j) |
Protected Attributes | |
| bool | applied |
| int | up |
| int | low |
| ILargeErosionOp | erosion |
| ILargeDilatationOp | dilatation |
|
||||||||||||
|
Local full image filtering.
Reimplemented from ILargeMorphologicalOp. |
![]() |
