Public Types | Public Member Functions | Protected Attributes | List of all members
cv::WImageBufferC< T, C > Class Template Reference

#include <wimage.hpp>

Inherits cv::WImageC< T, C >.

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
 
TImageData ()
 
const TImageData () 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 TRow (int r) const
 
TRow (int r)
 
Toperator() (int c, int r)
 
const Toperator() (int c, int r) const
 
void SetZero ()
 

Protected Attributes

IplImageimage_
 

Member Typedef Documentation

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

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)
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
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
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_
protectedinherited

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