#include <image.hpp>
◆ Type
Enumerator |
---|
Grey8 | |
Rgb888 | |
Bgr888 | |
◆ Image() [1/4]
kipr::camera::Image::Image |
( |
| ) |
|
◆ Image() [2/4]
kipr::camera::Image::Image |
( |
const Type |
type, |
|
|
const unsigned |
width, |
|
|
const unsigned |
height, |
|
|
const unsigned |
stride, |
|
|
unsigned char *const |
data, |
|
|
const bool |
owned = true |
|
) |
| |
◆ Image() [3/4]
kipr::camera::Image::Image |
( |
const Image & |
| ) |
|
◆ Image() [4/4]
kipr::camera::Image::Image |
( |
Image && |
| ) |
|
◆ ~Image()
kipr::camera::Image::~Image |
( |
| ) |
|
◆ getData()
const unsigned char* const kipr::camera::Image::getData |
( |
| ) |
const |
◆ getHeight()
unsigned kipr::camera::Image::getHeight |
( |
| ) |
const |
◆ getStride()
unsigned kipr::camera::Image::getStride |
( |
| ) |
const |
◆ getType()
Type kipr::camera::Image::getType |
( |
| ) |
const |
◆ getWidth()
unsigned kipr::camera::Image::getWidth |
( |
| ) |
const |
◆ isEmpty()
bool kipr::camera::Image::isEmpty |
( |
| ) |
const |
◆ isOwned()
bool kipr::camera::Image::isOwned |
( |
| ) |
const |
◆ operator=()
◆ swap
The documentation for this class was generated from the following file:
- ~/libwallaby/module/camera/public/kipr/camera/image.hpp