Fragmentation¶
Fragment¶
A fragment is a collection of Blob objects (see Blob
) that refer to the same individual. A Fragment object manages such a collection of Blob objects to facilitate the fingerprint operations and later on the identification of the animal reprpresented in the fragment.
List of fragments¶
Collection of instances of the class Fragment
Global fragment¶
Global fragments are the core of the tracking algorithm: They are collection of instances of the class Fragment
that contains images extracted from a part of the video in which all the animals are visible.
List of global fragments¶
Collection of instances of the class GlobalFragment
. Global fragments are used to create the dataset of labelled images used to train the idCNN during the fingerprint protocols cascade.