图像格式转换器
更多...
#include <OB2Extension.hpp>
图像格式转换器
在文件 OB2Extension.hpp 第 434 行定义.
◆ image_format_converter() [1/2]
ob2::image_format_converter::image_format_converter |
( |
| ) |
|
|
inline |
◆ image_format_converter() [2/2]
◆ ~image_format_converter()
virtual ob2::image_format_converter::~image_format_converter |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ yuyv_to_rgb()
virtual std::shared_ptr< image > ob2::image_format_converter::yuyv_to_rgb |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ uyvy_to_rgb()
virtual std::shared_ptr< image > ob2::image_format_converter::uyvy_to_rgb |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ i420_to_rgb()
virtual std::shared_ptr< image > ob2::image_format_converter::i420_to_rgb |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ nv21_to_rgb()
virtual std::shared_ptr< image > ob2::image_format_converter::nv21_to_rgb |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ nv12_to_rgb()
virtual std::shared_ptr< image > ob2::image_format_converter::nv12_to_rgb |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ rgb_to_bgr()
virtual std::shared_ptr< image > ob2::image_format_converter::rgb_to_bgr |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ mjpg_to_i420()
virtual std::shared_ptr< image > ob2::image_format_converter::mjpg_to_i420 |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ mjpg_to_nv21()
virtual std::shared_ptr< image > ob2::image_format_converter::mjpg_to_nv21 |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ mjpg_to_rgb()
virtual std::shared_ptr< image > ob2::image_format_converter::mjpg_to_rgb |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ mjpg_to_bgr()
virtual std::shared_ptr< image > ob2::image_format_converter::mjpg_to_bgr |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
◆ mjpg_to_bgra()
virtual std::shared_ptr< image > ob2::image_format_converter::mjpg_to_bgra |
( |
const std::shared_ptr< image > |
source_image | ) |
|
|
inlinevirtual |
该类的文档由以下文件生成: