mango.core.count_non_masked

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

Count the number of voxels which do not have the mask value.

Parameters:input (mango.Dds) – Count the number of non-masked voxels in this array.
Return type:int
Returns:The number of non-masked voxels in the input array.
C++ signature :
boost::python::api::object count_non_masked(boost::python::api::object)

Previous topic

mango.core.count_masked

Next topic

mango.core.unique

This Page