Implements a Matrix, basic component for computations in Image Processing and Computer Vision.
Contains an object map of contents in an image.
Static class for Object Operations, implemented as extensions.
static ObjectMap ObjectMap(this Matrix< int > M, int Threshold)
Computes an object map of an image.
static ObjectMap ObjectMap(this Matrix< float > M, float Threshold)
Computes an object map of an image.