Maximiliano Suster

Results 63 comments of Maximiliano Suster

Once you have your proposal ready and you share it with me, I will try to give you feedback as early as possible, but I as I said already, I...

@tosalonijain Sorry for the delay in getting back to you. I have superficially reviewed your proposal. Generally speaking, I find the proposal very good and it is nice to see...

> On a frank ground, I wanted to ask what chances are there for this this project and I to be selected for GSoC 2k18? Honestly, I think the current...

Nice to see such a quick start! Please see my comments in #17. Please remember to write tests to demonstrate that these new methods indeed work with Templates.

Sure, we can get Travis CI running, but you and I should definitely be able to test everything locally first. I am looking into the error you reported with `dlopen_e`...

I have now built the latest `julia-0.6.0` master, tested `Cxx.jl` and `OpenCV.jl`, solved several issues relevant to moving this forward. I will push the commits today and then you can...

Did you try the following? ```julia cxx""" #include template inline void _sum(T const& a, T const& b){ T val = static_cast(0); val += static_cast(a); val += static_cast(b); std::cout

> Yep, that works. The only problem is when we don't specify the type in the arguements list. Good to know. But the question is why do we need to...

I don't have access now to my julia/openCV.jl setup, but the error clearly says that `long *` cannot be used instead of `int` for the 2nd argument. To me it...

OK. Let me try to understand better the problem. Can you check what `type` exactly does `Base.size(image, 1)` return in the julia REPL? And if you convert to `Int32` using...