OpenCV Erode Filter. More...
#include <ossimOpenCVErodeFilter.h>
Public Member Functions | |
| ossimOpenCVErodeFilter (ossimObject *owner=NULL) | |
| ossimOpenCVErodeFilter (ossimImageSource *inputSource) | |
| ossimOpenCVErodeFilter (ossimObject *owner, ossimImageSource *inputSource) | |
| ossimString | getShortName () const |
| ossimString | getLongName () const |
|
virtual ossimRefPtr < ossimImageData > | getTile (const ossimIrect &tileRect, ossim_uint32 resLevel=0) |
| virtual void | initialize () |
| virtual ossimScalarType | getOutputScalarType () const |
| ossim_uint32 | getNumberOfOutputBands () const |
| virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
Protected Member Functions | |
| void | runUcharTransformation (ossimImageData *tile) |
Protected Attributes | |
| ossimRefPtr< ossimImageData > | theTile |
| int | theIterations |
OpenCV Erode Filter.
Erodes an image by using a specific structuring element.
| iterations | Number of times erosion is applied |
The function erodes the source image using the specified structuring element that determines the shape of a pixel neighborhood over which the minimum is taken:

A 3x3 rectangular structuring element is used for erosion. Erosion can be applied several (iterations) times.
| bool ossimOpenCVErodeFilter::loadState | ( | const ossimKeywordlist & | kwl, | |
| const char * | prefix = 0 | |||
| ) | [virtual] |
Method to the load (recreate) the state of an object from a keyword list. Return true if ok or false on error.
1.6.1