RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
rawspeed::CameraSensorInfo Class Referencefinal

#include "metadata/CameraSensorInfo.h"

Collaboration diagram for rawspeed::CameraSensorInfo:
[legend]

Public Member Functions

 CameraSensorInfo (int black_level, int white_level, int min_iso, int max_iso, std::vector< int > black_separate)
bool RAWSPEED_READONLY isIsoWithin (int iso) const
bool RAWSPEED_READONLY isDefault () const

Public Attributes

int mBlackLevel
int mWhiteLevel
int mMinIso
int mMaxIso
std::vector< int > mBlackLevelSeparate

Detailed Description

Definition at line 28 of file CameraSensorInfo.h.

Constructor & Destructor Documentation

◆ CameraSensorInfo()

rawspeed::CameraSensorInfo::CameraSensorInfo ( int black_level,
int white_level,
int min_iso,
int max_iso,
std::vector< int > black_separate )

Definition at line 30 of file CameraSensorInfo.cpp.

References mBlackLevel, mBlackLevelSeparate, mMaxIso, mMinIso, and mWhiteLevel.

Member Function Documentation

◆ isDefault()

bool RAWSPEED_READONLY rawspeed::CameraSensorInfo::isDefault ( ) const
nodiscard

Definition at line 40 of file CameraSensorInfo.cpp.

References mMaxIso, and mMinIso.

Referenced by rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P().

Here is the caller graph for this function:

◆ isIsoWithin()

bool RAWSPEED_READONLY rawspeed::CameraSensorInfo::isIsoWithin ( int iso) const
nodiscard

Definition at line 36 of file CameraSensorInfo.cpp.

References mMaxIso, and mMinIso.

Referenced by rawspeed_test::anonymous_namespace{CameraSensorInfoTest.cpp}::TEST_P().

Here is the caller graph for this function:

Member Data Documentation

◆ mBlackLevel

◆ mBlackLevelSeparate

◆ mMaxIso

◆ mMinIso

◆ mWhiteLevel


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