flag_valid_pix: Register Valid Pixels in a Matrix

Description Usage Arguments Value Note See Also

View source: R/region_growing_functions.r

Description

A function that makes sure valid crown pixels are registered, so that their neigbours can be considered for inclusion in the crown as well

Usage

1
flag_valid_pix(pixnr., prox_ind_)

Arguments

pixnr.

The linear pixel number that should be registered

prox_ind_

Matrix as produced by calc.neighbours.pix.nrs that registers pixel numbers in a matrix, their distance to the center of the matrix, and the numbers of their neigbours

Value

the prox_ind_ matrix updated

Note

called in region_growing_wrapper.r

See Also

calc.neighbours.pix.nrs


pieterbeck/CanHeMonR documentation built on May 25, 2019, 7:11 a.m.