Manto (Manto.dll) 14.0
TSResult Struct Reference

Record structure describing an individual search result. More...

Data Fields

cvbval_t CLS
 Class index. See MCClassIndexToClassID for conversion to a string. More...
 
float Conf
 Classification confidence. More...
 
cvbval_t ID
 Search ID of he call to MCSearchAll, which created the record. More...
 
cvbdim_t x
 X-position of corresponding pattern. More...
 
cvbdim_t y
 Y-position of corresponding pattern. More...
 

Detailed Description

Record structure describing an individual search result.

Supported platforms:
Win32

Field Documentation

◆ CLS

CLS

Class index. See MCClassIndexToClassID for conversion to a string.

◆ Conf

Conf

Classification confidence.

◆ ID

ID

Search ID of he call to MCSearchAll, which created the record.

◆ x

x

X-position of corresponding pattern.

◆ y

y

Y-position of corresponding pattern.