geometry - R/ImageJ: Measuring shortest distance between points and curves -
geometry - R/ImageJ: Measuring shortest distance between points and curves -
i have experience r statistics platform, inexperienced in image based maths. have series of photographs (tiff format, px/µm known) holes , irregular curves. i'd measure shortest distance between hole , closest curve particular hole. i'd each hole in photograph. holes not regular either, maybe i'd need tell programme holes , curves (imagej has point , segmented line functions).
any ideas how this? bundle should utilize in r? recommend programme kind of task?
edit: doing possible using sclero package. bundle available on github , procedure described in detail in the tutorial. illustrate, utilize illustration tutorial:
library(devtools) install_github("mikkovihtakari/sclero", dependencies = true) library(sclero) path <- file.path(system.file("extdata", bundle = "sclero"), "shellspots.zip") dat <- read.ijdata(path, scale = 0.7812, unit = "um") shell <- convert.ijdata(dat) aligned <- spot.dist(shell) plot(aligned)
it possible add together sample spot sizes using functions provided sclero package. please see section 2.5 in tutorial.
r geometry photo imagej
Comments
Post a Comment