Thresholding, Otsu - PUC-Rio

advertisement
Thresholding, Otsu
Trabalho 2 - CG
Método de Otsu - Binarização
Let the pixels of given picture be represented in L gray levels [1,2,…L]. The number of pixels with
level i is denoted by ni and the total number of pixels by N = n1 + n2 + …+ nL.
In order to simplify the discussion, the gray-level histogram is normalized and regarded as a
probability distribution:
Now suppose that we dichotomize the pixel into two classes C0 and C1 (background and objects)
by a threshold at level k: C0 denotes pixels with levels [0, … k] and C1 denotes pixels with levels
[k+1, … ,L]. Then the probabilities of class occurrence and the class mean levels, respectively,
are given by



Otsu1: imgGrey + OtsuBinarization
+ imgGauss
Otsu2: imgGrey + OtsuBinarization
Otsu3: OtsuBinarization
Testes Realizados
Otsu 1
Otsu 2
Otsu 3
Testes Realizados
Otsu 1
Otsu 2
Otsu 3
Testes Realizados
Otsu 1
Otsu 2
Otsu 3
Testes Realizados
Otsu 1
Otsu 2
Otsu 3
Testes Realizados
Testes Realizados
Otsu 1
Otsu 2
Otsu 3
Resultados
Rodando o Otsu3 que corresponde somente ao OtsuBinarization
teve melhores resultados do que os outros testes que
transformavam a imagem para cinza ou passava o filtro de Gauss.
Download