KSquare Utilities
Raster.h File Reference
#include <map>
#include "KKBaseTypes.h"
#include "KKQueue.h"
#include "MorphOp.h"
#include "KKStr.h"
#include "PixelValue.h"
#include "Point.h"

Go to the source code of this file.

Classes

struct  KKB::MovDir
 
class  KKB::Raster
 A class that is used by to represent a single image in memory. More...
 
class  KKB::RasterList
 

Namespaces

 KKB
 KKB The namespace for KKBase Library supporting general functionality needed by almost any application.
 

Macros

#define _Raster_Defined_
 
#define _RasterList_Defined_
 

Typedefs

typedef Histogram * KKB::HistogramPtr
 
typedef MorphOp::MaskTypes KKB::MaskTypes
 
typedef Matrix * KKB::MatrixPtr
 
typedef Raster::RasterConstPtr KKB::RasterConstPtr
 
typedef RasterList * KKB::RasterListPtr
 
typedef MorphOp::StructureType KKB::StructureType
 

Enumerations

enum  KKB::ColorChannels { KKB::ColorChannels::Red, KKB::ColorChannels::Green, KKB::ColorChannels::Blue }
 

Functions

ColorChannels KKB::ColorChannelFromKKStr (const KKStr &s)
 
KKStr KKB::ColorChannelToKKStr (ColorChannels c)
 

Detailed Description

Author
Kurt Kramer
Raster *
*
Supports image Morphological operations such as Dilation, Opening, *
Closing and other operations. *
See also
Blob
ContourFollower
ConvexHull
PixelValue
Point
Sobel

Definition in file Raster.h.

Macro Definition Documentation

#define _Raster_Defined_

Definition at line 1375 of file Raster.h.

#define _RasterList_Defined_

Definition at line 1413 of file Raster.h.