Example #1
0
 public override void Compute(PointCloud <Normal> cloud)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_compute(_ptr, cloud.Ptr);
Example #2
0
 public override void SetInputCloud(PointCloud <PointXYZ> cloud)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setInputCloud(_ptr, cloud.Ptr);
Example #3
0
 public override void SetIndices(VectorOfInt indices)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setIndices(_ptr, indices);
Example #4
0
 public override void SetMaxDepthChangeFactor(float factor)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setMaxDepthChangeFactor(_ptr, factor);
Example #5
0
 public override void SetNormalSmoothingSize(float size)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setNormalSmoothingSize(_ptr, size);
Example #6
0
 public override void SetBorderPolicy(BorderPolicy policy)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setBorderPolicy(_ptr, policy);
Example #7
0
 public override void SetNormalEstimationMethod(NormalEstimationMethod method)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setNormalEstimationMethod(_ptr, method);
Example #8
0
 public override void SetRectSize(int width, int height)
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setRectSize(_ptr, width, height);
Example #9
0
 public IntegralImageNormalEstimationPointXYZAndNormal()
 {
     _ptr = Invoke.features_integralImageNormalEstimation_pointxyzandnormal_ctor();
 }
Example #10
0
 protected override void DisposeObject()
 => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_delete(ref _ptr);
 public void SetSearchMethod(Search <PointXYZ> tree)
 => Invoke.features_normalEstimation_pointxyzandnormal_setSearchMethod(_ptr, tree.Ptr);
 public NormalEstimationPointXYZAndNormal()
 {
     _ptr = Invoke.features_normalEstimation_pointxyzandnormal_ctor();
 }