struct HaarStage64

#include <NCVHaarObjectDetection.hpp>

struct HaarStage64
{
    // fields

    uint2 _ui2;

    // methods

    __host__ __device__ Ncv32u
    getNumClassifierRootNodes(void);

    __host__ __device__ Ncv32f
    getStageThreshold(void);

    __host__ __device__ Ncv32u
    getStartClassifierRootNodeOffset(void);

    __host__ NCVStatus
    setNumClassifierRootNodes(Ncv32u val);

    __host__ NCVStatus
    setStageThreshold(Ncv32f t);

    __host__ NCVStatus
    setStartClassifierRootNodeOffset(Ncv32u val);
};