Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
cv::WImageView< T > Class Template Reference

#include <wimage.hpp>

Inherits cv::WImage< T >.

List of all members.

Public Types

typedef WImage< T >::BaseType BaseType

Public Member Functions

 WImageView (WImage< T > *img, int c, int r, int width, int height)
 WImageView (T *data, int width, int height, int channels, int width_step=-1)
 WImageView (IplImage *img)
 WImageView (const WImage< T > &img)
WImageViewoperator= (const WImage< T > &img)
IplImageIpl ()
const IplImageIpl () const
TImageData ()
const TImageData () const
int Width () const
int Height () const
int WidthStep () const
int Channels () 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 CopyFrom (const WImage< T > &src)
void SetZero ()
WImageView< TView (int c, int r, int width, int height)

Protected Member Functions

void SetIpl (IplImage *image)

Protected Attributes

IplImage header_
IplImageimage_

template<typename T>
class cv::WImageView< T >


Member Typedef Documentation

template<typename T>
typedef WImage<T>::BaseType cv::WImageView< T >::BaseType

Reimplemented from cv::WImage< T >.


Constructor & Destructor Documentation

template<typename T >
cv::WImageView< T >::WImageView ( WImage< T > *  img,
int  c,
int  r,
int  width,
int  height 
)
template<typename T >
cv::WImageView< T >::WImageView ( T data,
int  width,
int  height,
int  channels,
int  width_step = -1 
)
template<typename T>
cv::WImageView< T >::WImageView ( IplImage img)
template<typename T>
cv::WImageView< T >::WImageView ( const WImage< T > &  img)

Member Function Documentation

template<typename T>
WImageView& cv::WImageView< T >::operator= ( const WImage< T > &  img)

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 >::Channels ( ) const [inherited]

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

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 >::CopyFrom ( const WImage< T > &  src) [inherited]
template<typename T>
void cv::WImage< T >::SetZero ( ) [inherited]
template<typename T >
WImageView< T > cv::WImage< T >::View ( int  c,
int  r,
int  width,
int  height 
) [inherited]

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

template<typename T>
void cv::WImage< T >::SetIpl ( IplImage image) [protected, inherited]

Member Data Documentation

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

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