findCenter.Rd
The center of a binary mask is determined.
findCenter(M)
M | is a binary mask (multidimensional array of logical values). |
---|
A vector of values the same length as the input array.
This method most likely only works with convex three-dimensional shapes (e.g., a hyper-rectangle). Further testing is required to know the limits of the current implementation.
Brandon Whitcher bwhitcher@gmail.com