MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / setImageWidth

Method setImageWidth

gpu/features/src/features.cpp:469–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467/// SpinImageEstimation
468
469void pcl::gpu::SpinImageEstimation::setImageWidth (unsigned int bin_count) { image_width_ = bin_count; }
470void pcl::gpu::SpinImageEstimation::setSupportAngle (float support_angle_cos)
471{
472 if (0.f > support_angle_cos || support_angle_cos > 1.f) // may be permit negative cosine?

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36