Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLAHE filtering of RGB images #18

Open
aoles opened this issue May 8, 2017 · 1 comment
Open

CLAHE filtering of RGB images #18

aoles opened this issue May 8, 2017 · 1 comment
Assignees

Comments

@aoles
Copy link
Owner

aoles commented May 8, 2017

Add option to filter color images in the luminance domain.

For this we need an efficient C implementation of RGB <-> Lab converter functions, for details see here.

@aoles aoles self-assigned this May 8, 2017
@dschneiderch
Copy link

dschneiderch commented Apr 7, 2020

have you thought about using Rvision or ropencv as a dependency since these interface with opencv? Rvision has access to the color space conversion functions in opencv. currently only support
'BGR', 'BGRA', 'GRAY', 'BayerBG2BGR', 'BayerGB2BGR', 'BayerRG2BGR', 'BayerGR2BGR' but this could be relatively easily extended to rgb->lab, rgb->hsv, et al. swarm-lab/Rvision#19
Looks like you could also access the CLAHE algorithm of opencv if you know how to expose c++ functions to Rcpp.

I spent an afternoon (trying to) replicate some of my python based plantcv workflows and I found the lack of color space conversions the most limiting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants