Modality
that computes quantized surface normals from a dense depth map.
[詳解]
#include <linemod.hpp>
cv::linemod::Modalityを継承しています。
|  | 
| static CV_WRAP
Ptr<
DepthNormal
> | create
(int distance_threshold, int difference_threshold, size_t num_features, int extract_threshold) | 
|  | 
| static CV_WRAP
Ptr<
Modality
> | create
(const String &modality_type) | 
|  | 名前でモダリティを作成します。[【詳解】(英語] 
 | 
|  | 
| static CV_WRAP
Ptr<
Modality
> | create
(const
FileNode
&fn) | 
|  | ファイルからモダリティを読み込みます。 
 | 
|  | 
|  | 
| CV_PROP int | distance_threshold | 
|  | 
| CV_PROP int | difference_threshold | 
|  | 
| CV_PROP size_t | num_features | 
|  | 
| CV_PROP int | extract_threshold | 
|  | 
Modalityこの関数は,密な深度マップから,量子化された表面法線を計算します.
 
◆
DepthNormal()
| cv::linemod::DepthNormal::DepthNormal | ( | int | distance_threshold, | 
|  |  | int | difference_threshold, | 
|  |  | size_t | num_features, | 
|  |  | int | extract_threshold | 
|  | ) |  |  | 
 
コンストラクタ.
- 引数
- 
| distance_threshold | この距離を超えたピクセルを無視します。 |  
| difference_threshold | 法線を計算する際に、中心となるピクセルとの深度差がこのしきい値を超えているピクセルの寄与を無視します。 |  
| num_features | 1つのテンプレートに含まれるべき特徴数を指定します。 |  
| extract_threshold | extract_thresholdの距離内に異なる方向がない場合にのみ、特徴の候補として考慮します。 |  
 
 
 
◆
name()
| 
| virtual String cv::linemod::DepthNormal::name | ( |  | ) | const |  | virtual | 
 
 
◆
processImpl()
◆
read()
| 
| virtual void cv::linemod::DepthNormal::read | ( | const
FileNode
& | fn | ) |  |  | virtual | 
 
 
◆
write()
| 
| virtual void cv::linemod::DepthNormal::write | ( | FileStorage
& | fs | ) | const |  | virtual | 
 
 
このクラス詳解は次のファイルから抽出されました: