Maximiliano Suster

Results 63 comments of Maximiliano Suster

Sounds great! I assume that combining all these so that they can be accessed through a single abstract type will be a slightly longer term goal. . . By the...

From reading the OpenCV Q&A forum, I think the first 2 points in your proposal are likely not to be considered `OpenCV`issues per se, i,e., not officially supported by the...

Seeing this [thread](https://github.com/Itseez/opencv/pull/3381) it does appear that there are ongoing discussions about how to get smooth conversion/handling of UMat between CPU/GPU, especially when this needs to be dynamic . ....

Thanks for the update. I have already wrapped `OpenCL` support for `OpenCV.jl` and `OpenGL` can be used without much extra effort. Its easy to initialize a `UMat` in OpenCV and...

Yes, but its not only the GUI windows (rapid drawing) that needs support, also the entire "signal/slots" event handling, multithreading (concurrent) GUIs and image processing that must be supported as...

Good luck! I will work on wrapping Qt. Together with multithreading support from C++ boost, we should be able to run high-performance image acquistion/display through Qt. What I am really...

Sure, I have been open and eager to have more interaction in the development of GUI and Computer Vision support for Julia. What do you have in mind for the...

First, thanks for sharing your progress on this! You have been definitely putting in some effort into your approach. I like very much the idea of doing something with the...

@SimonDanisch. I ran your `Romeo.jl` test and it did work on my Mac OSX 10.9.5 :) However, I got the following WARNING constantly running while displaying the graphics: ``` julia...

As I said, your `visualize` is slow on my MacOSX. I will check through the entire code to get an idea how it works. > If modules are also used...