Components | Macro Definitions | Enumerated Types

narImage.h

#include "narPort.h"
#include "narMarkerTemplate.h"
#include "narMesh.h"

See the source code.

Components

classmw::nar::Image_cl
 Class for handling images for marker detection.[Details]

Macro Definitions

#define NAR_IMAGE_WORK_SIZE_4TH(w, h)   (((w)*(h)+31)>>5)
 Macro for calculating the working memory size (in 32-bit units).

Enumerated Types

enumBorder_en {
  mw::nar::e_BorderWhiteBlack,
  mw::nar::e_BorderBlackWhite
}
 

Indicates the method for determining a card border.



Description

Author:
Satoru Osako


CONFIDENTIAL