VisionCpp  0.0.1
Public Member Functions | List of all members
visioncpp::OP_HSVToU8C3 Struct Reference

This functor allows displaying HSV. More...

#include <OP_HSVToU8C3.hpp>

Collaboration diagram for visioncpp::OP_HSVToU8C3:

Public Member Functions

visioncpp::pixel::U8C3 operator() (visioncpp::pixel::F32C3 in)
 

Detailed Description

This functor allows displaying HSV.

the formula followed for unsigned char: 255S, 255V, 128H

Definition at line 26 of file OP_HSVToU8C3.hpp.

Member Function Documentation

◆ operator()()

visioncpp::pixel::U8C3 visioncpp::OP_HSVToU8C3::operator() ( visioncpp::pixel::F32C3  in)
inline
Parameters
in
Returns
U8C3

Definition at line 29 of file OP_HSVToU8C3.hpp.


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