public override void Compute(PointCloud <Normal> cloud) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_compute(_ptr, cloud.Ptr);
public override void SetInputCloud(PointCloud <PointXYZ> cloud) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setInputCloud(_ptr, cloud.Ptr);
public override void SetIndices(VectorOfInt indices) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setIndices(_ptr, indices);
public override void SetMaxDepthChangeFactor(float factor) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setMaxDepthChangeFactor(_ptr, factor);
public override void SetNormalSmoothingSize(float size) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setNormalSmoothingSize(_ptr, size);
public override void SetBorderPolicy(BorderPolicy policy) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setBorderPolicy(_ptr, policy);
public override void SetNormalEstimationMethod(NormalEstimationMethod method) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setNormalEstimationMethod(_ptr, method);
public override void SetRectSize(int width, int height) => Invoke.features_integralImageNormalEstimation_pointxyzandnormal_setRectSize(_ptr, width, height);
public IntegralImageNormalEstimationPointXYZAndNormal() { _ptr = Invoke.features_integralImageNormalEstimation_pointxyzandnormal_ctor(); }
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(); }