struct HaarFeatureDescriptor32

#include <NCVHaarObjectDetection.hpp>

struct HaarFeatureDescriptor32
{
    // methods

    __host__ NCVStatus
    create(
        NcvBool bTilted,
        NcvBool bLeftLeaf,
        NcvBool bRightLeaf,
        Ncv32u numFeatures,
        Ncv32u offsetFeatures
        );

    __device__ __host__ Ncv32u
    getFeaturesOffset(void);

    __device__ __host__ Ncv32u
    getNumFeatures(void);

    __device__ __host__ NcvBool
    isLeftNodeLeaf(void);

    __device__ __host__ NcvBool
    isRightNodeLeaf(void);

    __device__ __host__ NcvBool
    isTilted(void);
};