Independent (i.e. not OpenCV) representation of a Pixel. More...
#include <image_loader.h>
Public Member Functions | |
Pixel ()=default | |
Public Attributes | |
std::vector< double > | channels |
Independent (i.e. not OpenCV) representation of a Pixel.
Each channel's value is represented as a value [0.0, 1.0]
Definition at line 49 of file image_loader.h.
|
default |
std::vector<double> nav_grid_server::Pixel::channels |
Definition at line 52 of file image_loader.h.