Components | Enumerated Types

narMesh.h

#include "narPort.h"
#include "narVec2.h"

See the source code.

Components

structmw::nar::Color_st
 This is the color structure for comparing patterns. Caution is required because it is signed. (0,31) is fine because it is 5 bits. [Details]
classmw::nar::MeshColorData_ac
 Abstract class representing the mesh color information.[Details]
classmw::nar::MeshColorData_tc< N >
 Color information class for mesh grid points used for detection.[Details]
classmw::nar::MeshVtxData_ac
 Abstract class representing coordinate information from the mesh grid points for detection.[Details]
classmw::nar::MeshVtxData_tc< N >
 Coordinate information class for mesh grid points.[Details]

Enumerated Types

enumMeshDiv_e {
  mw::nar::e_MeshDiv15 = 15,
  mw::nar::e_MeshDiv31 = 31,
  mw::nar::e_MeshDiv63 = 63
}
 

Number of meshes for each side that divides the marker pattern. When a NAR marker is detected, e_MeshDiv15 is used.



Description

Author:
Ryota Maruko


CONFIDENTIAL