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) |
Basic image functionality. The CVD image classes provide fast and flexible access to images.
ImageRef CVD::ir | ( | const TooN::Vector< 2 > & | v | ) | [inline] |
Convert a Vector into an image co-ordinate. Numbers are truncated, not rounded
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
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
ir | The ImageRef to convert |
Definition at line 32 of file vector_image_ref.h.