Solar
Public Member Functions | List of all members
SolAR::MODULES::OPENCV::SolARImageConvertorOpencv Class Reference

Converts an image according to a given expected layout. UUID: fd7fb607-144f-418c-bcf2-f7cf71532c22 More...

#include <SolARImageConvertorOpencv.h>

Inheritance diagram for SolAR::MODULES::OPENCV::SolARImageConvertorOpencv:
Inheritance graph
[legend]
Collaboration diagram for SolAR::MODULES::OPENCV::SolARImageConvertorOpencv:
Collaboration graph
[legend]

Public Member Functions

FrameworkReturnCode convert (const SRef< datastructure::Image > imgSrc, SRef< datastructure::Image > &imgDst) override
 
FrameworkReturnCode convert (const SRef< datastructure::Image > imgSrc, SRef< datastructure::Image > &imgDst, datastructure::Image::ImageLayout destLayout) override
 
FrameworkReturnCode convertLookUpTable (const SRef< datastructure::Image > imgSrc, SRef< datastructure::Image > &imgDst) override
 
void unloadComponent () override final
 

Detailed Description

Converts an image according to a given expected layout. UUID: fd7fb607-144f-418c-bcf2-f7cf71532c22

Properties
colorMap color map used, list of GNU Octave/MATLAB equivalent colormaps available https://docs.opencv.org/4.1.1/d3/d50/group__imgproc__colormap.html
type: int; range : values of cv::ColormapTypes; default: cv::COLORMAP_JET (2)
equalizeLUT
type: int; range : [0..1]; default: 0 (false)

The documentation for this class was generated from the following file: