binOtsu,ms.image-method {SPUTNIK} | R Documentation |
Binarize MS image using Otsu's thresholding.
Description
Binarize MS image using Otsu's thresholding.
Usage
## S4 method for signature 'ms.image'
binOtsu(object)
Arguments
object |
ms.image-class object. See msImage. |
Value
ms.image-class object with binary intensities.
Examples
## Load package
library("SPUTNIK")
## Create ms.image-class object
msIm <- msImage(values = matrix(rnorm(200), 40, 50), name = "test", scale = TRUE)
## Generate binary image
binIm <- refImageBinaryOtsu(msIm)
[Package SPUTNIK version 1.4.2 Index]