Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::markers::DecodedBCHCode Struct Reference

BCH decoder result. More...

#include <BCHCode.h>

Inheritance diagram for icl::markers::DecodedBCHCode:
icl::markers::DecodedBCHCode2D

List of all members.

Public Member Functions

 operator bool () const
 implicit bool cast that asks for successfull decoding
bool operator< (const DecodedBCHCode &c)
 compares two instance by their error-count

Public Attributes

BCHCode origCode
 given input code
BCHCode correctedCode
 corrected code
int id
 corresponding id/index (<0 mean error)
int errors
 number of errors that occured

Detailed Description

BCH decoder result.


Member Function Documentation

icl::markers::DecodedBCHCode::operator bool ( ) const [inline]

implicit bool cast that asks for successfull decoding

bool icl::markers::DecodedBCHCode::operator< ( const DecodedBCHCode c) [inline]

compares two instance by their error-count


Member Data Documentation

corrected code

number of errors that occured

corresponding id/index (<0 mean error)

given input code


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines