disjointer | R Documentation |
Identify disjoint sets of contiguous events in a binary field. In many areas of research, this function finds connected components.
disjointer(x, method = "C")
x |
A numeric matrix or other object that |
method |
Same argument as that in |
disjointer
essentially follows the help file for connected
to produce a list object where each component is an image describing one set of connected components (or blobs). It is essentially a wrapper function to connected
. This function is mainly used internally by FeatureFinder
and similar, but could be of use outside such functions.
An unnamed list object where each component is an image describing one set of connected components (or blobs).
Eric Gilleland
Park, J.-M., Looney, C.G. and Chen, H.-C. (2000) Fast connected component labeling algorithm using a divide and conquer technique. Pages 373-376 in S.Y. Shin (ed) Computers and Their Applications: Proceedings of the ISCA 15th International Conference on Computers and Their Applications, March 29–31, 2000, New Orleans, Louisiana USA. ISCA 2000, ISBN 1-880843-32-3.
Rosenfeld, A. and Pfalz, J.L. (1966) Sequential operations in digital processing. Journal of the Association for Computing Machinery 13 471–494.
connected
, FeatureFinder
##
## For examples, see FeatureFinder
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.