Skip to content

Otsu thresholding

Pre-release
Pre-release
Compare
Choose a tag to compare
@vincenzoml vincenzoml released this 06 Mar 10:35
· 14 commits to landing since this release
de50f3a

Implemented Otsu Thresholding:

otsu(image,mask,nbins)

Mask is the region from which the values of the histogram are taken. Nbins is the number of bins. The result is a boolean mask.