Alexej Harm
Alexej Harm
@X-m7 I have the same problem on Windows 10. Could it be a configuration or plugin issue? Have you found a workaround?
And here is a patch to enable support. ```diff diff --git i/include/experimental/__net_ts/detail/config.hpp w/include/experimental/__net_ts/detail/config.hpp --- i/include/experimental/__net_ts/detail/config.hpp +++ w/include/experimental/__net_ts/detail/config.hpp @@ -777,7 +777,9 @@ # if !defined(NET_TS_DISABLE_STD_STRING_VIEW) # if defined(__clang__) # if (__cplusplus...
Visual Studio 2017 has no ``. It has only `` and the class lives in the `std` namespace directly. Your `config.hpp` sets the correct variables for it to work. I'll...
I take everything back about the performance boost. Here is the benchmark and some results: I would be grateful if somebody would skim over it and point out mistakes.
I'll lay it off until next weekend. Having reliable benchmarks would allow me to test and compare my own code. Thanks for the suggestion!
Hi. There is no need to add any files manually. If it's not found, then something went wrong when you were building OpenCV as per instructions. It could also be...
@drkostas Not sure how you found this project, but since you're watching it, I hope it's OK that I tag you here. Have you encountered a similar problem or do...
For now, the hull will be eroded until it meets the outline. The result isn't very good, but seems to work.   Still searching for a better solution or...
That's on the TODO list after rewriting it as a multithreaded system driver. Won't be until summer.
@HighCommander4 I'm not the author of this issue and have also observed this bug for over a year now. My logs are attached, but they won't help you. Clangd is...