SetDescription("Fuses several classifications maps of the same image by majority voting on class labels.");
SetDocName("Fusion of Classifications");
SetDocLongDescription("TODO");
SetDocLongDescription("This application allows to fuse several classifications maps and produce a single more robust classification map. Fusion is done by mean of majority voting on class labels: for each pixel, the class with the highest number of votes is selected. In case of number of votes equality, the undecided label is attributed to the pixel.");