Olzhas Zhumabek

Results 21 comments of Olzhas Zhumabek

Could you please provide an example where a warning would be generated? I believe I can set a custom handler for libpng warnings and just throw a warning exception (not...

At the moment I am forwarding whatever error message is passed to the custom error handler, please have a look at https://github.com/boostorg/gil/pull/428 . I was thinking if warnings should be...

Perhaps I could create a header file that would define the no warnings by default, and be empty (except include guards), if an option is passed through CMake/build2? I don’t...

@jsenn IIRC the values from Harris corner detector are already small. Either way, the PR from GSoC of 2021 #624 should make it clear that the image used for computations...

For anybody who would like to review this extension, I have some questions you might want to consider: 1. `to_matrix` has capability to operate only on single channel images and...

After thinking about it, I believe I figured out a few main usage axes. ## Container related usages: 1. Make Blaze think GIL's images are matrices. That is supported through...

Perhaps I could submit a PR then to update the file, and the people who want it will just `ln -s $PWD/example/clang-format/.clang-format $PWD/.clang-format` ? I believe that would be a...

I've run several benchmarks searching for the cause of performance degradation. All of those are extremely confusing to me: ``` Run on (8 X 3600 MHz CPU s) CPU Caches:...

I added two more benchmarks: vector of pixels that uses just range for and the other uses reinterpret cased pointer. The result strongly suggests that VC++ just chokes on any...

I've managed to reproduce the benchmarks on the benchmark branch that is based off of develop. The numbers don't seem to change: ``` Run on (8 X 3600 MHz CPU...