7 #ifndef __PVTRUESENSECONVERTER_H__ 8 #define __PVTRUESENSECONVERTER_H__ 15 class TruesenseConverter;
18 struct YotsubaParam_t;
32 uint32_t GetDarkfloor()
const;
33 float GetRedGain()
const;
34 float GetGreenGain()
const;
35 float GetBlueGain()
const;
36 float GetPanGain()
const;
37 float GetGlobalGain()
const;
38 float GetSharpenParam()
const;
39 float GetMaxSharpen()
const;
40 float GetHighLumaNoise()
const;
41 float GetLowLumaNoise()
const;
43 PvResult SetDarkfloor( uint32_t aValue );
45 PvResult SetGreenGain(
float aValue );
46 PvResult SetBlueGain(
float aValue );
48 PvResult SetGlobalGain(
float aValue );
49 PvResult SetSharpenParam(
float aValue );
50 PvResult SetMaxSharpen(
float aValue );
51 PvResult SetHighLumaNoise(
float aValue );
52 PvResult SetLowLumaNoise(
float aValue );
62 PvBufferLib::TruesenseConverter *mThis;
63 YotsubaParam_t *mParameters;
Result information.
Definition: PvResult.h:13
PvPixelType
Definition: PvPixelType.h:53
Converts images from TRUESENSE(TM) to RGB.
Definition: PvTruesenseConverter.h:21
Image interface to a PvBuffer.
Definition: PvImage.h:48
Definition: PvBuffer.h:19