ossimOpenCVErodeFilter Class Reference

OpenCV Erode Filter. More...

#include <ossimOpenCVErodeFilter.h>

List of all members.

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

Detailed Description

OpenCV Erode Filter.

Erodes an image by using a specific structuring element.

Parameters:
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:

$ \min _{(x',y') \, in \, \texttt{element}}src(x+x',y+y') $

A 3x3 rectangular structuring element is used for erosion. Erosion can be applied several (iterations) times.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on Thu May 13 09:23:33 2010 for opencv-ossim-plugin by  doxygen 1.6.1