Maximiliano Suster
Maximiliano Suster
@kvmanohar22 . I would suggest that you look into making it feasible to use `GtkReactive` for Visualization of images before and after processing with `OpenCV.jl`. I will try in parallel...
@kvmanohar22. Have you evaluated the feasibility of working with `GtkReactive`?
Sounds great. Indeed, the reason for using the std container `at` method in `convertToMat` and generally in `OpenCV.jl` was initially to keep things simple. However, as you correctly pointed out...
Sure, go ahead! If you have more specific questions, just let me know. I will do my best to answer as quickly as possible.
@kvmanohar22 . You are welcome to have a look at WIP branch `mat_templates`. It already supports conversion of JuliaImages 2d and 3d arrays to `std::vector`. For 2d array images, conversion...
> I think getPixel and getPixel3d should work for RGB images too ? Indeed, I think both should already work. Currently `stdvec3Mat_` is not working, but it should be easy...
> Yes this too, I tried testing the new implementation but got errors, specifically when I tried importing OpenCV with mat_templates branch checked out, this error popped up. I assume...
Maybe related to your `OpenCV` installation again or something that you changed in your local repo but which is missing from the `mat_templates` branch? I really do not know what...
I have looked at the commit history and I have not made any changes to the lib loading routine in `OpenCV.jl` since the last commit `d2851b46b6226a547706aaf256507a1a17cccd1f` in the `master`branch.
Hi @tosalonijain Thanks for your interest in OpenCV.jl. It would be nice to extend and further maintain this library. I would love to guide you but unfortunately, I do not...