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

This functor performs conversion from [0, 255] to [0.0f, 1.0f]. More...

#include <OP_U8C3ToF32C3.hpp>

Collaboration diagram for visioncpp::OP_U8C3ToF32C3:

Public Member Functions

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

Detailed Description

This functor performs conversion from [0, 255] to [0.0f, 1.0f].

Definition at line 25 of file OP_U8C3ToF32C3.hpp.

Member Function Documentation

◆ operator()()

visioncpp::pixel::F32C3 visioncpp::OP_U8C3ToF32C3::operator() ( visioncpp::pixel::U8C3  in)
inline
Parameters
in- three-channel unsigned char
Returns
F32C3 - three-channel float

Definition at line 28 of file OP_U8C3ToF32C3.hpp.


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