TLIB documentation
 

tlSize Class Reference

Inheritance diagram for tlSize:

Inheritance graph
[legend]

List of all members.


Detailed Description

Size object.

Public Member Functions

 tlSize ()
 tlSize (int width, int height, int depth=255)
virtual ~tlSize ()
int setSize (int width, int height, int depth=255)

Public Attributes

int width
int height
int depth

Constructor & Destructor Documentation

tlSize::tlSize (  ) 

Constructor.

Note:
See error management for details.

References depth, height, TL_NO_ERROR, and width.

tlSize::tlSize ( int  width,
int  height,
int  depth = 255 
)

Constructor.

Parameters:
width object width
height object height
depth object disparity range size
Note:
See error management for details.

References TL_NO_ERROR.

tlSize::~tlSize (  )  [virtual]

Destructor.

Destructor.

Note:
See error management for details.

References TL_NO_ERROR.


Member Function Documentation

int tlSize::setSize ( int  width,
int  height,
int  depth = 255 
)

Set the size object parameters.

Parameters:
width object width
height object height
depth object disparity range size
Returns:
0 on success, -1 otherwise.
See error management for details.

Referenced by tlObject::tlObject().


Member Data Documentation

width of the object inheriting from tlSize.

Referenced by tlPixelArray::add(), tlPixelArray::addChannel(), tlMask::adjust(), tlChain::blindExtract(), tlImage::borderBlack(), tlImage::borderMirror(), tlHist2D::build(), tlHist::build(), tlPixelArray::buildHist(), tlPixelArray::clear(), tlMask::clear(), tlLine::clip(), tlPixelArray::convolution(), tlPixelArray::copy(), tlObject::copy(), tlMask::copy(), tlRect::copyTo(), tlMask::crop(), tlImage::crop(), tlObject::define(), tlCameraTSAI::dewarp(), tlPixelArray::dilate(), tlImage::drawCross(), tlImage::drawImage(), tlImage::drawLine(), tlImage::drawMask(), tlImage::drawObject(), tlImage::drawPoint(), tlImage::drawRect(), tlImage::drawText(), tlImage::edges(), tlImage::edgesHor(), tlImage::edgesVert(), tlPixelArray::erode(), tlObject::extract(), tlChain::extract(), tlMask::fill(), tlImage::fillObject(), tlImage::fillRect(), tlPixelArray::filter(), tlColorModel::filter(), tlBackground::filter(), tlPixelArray::find(), tlPixelArray::findBest(), tlPixelArray::getColorMax(), tlPixelArray::getColorMin(), tlPixelArray::getColors(), tlCameraSVSBase::getDisparity(), tlPixelArray::getMax(), tlPixelArray::getMin(), tlPixelArray::getPixel(), tlCameraSVSBase::getRight(), tlSourceVideoFile::grab(), tlDigitizerVRm::grab(), tlDigitizerV4L::grab(), tlDigitizerPXC200::grab(), tlDigitizerDX::grab(), tlDigitizerDT3130::grab(), tlCameraSVSHead::grab(), tlSourceVideoFile::grabQueued(), tlDigitizerPXC200::grabQueued(), tlDigitizerDT3130::grabQueued(), tlSpiral::init(), tlPixelArray::init(), tlBackground::init(), tlRect::intersect(), tlMask::invert(), tlImage::invert(), tlPixelArray::mask(), tlPixelArray::median(), tlMask::merge(), tlMask::minimize(), tlImage::mirror(), tlImage::normalize(), tlPixelArray::putChannel(), tlImage::readFromBMP(), tlImage::readFromFile(), tlImage::readFromJPG(), tlImage::readFromPPM(), tlPixelArray::remChannel(), tlImage::rotateLeft(), tlImage::rotateRight(), tlPixelArray::scale(), tlMask::set(), tlMask::setCenter(), tlColor::setMax(), tlColor::setMin(), tlPixelArray::setPixel(), tlColor::setVar(), tlPixelArray::sub(), tlPixelArray::swapChannels(), tlPixelArray::thin(), tl_channel_put(), tl_channel_swap(), tl_convolution(), tl_convolution_x(), tl_convolution_y(), tl_copy_array(), tl_copy_hrarray(), tl_copy_hrsubarray(), tl_copy_subarray(), tl_dilate_all(), tl_dilate_bin(), tl_dilate_gray(), tl_edges_bin(), tl_erode_all(), tl_erode_bin(), tl_erode_gray(), tl_extract_color_gray(), tl_extract_color_hsi(), tl_extract_color_max_gray(), tl_extract_color_max_hsi(), tl_extract_color_max_nrg(), tl_extract_color_max_rgb(), tl_extract_color_max_yuv(), tl_extract_color_min_gray(), tl_extract_color_min_hsi(), tl_extract_color_min_nrg(), tl_extract_color_min_rgb(), tl_extract_color_min_yuv(), tl_extract_color_nrg(), tl_extract_color_rgb(), tl_extract_color_yuv(), tl_filter_gray(), tl_filter_hrgray(), tl_filter_hsi(), tl_filter_nrg(), tl_filter_rgb(), tl_find_best_object(), tl_find_best_shape(), tl_find_object(), tl_find_shape(), tl_gray2bin(), tl_gray2rgb(), tl_hrgray2bin(), tl_hrgray2gray(), tl_hsi2bin(), tl_hsi2gray(), tl_hsi2rgb(), tl_normalize_gray(), tl_nrg2bin(), tl_nrg2gray(), tl_pixel_add(), tl_pixel_hradd(), tl_pixel_hrscale(), tl_pixel_hrsub(), tl_pixel_scale(), tl_pixel_sub(), tl_rgb2bin(), tl_rgb2gray(), tl_rgb2hsi(), tl_rgb2nrg(), tl_rgb2yuv(), tl_thin_hitandmiss(), tl_to_channel(), tl_write_tlb(), tl_yuv2bin(), tl_yuv2gray(), tl_yuv2nrg(), tl_yuv2rgb(), tlBlobs::tlBlobs(), tlMask::tlMask(), tlObject::tlObject(), tlPixelArray::tlPixelArray(), tlSize(), tlPixelArray::toBin(), tlPixelArray::toChannel(), tlPixelArray::toGray(), tlPixelArray::toHsi(), tlPixelArray::toNrg(), tlPixelArray::toRect(), tlPixelArray::toRgb(), tlPixelArray::toYuv(), tlColorModel::train(), tlBackground::update(), tlCameraTSAI::warp(), tlImage::writeToBMP(), tlImage::writeToJPG(), and tlImage::writeToPPM().

