ImageDev

Breadth3d

This attribute defines the additional parameters for the Breadth3d measurement.

The Breadth3d measurement, available in the Feret category, is customizable by the Feret3d attribute and the following methods.

Syntax

Method Description
void setOrientationCount( uint64_t number ) Sets the number of Feret angles used in planes orthogonal to the major axis.
uint64_t orientationCount() const Returns the number of Feret angles used in planes orthogonal to the major axis.

Breadth3d::Ptr breadth3d = MeasurementAttributes::breadth3d();
breadth3d->setOrientationCount( 5 );
int orientationCountValue = breadth3d->orientationCount();