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

#include "metadata/CameraSensorInfo.h"

Collaboration diagram for 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.

Member Function Documentation

◆ isDefault()

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

Definition at line 40 of file CameraSensorInfo.cpp.

◆ isIsoWithin()

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

Definition at line 36 of file CameraSensorInfo.cpp.

Member Data Documentation

◆ mBlackLevel

◆ mBlackLevelSeparate

Definition at line 38 of file CameraSensorInfo.h.

◆ mMaxIso

◆ mMinIso

◆ mWhiteLevel


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