* This class makes it possible to get a binary classification of the pixels (background/ foreground) according to their amplitude and their neighborhood.
* This class makes it possible to get a binary classification of the pixels (background/ foreground) according to their amplitude and their amplitude's neighborhood.
* First, the amplitude of all local maximums is computed and stored as an {@link Img}. This {@link Img} is cut into squares (15x15) then depending on the number of pixels contained in
* First, the amplitude of all local maximums is computed and stored as an {@link Img}. This {@link Img} is cut into squares (15x15) then depending on the number of pixels contained in
* each square, the latter will be classified as background or foreground.
* each square, the latter will be classified as background or foreground.
* This class allows the elimination of isolated pixels. the image is containing the amplitude values of each local maximums is split into {15 x 15 x 1} sections,
* and the sections containing less than the size percent value are set to zero.