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


Purpose: Opening with a Structured Element.
Opening= erosion followed by dilatation
Maintain holes, smooth border, destroy elongated structures
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
| ILocalThresholdOp (int lowLabel=0, int upLabel=255) | |
| ILocalThresholdOp (StructuredElement *aStructuredElement, int lowLabel=0, int upLabel=255) | |
| virtual | ~ILocalThresholdOp () |
| 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 Attributes | |
| int | up |
| int | low |
| IErosionOp | erosion |
| IDilatationOp | dilatation |
|
||||||||||||
|
Local full image filtering.
Implements AnImageOp. |
![]() |
