프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BaseColor | |||
FeatureIndices | Matrix |
||
depthHistogramMap | float[] |
메소드 | 설명 | |
---|---|---|
DetectFeatures ( ) : void | ||
PointCloud ( short depth, int dWidth, int dHeight, |
||
PushOntoCloud ( PointCloud, other, int iterations, int matchLength, double threshold ) : double |
메소드 | 설명 | |
---|---|---|
ApplyTransform ( ) : void | ||
CalculateNormals ( IEnumerable |
||
LLTSolve ( Matrix L, Vector, b ) : Vector, | ||
UpdateHistogram ( ) : void | ||
findCloudPoint ( int xD, int yD ) : CloudPoint, |
public PointCloud ( short depth, int dWidth, int dHeight, |
||
depth | short | |
dWidth | int | |
dHeight | int | |
color | ||
cWidth | int | |
cHeight | int | |
리턴 | System |
public PushOntoCloud ( PointCloud, other, int iterations, int matchLength, double threshold ) : double | ||
other | PointCloud, | |
iterations | int | |
matchLength | int | |
threshold | double | |
리턴 | double |