nearestClassDistance: Title Find distance to next neighbour of a specific class

View source: R/nearestclassdistances.R

nearestClassDistanceR Documentation

Title Find distance to next neighbour of a specific class

Description

Title Find distance to next neighbour of a specific class

Usage

nearestClassDistance(coord, img, class, voxelsize, step = 0)

Arguments

coord

coordinate of relevant voxel

img

image array of classes

class

class to find

voxelsize

vector of length three. size of voxel in X-/Y-/Z-direction

step

size of window to start with

Value

distance to nearest voxel of class "class"


bioimagetools documentation built on May 28, 2022, 5:06 p.m.