fmvin

Results 29 comments of fmvin

> But what's the problem you are trying to solve by having subscriptions to several subjects into one? Just a syntactic sugar to help creation subscribers with the same `natsMsgHandler`...

> kozlovic: Does that look like something that could work for you and @fmvin too? It's actually what we are looking for. BTW we already created a C++ wrapper which...

> Hi @fmvin , could you show the demo code (the wrapper)? I'm really interested in it. I think it won't be informative because this stuff is deeply depended on...

> Take a look at https://juliaimages.org/latest/function_reference/#Morphological-operations-1. Thanks a lot. Could you please give any clue how to find contours and calculate each area in [this question](https://discourse.julialang.org/t/how-to-extract-edge-list-contour-from-image-using-images-jl/25927).

Approaches you mentioned above are not "just from box" as it is in opencv. In opencv I take a color image and just call: 1. `cvtColor` with cv::COLOR_BGR2GRAY 1. `findContours`...

@timholy > I'd urge you to distinguish "want" and "expect." I apologise if I used inappropriate verb in this community ;) English is not my native language.

@Tokazama > If you read the documentation you will find that most of those functionalities aren't difficult to perform on one's own with a couple lines of code. If this...

We use "MessageOptions" to check a type which should be de-serialized in several dynamic libraries in one app. And the same issue occurs. Please provide solution for this issue or...

Is any progress regarding reading `datetime` from mat? My be you could suggest some workaround?