blace.ai
blace::ml_core::LAB_NORMS Struct Reference

#include <types.h>

Public Member Functions

bool operator== (const LAB_NORMS &other) const
 

Public Attributes

double l_norm
 
double l_cent
 
double ab_norm
 

Detailed Description

Inputs to for LAB color space conversion.

Member Function Documentation

◆ operator==()

bool blace::ml_core::LAB_NORMS::operator== ( const LAB_NORMS other) const

Simple equality operator.

Parameters
otherThe other object.
Returns

Member Data Documentation

◆ ab_norm

double blace::ml_core::LAB_NORMS::ab_norm

Undocumented.

◆ l_cent

double blace::ml_core::LAB_NORMS::l_cent

Undocumented.

◆ l_norm

double blace::ml_core::LAB_NORMS::l_norm

Undocumented.