OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
没有匹配项
公共成员函数 | 所有成员列表
HaarFeatureDescriptor32 结构参考

#include <opencv2/cudalegacy/NCVHaarObjectDetection.hpp>

HaarFeatureDescriptor32 的协作图

公共成员函数

__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)
 

成员函数文档

◆ create()

__host__ NCVStatus HaarFeatureDescriptor32::create ( NcvBool  bTilted,
NcvBool  bLeftLeaf,
NcvBool  bRightLeaf,
Ncv32u  numFeatures,
Ncv32u  offsetFeatures 
)
inline

◆ getFeaturesOffset()

__device__ __host__ Ncv32u HaarFeatureDescriptor32::getFeaturesOffset ( void  )
inline

◆ getNumFeatures()

__device__ __host__ Ncv32u HaarFeatureDescriptor32::getNumFeatures ( void  )
inline

◆ isLeftNodeLeaf()

__device__ __host__ NcvBool HaarFeatureDescriptor32::isLeftNodeLeaf ( void  )
inline

◆ isRightNodeLeaf()

__device__ __host__ NcvBool HaarFeatureDescriptor32::isRightNodeLeaf ( void  )
inline

◆ isTilted()

__device__ __host__ NcvBool HaarFeatureDescriptor32::isTilted ( void  )
inline

此结构的文档从以下文件生成