Image storage and manipulation

Classes

class  CVD::Argb< T >
class  CVD::BasicImage< T >
class  CVD::Bgrx< T >
class  CVD::Image< T >
class  CVD::ImageRef
class  CVD::La< T >
class  CVD::Rgb< T >
struct  CVD::Rgb8
class  CVD::Rgba< T >
class  CVD::SubImage< T >

Namespaces

namespace  CVD::Interpolate

Typedefs

typedef unsigned char CVD::byte

Functions

ImageRef CVD::ir (const TooN::Vector< 2 > &v)
ImageRef CVD::ir_rounded (const TooN::Vector< 2 > &v)
TooN::Vector< 2 > CVD::vec (const ImageRef &ir)

Detailed Description

Basic image functionality. The CVD image classes provide fast and flexible access to images.


Typedef Documentation

typedef unsigned char CVD::byte

An 8-bit datatype

Definition at line 28 of file byte.h.


Function Documentation

ImageRef CVD::ir ( const TooN::Vector< 2 > &  v  )  [inline]

Convert a Vector into an image co-ordinate. Numbers are truncated, not rounded

Parameters:
v The Vector to convert

Definition at line 43 of file vector_image_ref.h.

ImageRef CVD::ir_rounded ( const TooN::Vector< 2 > &  v  )  [inline]

Convert a Vector into an image co-ordinate. Numbers are rounded

Parameters:
v The Vector to convert

Definition at line 51 of file vector_image_ref.h.

TooN::Vector<2> CVD::vec ( const ImageRef &  ir  )  [inline]

Convert an image co-ordinate into a Vector

Parameters:
ir The ImageRef to convert

Definition at line 32 of file vector_image_ref.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libcvd
Author(s): Edward Rosten, Paul Smith, Tom Drummond, Gerhard Reitmayr, Ethan Eade, Timothy Gan, Chris Kemp, Georg Klein
autogenerated on Fri Jan 11 09:13:34 2013