![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
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... | |
Structure holding settings for an instance of the image-processing pipeline.
| unsigned long _ARImageProcInfo::cdfBins[256] |
Luminance cumulative density function.
| unsigned long _ARImageProcInfo::histBins[256] |
Luminance histogram.
| unsigned char* __restrict _ARImageProcInfo::image2 |
Extra buffer, allocated as required.
| int _ARImageProcInfo::imageX |
Width of image buffer.
| int _ARImageProcInfo::imageY |
Height of image buffer.
| unsigned char _ARImageProcInfo::max |
Maximum luminance.
| unsigned char _ARImageProcInfo::min |
Minimum luminance.
1.9.5