Image Component Library (ICL)
|
slightly more comples decoding result that does also contain an rotation value More...
#include <BCHCode.h>
Public Types | |
enum | Rotation { Rot0, Rot90, Rot180, Rot270 } |
Public Member Functions | |
DecodedBCHCode2D () | |
DecodedBCHCode2D (const DecodedBCHCode &code) | |
Public Member Functions inherited from icl::markers::DecodedBCHCode | |
operator bool () const | |
implicit bool cast that asks for successfull decoding More... | |
bool | operator< (const DecodedBCHCode &c) |
compares two instance by their error-count More... | |
Public Attributes | |
enum icl::markers::DecodedBCHCode2D::Rotation | rot |
Public Attributes inherited from icl::markers::DecodedBCHCode | |
BCHCode | origCode |
given input code More... | |
BCHCode | correctedCode |
corrected code More... | |
int | id |
corresponding id/index (<0 mean error) More... | |
int | errors |
number of errors that occured More... | |
slightly more comples decoding result that does also contain an rotation value
|
inline |
|
inline |
enum icl::markers::DecodedBCHCode2D::Rotation icl::markers::DecodedBCHCode2D::rot |