Jafar
|
Struct that contains some information about the images that are used for the module. More...
Struct that contains some information about the images that are used for the module.
This struct is practical in order not to pass the image parameters to function, where those are needed. ...
Definition at line 219 of file trv_util.hpp.
#include <trv_util.hpp>
Public Member Functions | |
ImageInfo (int _width=512, int _height=384, int _depth=CV_8U, JfrImage_TypeColorSpace _colorSpace=JfrImage_CS_GRAY) | |
Constructor for ImageInfo. | |
Public Attributes | |
int | width |
int | height |
int | depth |
JfrImage_TypeColorSpace | colorSpace |
jafar::traversability::ImageInfo::ImageInfo | ( | int | _width = 512 , |
int | _height = 384 , |
||
int | _depth = CV_8U , |
||
JfrImage_TypeColorSpace | _colorSpace = JfrImage_CS_GRAY |
||
) | [inline] |
Constructor for ImageInfo.
_width | image widht |
_height | image height |
_depth | image depth |
_colorSpace | color-space of the images |
Definition at line 228 of file trv_util.hpp.
Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |