All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bytedeco.javacpp.ARToolKitPlus_plus.h Maven / Gradle / Ivy

There is a newer version: 2.3.1-1.4.4
Show newest version
#include 
#include 
#include 
#include 

namespace ARToolKitPlus {

static inline void createImagePattern(IDPATTERN nPattern, uint8_t dataPtr[8*8]) {
    uint8_t *p = &dataPtr[8*8-1];
    for (int i = 0; i < 8; i++) {
        *p-- = 0x00; // top border
    }
    *p-- = 0x00; // right border
    assert(pattBits == 6*6);
    for (int i = 0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy