Psilon

Results 148 comments of Psilon

P.S. I'm not the best seller as you can see cause I probably hardly demotivated you to write anything, but that's true: writing binding manually is a dead end.

Well, it's up to you and your time. I think you're too optimistic about the ease of writing bindings.

I don't use Discord for both objective and subjective reasons. I can add a link to the readme if you wish, but I won't participate there. But I can be...

I think enums are always better than mere numbers. But there is a huge refactoring of all the things so I think before #117 is resolved all other changes are...

CResutlt has relevant method to catch it. We could just use it. Panic may be a bad thing since GPU may appear after (e.g. dynamic videocard switch on laptop).

IIRC `from_buffer` copies its data but I may be wrong here. Checking array length cannot be done before Mat is constructed because different CvType require different buffer size. Only `opencv`...

There are some hepers class (CResult, in instance) that helps you to convert C++ Exception into rust Result. See https://github.com/nebgnahz/cv-rs/blob/b60210381ef21198cf842bfeab398b077085f0f9/native/common.h#L68-L87

Hey. I'm not sure about current project status. It works but it's not actually maintained. Its original owner doesn't contribute for a long time and I'm tired a bit to...

@norru sorry, my new year finally ended :) Please, add comments to functions like `calc_optical_flow_dis` and so on. Suppressing warnings with `///` is not a good thing. Then I'm going...