Color (CVCColor.dll) 14.0
CLRResult Struct Reference

This structure contains the search results of a Colour search. It is returned by CLRCLFSearchOptimum and CLRSEARCHGetResult.
More...

Data Fields

double Distance
 Distance from the colour in the search area to the trained colour.
More...
 
void * Model
 Handle to the colour model. More...
 
long ModelIndex
 Result index of the colour in the search result. More...
 
char * Name [NAMELENGTH]
 Name of the found colour. More...
 
double Quality
 Result quality of the colour found in the search area. More...
 

Detailed Description

This structure contains the search results of a Colour search. It is returned by CLRCLFSearchOptimum and CLRSEARCHGetResult.

Field Documentation

◆ Distance

Distance

Distance from the colour in the search area to the trained colour.

◆ Model

Model

Handle to the colour model.

◆ ModelIndex

ModelIndex

Result index of the colour in the search result.

◆ Name

Name

Name of the found colour.

◆ Quality

Quality

Result quality of the colour found in the search area.