Learn R Programming

SPUTNIK (version 1.4.2)

binOtsu,ms.image-method: Binarize MS image using Otsu's thresholding.

Description

Binarize MS image using Otsu's thresholding.

Usage

# S4 method for ms.image
binOtsu(object)

Value

ms.image-class object with binary intensities.

Arguments

object

ms.image-class object. See msImage.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab