ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Public Attributes | List of all members
_ARImageProcInfo Struct Reference

Structure holding settings for an instance of the image-processing pipeline. More...

#include <arImageProc.h>

Public Attributes

unsigned char *__restrict image2
 Extra buffer, allocated as required. More...
 
int imageX
 Width of image buffer. More...
 
int imageY
 Height of image buffer. More...
 
unsigned long histBins [256]
 Luminance histogram. More...
 
unsigned long cdfBins [256]
 Luminance cumulative density function. More...
 
unsigned char min
 Minimum luminance. More...
 
unsigned char max
 Maximum luminance. More...
 

Detailed Description

Structure holding settings for an instance of the image-processing pipeline.

Member Data Documentation

◆ cdfBins

unsigned long _ARImageProcInfo::cdfBins[256]

Luminance cumulative density function.

◆ histBins

unsigned long _ARImageProcInfo::histBins[256]

Luminance histogram.

◆ image2

unsigned char* __restrict _ARImageProcInfo::image2

Extra buffer, allocated as required.

◆ imageX

int _ARImageProcInfo::imageX

Width of image buffer.

◆ imageY

int _ARImageProcInfo::imageY

Height of image buffer.

◆ max

unsigned char _ARImageProcInfo::max

Maximum luminance.

◆ min

unsigned char _ARImageProcInfo::min

Minimum luminance.


The documentation for this struct was generated from the following file: