mango.count_less_than

mango.count_less_than((object)input, (object)val) → object :

Count the number of non-masked voxels which have intensity strictly less than val.

Parameters:
  • input (mango.Dds) – Count the voxels in this array which have value less than val.
  • val (numeric) – Count the voxels in the input array which have value less than val.
Return type:

int

Returns:

Number of non-masked voxels in input array which have value less than val.

C++ signature :
boost::python::api::object count_less_than(boost::python::api::object,boost::python::api::object)

Previous topic

mango.count_not_equal_to

Next topic

mango.count_masked

This Page