EBImage
EBImage copied to clipboard
:art: Image processing toolbox for R
Hi, Hopefully a simple question. When using computeFeatures.basic, this results in mean intensity per cell in each row (b.mean). Is it possible to recover the total intensity per cell instead...
Hi Andrzej, @aoles Some `seq` calls are not using the full argument `length.out`. I've updated these calls in the PR. Note. I am using the latest checkout from Bioconductor. Best,...
Hi, Thanks a lot for this great package. I noticed that most of the memory footprint comes from the data slot which is a base R array. Every time we...
Flood fill does not work on 3D arrays. I suggest to either implement it so that it works on ND Arrays or to throw an error. ``` > x
…ailable to Shiny app.
Catched a couple of typos while readine the documentation myself ;)
The work in this pull request comes from the fact that we are currently doing a watershed over slightly big images that need to be filtered first to cancel out...
Hi, Thanks for developing this awesome tool for the image analysis in R. I know there are more tools in Python, but I feel much more comfortable using R to...
Hi, I am getting an error while running filter2 on a 1-column matrix: `EBImage::filter2(matrix(rnorm(10), ncol = 1), filter = matrix(c(0.25, 0.5, 0.25), ncol = 1))` > Error in res[idxRowAppend, nC:2]...
Add option to [filter color images](https://en.wikipedia.org/wiki/Histogram_equalization#Histogram_equalization_of_color_images) in the [luminance domain](http://stackoverflow.com/a/24341809/2792099). For this we need an efficient C implementation of [RGB Lab converter functions](https://github.com/aoles/CLAHE/blob/master/fun.R), for details see [here](http://www.brucelindbloom.com/index.html?Math.html).