mango.core.count_masked

mango.core.count_masked((object)input) → object :

Count the number of voxels which have the mask value.

Parameters:input (mango.Dds) – Count the voxels in this array which have mask value.
Return type:int
Returns:The number of masked voxels in the input array.
C++ signature :
boost::python::api::object count_masked(boost::python::api::object)

Previous topic

mango.core.count_less_than

Next topic

mango.core.count_non_masked

This Page