cv::WImageBufferC< T, C > Class Template Reference

#include <cvwimage.h>

Inherits cv::WImageC< T, C >.

List of all members.

Public Types

enum  { kChannels = C }
typedef WImage< T >::BaseType BaseType
enum  { kChannels = C }

Public Member Functions

 WImageBufferC ()
 WImageBufferC (int width, int height)
 WImageBufferC (IplImage *img)
void Allocate (int width, int height)
void SetIpl (IplImage *img)
void CloneFrom (const WImageC< T, C > &src)
 ~WImageBufferC ()
void ReleaseImage ()
bool IsNull () const
WImageViewC< T, C > View (int c, int r, int width, int height)
void CopyFrom (const WImageC< T, C > &src)
void CopyFrom (const WImage< T > &src)
int Channels () const
IplImageIpl ()
const IplImageIpl () const
T * ImageData ()
const T * ImageData () const
int Width () const
int Height () const
int WidthStep () const
int ChannelSize () const
int PixelSize () const
int Depth () const
template<>
int Depth () const
template<>
int Depth () const
template<>
int Depth () const
template<>
int Depth () const
template<>
int Depth () const
template<>
int Depth () const
template<>
int Depth () const
const T * Row (int r) const
T * Row (int r)
T * operator() (int c, int r)
const T * operator() (int c, int r) const
void SetZero ()

Protected Attributes

IplImageimage_

template<typename T, int C>
class cv::WImageBufferC< T, C >


Member Typedef Documentation

template<typename T , int C>
typedef WImage<T>::BaseType cv::WImageBufferC< T, C >::BaseType

Reimplemented from cv::WImageC< T, C >.


Member Enumeration Documentation

template<typename T , int C>
anonymous enum
Enumerator:
kChannels 
template<typename T, int C>
anonymous enum [inherited]
Enumerator:
kChannels 

Constructor & Destructor Documentation

template<typename T , int C>
cv::WImageBufferC< T, C >::WImageBufferC (  )
template<typename T , int C>
cv::WImageBufferC< T, C >::WImageBufferC ( int  width,
int  height 
)
template<typename T , int C>
cv::WImageBufferC< T, C >::WImageBufferC ( IplImage img ) [explicit]
template<typename T , int C>
cv::WImageBufferC< T, C >::~WImageBufferC (  )

Member Function Documentation

template<typename T , int C>
void cv::WImageBufferC< T, C >::Allocate ( int  width,
int  height 
)
template<typename T , int C>
void cv::WImageBufferC< T, C >::SetIpl ( IplImage img )

Reimplemented from cv::WImageC< T, C >.

template<typename T , int C>
void cv::WImageBufferC< T, C >::CloneFrom ( const WImageC< T, C > &  src )
template<typename T , int C>
void cv::WImageBufferC< T, C >::ReleaseImage (  )
template<typename T , int C>
bool cv::WImageBufferC< T, C >::IsNull (  ) const
template<typename T , int C>
WImageViewC< T, C > cv::WImageC< T, C >::View ( int  c,
int  r,
int  width,
int  height 
) [inherited]

Reimplemented from cv::WImage< T >.

template<typename T, int C>
void cv::WImageC< T, C >::CopyFrom ( const WImageC< T, C > &  src ) [inherited]
template<typename T>
void cv::WImage< T >::CopyFrom ( const WImage< T > &  src ) [inherited]
template<typename T, int C>
int cv::WImageC< T, C >::Channels (  ) const [inherited]

Reimplemented from cv::WImage< T >.

template<typename T>
IplImage* cv::WImage< T >::Ipl (  ) [inherited]
template<typename T>
const IplImage* cv::WImage< T >::Ipl (  ) const [inherited]
template<typename T>
T* cv::WImage< T >::ImageData (  ) [inherited]
template<typename T>
const T* cv::WImage< T >::ImageData (  ) const [inherited]
template<typename T>
int cv::WImage< T >::Width (  ) const [inherited]
template<typename T>
int cv::WImage< T >::Height (  ) const [inherited]
template<typename T>
int cv::WImage< T >::WidthStep (  ) const [inherited]
template<typename T>
int cv::WImage< T >::ChannelSize (  ) const [inherited]
template<typename T>
int cv::WImage< T >::PixelSize (  ) const [inherited]
template<typename T>
int cv::WImage< T >::Depth (  ) const [inherited]
template<>
int cv::WImage< uchar >::Depth (  ) const [inherited]
template<>
int cv::WImage< signed char >::Depth (  ) const [inherited]
template<>
int cv::WImage< short >::Depth (  ) const [inherited]
template<>
int cv::WImage< ushort >::Depth (  ) const [inherited]
template<>
int cv::WImage< int >::Depth (  ) const [inherited]
template<>
int cv::WImage< float >::Depth (  ) const [inherited]
template<>
int cv::WImage< double >::Depth (  ) const [inherited]
template<typename T>
const T* cv::WImage< T >::Row ( int  r ) const [inherited]
template<typename T>
T* cv::WImage< T >::Row ( int  r ) [inherited]
template<typename T>
T* cv::WImage< T >::operator() ( int  c,
int  r 
) [inherited]
template<typename T>
const T* cv::WImage< T >::operator() ( int  c,
int  r 
) const [inherited]
template<typename T>
void cv::WImage< T >::SetZero (  ) [inherited]

Member Data Documentation

template<typename T>
IplImage* cv::WImage< T >::image_ [protected, inherited]

The documentation for this class was generated from the following file: