|
RawSpeed
fast raw decoding library
|
#include "metadata/CameraSensorInfo.h"
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 |
Definition at line 28 of file CameraSensorInfo.h.
| 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.
|
nodiscard |
Definition at line 40 of file CameraSensorInfo.cpp.
|
nodiscard |
Definition at line 36 of file CameraSensorInfo.cpp.
Definition at line 34 of file CameraSensorInfo.h.
| std::vector<int> rawspeed::CameraSensorInfo::mBlackLevelSeparate |
Definition at line 38 of file CameraSensorInfo.h.
Definition at line 37 of file CameraSensorInfo.h.
Definition at line 36 of file CameraSensorInfo.h.
Definition at line 35 of file CameraSensorInfo.h.