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


Purpose: Dynamic Range(DYR) with a Structured Element. Is similar to the morphological gradient.
Dynamic Range uses dilatation and erosion
DYR= (dilatation - erosion)
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 | |
| ILargeMSmoothOp () | |
| ILargeMSmoothOp (StructuredElement *aStructuredElement) | |
| virtual | ~ILargeMSmoothOp () |
| 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 | |
| ILargeErosionOp | erosion |
| ILargeDilatationOp | dilatation |
|
||||||||||||
|
Local full image filtering.
Reimplemented from ILargeMorphologicalOp. |
![]() |
