findNonZero: Find Non-Zero Pixels in an Image

Description Usage Arguments Value Author(s) See Also Examples

View source: R/logical.R

Description

findNonZero retrieves the locations of all non-zero pixels in an image.

Usage

1

Arguments

image

An an 8-bit (8U) single-channel Image object.

Value

A data frame with two columns, corresponding to the x (columns) and y (rows) coordinates of the non-zero pixels.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image

Examples

1
# TODO

neuroconductor-releases/Rvision documentation built on Nov. 10, 2020, 9:10 p.m.