26 #ifndef __DESCRIPTOR_H__
27 #define __DESCRIPTOR_H__
39 typedef __int8 int8_t;
40 typedef __int16 int16_t;
41 typedef __int32 int32_t;
42 typedef __int64 int64_t;
43 typedef unsigned __int8 uint8_t;
44 typedef unsigned __int16 uint16_t;
45 typedef unsigned __int32 uint32_t;
46 typedef unsigned __int64 uint64_t;
54 Descriptor(uint8_t* I,int32_t width,int32_t height,int32_t bpl,
bool half_resolution);
65 void createDescriptor(uint8_t* I_du,uint8_t* I_dv,int32_t width,int32_t height,int32_t bpl,
bool half_resolution);
~Descriptor()
Definition: descriptor.cpp:38
Definition: descriptor.h:49
Descriptor(uint8_t *I, int32_t width, int32_t height, int32_t bpl, bool half_resolution)
Definition: descriptor.cpp:28
uint8_t * I_desc
Definition: descriptor.h:60