Definition at line 777 of file Image.h.
|
| | Image (std::size_t width, std::size_t height, bool isCPU=true) |
| |
| | Image (std::size_t width, std::size_t height, std::uint8_t *dataPtrLuma, std::uint8_t *dataPtrChroma, bool isCPU=true) |
| |
| | Image (std::size_t width, std::size_t height, std::size_t rowPitchLuma, std::size_t rowPitchChroma, std::uint8_t *dataPtrLuma, std::uint8_t *dataPtrChroma, bool isCPU=true) |
| |
| std::size_t | getLumaWidth () const |
| |
| std::size_t | getLumaHeight () const |
| |
| std::size_t | getChromaWidth () const |
| |
| std::size_t | getChromaHeight () const |
| |
| std::size_t | getLumaStride (TensorDimension dim) const |
| |
| std::size_t | getChromaStride (TensorDimension dim) const |
| |
| std::uint8_t * | getLumaData () |
| |
| const std::uint8_t * | getLumaData () const |
| |
| std::size_t | getLumaDataSize () const |
| |
| std::uint8_t * | getChromaData () |
| |
| const std::uint8_t * | getChromaData () const |
| |
| std::size_t | getChromaDataSize () const |
| |
| bool | isCPU () const |
| |
◆ Image() [1/3]
| cvcore::Image< ImageType::NV24 >::Image |
( |
std::size_t |
width, |
|
|
std::size_t |
height, |
|
|
bool |
isCPU = true |
|
) |
| |
|
inline |
◆ Image() [2/3]
| cvcore::Image< ImageType::NV24 >::Image |
( |
std::size_t |
width, |
|
|
std::size_t |
height, |
|
|
std::uint8_t * |
dataPtrLuma, |
|
|
std::uint8_t * |
dataPtrChroma, |
|
|
bool |
isCPU = true |
|
) |
| |
|
inline |
◆ Image() [3/3]
| cvcore::Image< ImageType::NV24 >::Image |
( |
std::size_t |
width, |
|
|
std::size_t |
height, |
|
|
std::size_t |
rowPitchLuma, |
|
|
std::size_t |
rowPitchChroma, |
|
|
std::uint8_t * |
dataPtrLuma, |
|
|
std::uint8_t * |
dataPtrChroma, |
|
|
bool |
isCPU = true |
|
) |
| |
|
inline |
◆ getChromaData() [1/2]
| std::uint8_t* cvcore::Image< ImageType::NV24 >::getChromaData |
( |
| ) |
|
|
inline |
◆ getChromaData() [2/2]
| const std::uint8_t* cvcore::Image< ImageType::NV24 >::getChromaData |
( |
| ) |
const |
|
inline |
◆ getChromaDataSize()
| std::size_t cvcore::Image< ImageType::NV24 >::getChromaDataSize |
( |
| ) |
const |
|
inline |
◆ getChromaHeight()
| std::size_t cvcore::Image< ImageType::NV24 >::getChromaHeight |
( |
| ) |
const |
|
inline |
◆ getChromaStride()
◆ getChromaWidth()
| std::size_t cvcore::Image< ImageType::NV24 >::getChromaWidth |
( |
| ) |
const |
|
inline |
◆ getLumaData() [1/2]
◆ getLumaData() [2/2]
| const std::uint8_t* cvcore::Image< ImageType::NV24 >::getLumaData |
( |
| ) |
const |
|
inline |
◆ getLumaDataSize()
| std::size_t cvcore::Image< ImageType::NV24 >::getLumaDataSize |
( |
| ) |
const |
|
inline |
◆ getLumaHeight()
| std::size_t cvcore::Image< ImageType::NV24 >::getLumaHeight |
( |
| ) |
const |
|
inline |
◆ getLumaStride()
◆ getLumaWidth()
| std::size_t cvcore::Image< ImageType::NV24 >::getLumaWidth |
( |
| ) |
const |
|
inline |
◆ isCPU()
◆ Copy
The documentation for this class was generated from the following file: