Public Member Functions | |
| ossimOpenCVSquaresFilter (ossimObject *owner=NULL) | |
| ossimOpenCVSquaresFilter (ossimImageSource *inputSource, double c1=1.0/3.0, double c2=1.0/3.0, double c3=1.0/3.0) | |
| ossimOpenCVSquaresFilter (ossimObject *owner, ossimImageSource *inputSource, double c1=1.0/3.0, double c2=1.0/3.0, double c3=1.0/3.0) | |
| 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) |
Public Attributes | |
|
std::vector < ossimAnnotationObject * > | theAnnotationObjectList |
Protected Member Functions | |
| void | runUcharTransformation (ossimImageData *tile) |
| CvSeq * | findSquares4 (IplImage *img, CvMemStorage *storage) |
| void | drawSquares (IplImage *img, CvSeq *squares) |
| double | angle (CvPoint *pt1, CvPoint *pt2, CvPoint *pt0) |
Protected Attributes | |
| ossimRefPtr< ossimImageData > | theBlankTile |
| ossimRefPtr< ossimImageData > | theTile |
| double | theC1 |
| double | theC2 |
| double | theC3 |
| CvMemStorage * | storage |
| int | thresh |
| bool ossimOpenCVSquaresFilter::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