#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <assert.h>
#include <string>
#include <ARToolKitPlus/arBitFieldPattern.h>
#include <ARToolKitPlus/TrackerImpl.h>
#include "PN/ImageTool.h"
Go to the source code of this file.
Functions | |
PN::Image * | createImageFromPattern (ARToolKitPlus::IDPATTERN nPattern) |
void | generatePattern (bool nBCH, int nID, ARToolKitPlus::IDPATTERN &nPattern) |
int | main (int argc, char **argv) |
PN::Image * createImageFromPattern | ( | ARToolKitPlus::IDPATTERN | nPattern | ) |
Definition at line 196 of file tools/IdPatGen/src/main.cpp.
void generatePattern | ( | bool | nBCH, |
int | nID, | ||
ARToolKitPlus::IDPATTERN & | nPattern | ||
) |
Definition at line 18 of file tools/IdPatGen/src/main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file tools/IdPatGen/src/main.cpp.