height of the object inheriting from tlSize.

Referenced by tlPixelArray::add(), tlPixelArray::addChannel(), tlMask::adjust(), tlChain::blindExtract(), tlImage::borderBlack(), tlImage::borderMirror(), tlHist2D::build(), tlHist::build(), tlPixelArray::buildHist(), tlPixelArray::clear(), tlMask::clear(), tlLine::clip(), tlPixelArray::convolution(), tlPixelArray::copy(), tlObject::copy(), tlMask::copy(), tlRect::copyTo(), tlMask::crop(), tlImage::crop(), tlObject::define(), tlCameraTSAI::dewarp(), tlPixelArray::dilate(), tlImage::drawCross(), tlImage::drawImage(), tlImage::drawLine(), tlImage::drawMask(), tlImage::drawObject(), tlImage::drawPoint(), tlImage::drawRect(), tlImage::drawText(), tlImage::edges(), tlImage::edgesHor(), tlImage::edgesVert(), tlPixelArray::erode(), tlObject::extract(), tlChain::extract(), tlMask::fill(), tlImage::fillObject(), tlImage::fillRect(), tlPixelArray::filter(), tlColorModel::filter(), tlBackground::filter(), tlPixelArray::find(), tlPixelArray::findBest(), tlPixelArray::getColorMax(), tlPixelArray::getColorMin(), tlPixelArray::getColors(), tlCameraSVSBase::getDisparity(), tlPixelArray::getMax(), tlPixelArray::getMin(), tlCameraSVSBase::getRight(), tlSourceVideoFile::grab(), tlDigitizerVRm::grab(), tlDigitizerV4L::grab(), tlDigitizerPXC200::grab(), tlDigitizerDX::grab(), tlDigitizerDT3130::grab(), tlCameraSVSHead::grab(), tlSourceVideoFile::grabQueued(), tlDigitizerPXC200::grabQueued(), tlDigitizerDT3130::grabQueued(), tlSpiral::init(), tlPixelArray::init(), tlBackground::init(), tlRect::intersect(), tlMask::invert(), tlImage::invert(), tlPixelArray::mask(), tlPixelArray::median(), tlMask::merge(), tlMask::minimize(), tlImage::mirror(), tlImage::normalize(), tlPixelArray::putChannel(), tlImage::readFromBMP(), tlImage::readFromFile(), tlImage::readFromJPG(), tlImage::readFromPPM(), tlPixelArray::remChannel(), tlImage::rotateLeft(), tlImage::rotateRight(), tlPixelArray::scale(), tlMask::set(), tlMask::setCenter(), tlColor::setMax(), tlColor::setMin(), tlColor::setVar(), tlPixelArray::sub(), tlPixelArray::swapChannels(), tlPixelArray::thin(), tl_channel_put(), tl_channel_swap(), tl_convolution(), tl_convolution_x(), tl_convolution_y(), tl_copy_array(), tl_copy_hrarray(), tl_copy_hrsubarray(), tl_copy_subarray(), tl_dilate_all(), tl_dilate_bin(), tl_dilate_gray(), tl_edges_bin(), tl_erode_all(), tl_erode_bin(), tl_erode_gray(), tl_extract_color_gray(), tl_extract_color_hsi(), tl_extract_color_max_gray(), tl_extract_color_max_hsi(), tl_extract_color_max_nrg(), tl_extract_color_max_rgb(), tl_extract_color_max_yuv(), tl_extract_color_min_gray(), tl_extract_color_min_hsi(), tl_extract_color_min_nrg(), tl_extract_color_min_rgb(), tl_extract_color_min_yuv(), tl_extract_color_nrg(), tl_extract_color_rgb(), tl_extract_color_yuv(), tl_filter_gray(), tl_filter_hrgray(), tl_filter_hsi(), tl_filter_nrg(), tl_filter_rgb(), tl_find_best_object(), tl_find_best_shape(), tl_find_object(), tl_find_shape(), tl_gray2bin(), tl_gray2rgb(), tl_hrgray2bin(), tl_hrgray2gray(), tl_hsi2bin(), tl_hsi2gray(), tl_hsi2rgb(), tl_normalize_gray(), tl_nrg2bin(), tl_nrg2gray(), tl_pixel_add(), tl_pixel_hradd(), tl_pixel_hrscale(), tl_pixel_hrsub(), tl_pixel_scale(), tl_pixel_sub(), tl_rgb2bin(), tl_rgb2gray(), tl_rgb2hsi(), tl_rgb2nrg(), tl_rgb2yuv(), tl_thin_hitandmiss(), tl_to_channel(), tl_write_tlb(), tl_yuv2bin(), tl_yuv2gray(), tl_yuv2nrg(), tl_yuv2rgb(), tlBlobs::tlBlobs(), tlMask::tlMask(), tlObject::tlObject(), tlPixelArray::tlPixelArray(), tlSize(), tlPixelArray::toBin(), tlPixelArray::toChannel(), tlPixelArray::toGray(), tlPixelArray::toHsi(), tlPixelArray::toNrg(), tlPixelArray::toRect(), tlPixelArray::toRgb(), tlPixelArray::toYuv(), tlColorModel::train(), tlBackground::update(), tlCameraTSAI::warp(), tlImage::writeToBMP(), tlImage::writeToJPG(), and tlImage::writeToPPM().

disparity range size of the object inheriting from tlSize.

Referenced by tlSize().


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


TLIB documentation - generated on 12 May 2008
Please address any questions to seb@tuyphon.com
(C) 2001-2008 - S. Grange
(C) 2001-2007 - VRAI Group, EPFL
All Rights Reserved.