OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

#include <opencv2/cudalegacy/NCVHaarObjectDetection.hpp>

Collaboration diagram for 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

この構造体詳解は次のファイルから抽出されました: