I am involved in the R package bemovi which is doing movable particle identification and measuring based on a video file, recorded e.g. from a microscope (for examples see Videos used for the worked example).
It uses ImageJ to do the processing and therefore Java. The package works, but we regularly have problems caused by Java versions and the whole processing is a bit cumbersome (creating ImageJ macros to do the processing based on a template).
So we would like to switch to another image processor engine and OpenCV seems to be the best option. Could somebody here give their opinion if you think that would be possible using rOpenCV?
It would be great, if we could get some ideas and suggestions in this regard, as one of us have used OpenCV before.