clear_smallEchoes: Removed objects smaller than the given size.

View source: R/file_preproc.R

clear_smallEchoesR Documentation

Removed objects smaller than the given size.

Description

Takes in labeled image removes objects smaller than min_size and returns re-labeled image. Pixels attached diagonally are not considered as continuouse part of the object.

Usage

clear_smallEchoes(label_image, min_size)

RBhupi/tracR documentation built on June 13, 2022, 4:42 a.m.