Classes | |
| class | AdaptorOpenCvToPuma2 |
| class | ColorImageRGB8 |
| Imageclass for an 8-bit, 3 channel RGB color image. More... | |
| class | ColorImageRGBa8 |
| Imageclass for an 8-bit, 4 channel RGBA color image. More... | |
| class | ColorImageUV8 |
| Represents the U and V channels of a YUV image. More... | |
| class | ColorImageYUV8 |
| Wrapper around the ColorImageRGB8 class to represent YUV Images. More... | |
| class | ColorToGrayOperator |
| struct | Feature |
| Struct for obtaining extrema in a FeatureImage. More... | |
| class | FeatureImage |
| Superclass for all possible FeatureImages. More... | |
| class | GaussOperator |
| Gauss operator for a template image. More... | |
| class | GrabbingDevice |
| represents a grabbing-device supported by unicap More... | |
| class | GrabbingDeviceManager |
| central instance managing all connected (unicap-)video devices More... | |
| class | GrayLevelImage16 |
| Imageclass for an 16-bit gray level image. More... | |
| class | GrayLevelImage8 |
| Imageclass for an 8-bit gray level image. More... | |
| class | GrayLevelImageFloat |
| Imageclass for an 8-bit gray level image. More... | |
| class | Image |
| class | ImageOperator |
| Image operator for any image operator classes. More... | |
| class | ImageOperator8 |
| class | ImagePairToImageOperator |
| class | ImageReader |
| Read common image formats from file or other input channels. More... | |
| class | ImageToImageOperator |
| class | ImageToImageOperator8 |
| class | ImageToImagePairOperator |
| class | ImageWriter |
| Write common image formats to file. More... | |
| class | Matrix |
| Represents a matrix template class. More... | |
| class | MedianFilter |
| This class implements a basic median filter for images. More... | |
| class | Mirror |
| Vertical and horizontal mirror for any image. More... | |
| class | MultiElementImage |
| N-channel image template. More... | |
| class | MultiElementImageIter |
| Iterator class that will iteratate over all pixels (multi-channel) More... | |
| class | MultiElementImageIterChannel |
| Iterator class that will access channels in a n-channel image. More... | |
| class | MultiElementPixel |
| union | property_value_t |
| class | PumaException |
| Exception base class for any type of exception within the PUMA libs. More... | |
| class | RGB8ToY8UV8Operator |
| Converts an RGB image to separate Y and UV images. More... | |
| struct | RGBa8 |
| class | SingleElementImage |
| Single channel image template. More... | |
| class | TBaseImg |
| abstract Template base for all image templates More... | |
| class | ThermalToColorOperator |
| Converts a GrayLevelImage containing temperature information to RGB. More... | |
| class | Vector |
| Represents a vector template class. More... | |
| class | Y8UV8ToRGB8Operator |
| Converts a GrayLevelImage (the Y channel) and a ColorImageUV8 to RGB. More... | |
Typedefs | |
| typedef unsigned char | byte |
| typedef std::vector < unicap_data_buffer_t * > | data_buffer_ptr_vec |
| typedef std::vector < unicap_device_t * > | device_ptr_vec |
| typedef std::vector < unicap_format_t * > | format_ptr_vec |
| typedef std::vector < unicap_property_t * > | property_ptr_vec |
Enumerations | |
| enum | { msgImportant = 0, msgNotice = 2 } |
Functions | |
| template<class T > | |
| Matrix< T > | operator* (const Matrix< T > &, const Matrix< T > &) |
| template<class T > | |
| Vector< T > | operator* (const Matrix< T > &, const Vector< T > &) |
| template<class T > | |
| Vector< T > | operator* (const T &, const Vector< T > &) |
| template<class T > | |
| T | operator* (const Vector< T > &, const Vector< T > &) |
| typedef unsigned char puma2::byte |
Definition at line 9 of file ColorImageRGB8.h.
| typedef std::vector<unicap_data_buffer_t*> puma2::data_buffer_ptr_vec |
Definition at line 30 of file GrabbingDevice.h.
| typedef std::vector<unicap_device_t*> puma2::device_ptr_vec |
Definition at line 19 of file GrabbingDeviceManager.h.
| typedef std::vector<unicap_format_t*> puma2::format_ptr_vec |
Definition at line 25 of file GrabbingDevice.h.
| typedef std::vector<unicap_property_t*> puma2::property_ptr_vec |
Definition at line 29 of file GrabbingDevice.h.
| anonymous enum |
Definition at line 6 of file PumaMessages.h.
| Vector<T> puma2::operator* | ( | const T & | , |
| const Vector< T > & | |||
| ) |
| T puma2::operator* | ( | const Vector< T > & | , |
| const Vector< T > & | |||
| ) |