ImLab Scilab Function
Last update :

imvote - majority vote with the results of several segmentations of the same image.

Calling Sequence

[classes_image] = imvote(image1,image2,image3[,image4,image5]])

Parameters

Description

The results of the segmentations are synthesized in a new segmented images. Each pixel value is the number of the class it belongs to : the number of the class that appears the most often in the different results.