image thresholding
image thresholding
image_thresholding(image, thresh)
image |
matrix or 3-dimensional array |
thresh |
the threshold parameter should be between 0 and 1 if the data is normalized or between 0-255 otherwise |
This function applies thresholding to a matrix or to a 3-dimensional array.
a matrix
Lampros Mouselimis
path = system.file("tmp_images", "1.png", package = "OpenImageR") image = readImage(path) filt = image_thresholding(image, thresh = 0.5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.