12 #ifndef ossimMeanMedianFilter_HEADER 13 #define ossimMeanMedianFilter_HEADER 35 OSSIM_MEDIAN_FILL_NULLS = 1,
38 OSSIM_MEDIAN_NULL_CENTER_ONLY = 2,
44 OSSIM_MEAN_FILL_NULLS = 4,
47 OSSIM_MEAN_NULL_CENTER_ONLY = 5
65 void setAutoGrowRectFlag(
bool flag);
66 bool getAutoGrowRectFlag()
const;
68 void setFilterType(ossimMeanMedianFilterType type);
71 void getFilterTypeList(std::vector<ossimString>& list)
const;
82 const char* prefix=0)
const;
89 const char* prefix=0);
114 void applyMean(T dummyVariable,
117 void applyMeanNullCenterOnly(T dummyVariable,
121 void applyMedian(T dummyVariable,
124 void applyMedianNullCenterOnly(T dummyVariable,
virtual ossimIrect getBoundingRect(ossim_uint32 resLevel=0) const
This will return the bounding rect of the source.
virtual void setProperty(ossimRefPtr< ossimProperty > property)
Represents serializable keyword/value map.
virtual void initialize()
virtual void getPropertyNames(std::vector< ossimString > &propertyNames) const
unsigned int ossim_uint32
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
Method to the load (recreate) the state of an object from a keyword list.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Method to save the state of an object to a keyword list.
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
virtual ossimRefPtr< ossimImageData > getTile(const ossimIpt &origin, ossim_uint32 resLevel=0)