Public Member Functions | Public Attributes
mm_vision_msgs::ImagePair Struct Reference

An image structure that makes sense for non-opencv platforms. More...

#include <image_pair.hpp>

List of all members.

Public Member Functions

 ImagePair ()
 ImagePair (const unsigned char *left_buffer, const unsigned char *right_buffer, const unsigned int &size)
 Create a pair from two incoming character arrays (usually from the grabber).

Public Attributes

bool colour
unsigned int height
std::vector< unsigned char > left
std::vector< unsigned char > right
unsigned int size
ecl::TimeStamp timestamp
unsigned int width

Detailed Description

An image structure that makes sense for non-opencv platforms.

On our embedded boards we usually dont run with opencv, but we need a structure which we can fling around. This is it.

Definition at line 37 of file image_pair.hpp.


Constructor & Destructor Documentation

Definition at line 38 of file image_pair.hpp.

mm_vision_msgs::ImagePair::ImagePair ( const unsigned char *  left_buffer,
const unsigned char *  right_buffer,
const unsigned int &  size 
)

Create a pair from two incoming character arrays (usually from the grabber).

Parameters:
left
right
size: size of a single one of the image buffers.

Definition at line 18 of file image_pair.cpp.


Member Data Documentation

Definition at line 49 of file image_pair.hpp.

Definition at line 50 of file image_pair.hpp.

std::vector<unsigned char> mm_vision_msgs::ImagePair::left

Definition at line 48 of file image_pair.hpp.

std::vector<unsigned char> mm_vision_msgs::ImagePair::right

Definition at line 48 of file image_pair.hpp.

Definition at line 50 of file image_pair.hpp.

Definition at line 51 of file image_pair.hpp.

Definition at line 50 of file image_pair.hpp.


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


mm_vision_msgs
Author(s): Daniel Stonier
autogenerated on Sun Jun 7 2015 12:58:21