Clemens Korner

Results 23 comments of Clemens Korner

I tried the code on my Ubuntu 14.04 machine with OpenCV 2.4.8 and g++ 4.8.5 and it's working. I did the following ``` bash git clone https://github.com/clemenscorny/brisk.git mkdir build cd...

Thank you for the bug report. I can reproduce this issue with OpenCV 3.1. Somehow the OpenCV-team removed the function _removeInvalidPoints_ in OpenCV 3.x from features2d [OpenCV 2.4 opencv2/features2d/features2d.hpp](https://github.com/Itseez/opencv/blob/2.4/modules/features2d/include/opencv2/features2d/features2d.hpp#L192) vs...

Thank you for your contributions! Are you able to run the demo with your changes? When I run the demo I get an error: > OpenCV Error: The function/feature is...

Here is a small example how I'm planning to program the bridge between Numpy (Python side) and OpenCV (C++ side) ``` cmake # CMakeLists.txt project(wrapper) cmake_minimum_required(VERSION 2.6) option(BUILD_SHARED_LIBS "Build shared...

There is a branch called _wrapper_ with the python code. Just compile the library as usual and put _pycmt.py_ to the binaries, that's it. The basic functions are wrapped, but...

I'm sorry, but it's not possible to use the python-wrapper with the static libcmt library. It has to be a shared one. The wrapper uses ctypes for wrapping: `ctypes is...

@cmpadden thank you for your reply and the information. Another alternative solution came into my mind: using `backoff` when connecting to the database, as it is done in the DuckDB...

You are welcome. Thanks for the great Dagster documentation and Dagster itself 🙂

> it would be highly appreciated! Tag me as reviewer. If possible, work with the pp3 dev release. Perfect then I will start with the PR. Two small questions from...

# Python Version > Python 3.8 ended Like 4 months ago: https://endoflife.date/python > > I would suggest to not officially support it anymore. In that case I would prefer to...