struct HaarFeature64
#include <NCVHaarObjectDetection.hpp> struct HaarFeature64 { // fields uint2 _ui2; // methods __device__ __host__ void getRect( Ncv32u* rectX, Ncv32u* rectY, Ncv32u* rectWidth, Ncv32u* rectHeight ); __device__ __host__ Ncv32f getWeight(void); __host__ NCVStatus setRect( Ncv32u rectX, Ncv32u rectY, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32u, Ncv32u ); __host__ NCVStatus setWeight(Ncv32f weight); };