![]()  | 
  
    Zivid C++ API 2.12.0+6afd4961-1
    
   | 
 
Signal-to-Noise ratio (SNR) More...
#include <Zivid/SNR.h>
Public Types | |
| using | ValueType = float | 
| The type of the SNR value.   | |
Public Member Functions | |
| ZIVID_CORE_EXPORT std::string | toString () const | 
| Get the value as string.   | |
| ZIVID_CORE_EXPORT bool | operator== (const SNR &rhs) const | 
| Check for equality.   | |
| ZIVID_CORE_EXPORT bool | operator!= (const SNR &rhs) const | 
| Check for inequality.   | |
Public Attributes | |
| ValueType | value | 
| SNR value.   | |
Signal-to-Noise ratio (SNR)
| using Zivid::SNR::ValueType = float | 
The type of the SNR value.
| ZIVID_CORE_EXPORT bool Zivid::SNR::operator!= | ( | const SNR & | rhs | ) | const | 
Check for inequality.
| ZIVID_CORE_EXPORT bool Zivid::SNR::operator== | ( | const SNR & | rhs | ) | const | 
Check for equality.
| ZIVID_CORE_EXPORT std::string Zivid::SNR::toString | ( | ) | const | 
Get the value as string.