Christoph Rackwitz

Results 60 comments of Christoph Rackwitz

This issue *is* tagged as "help wanted"

I would be thrilled if *any* kind of solution to this could be accepted for v5.0. This situation is technical debt.

I have this on my system(s) too. One is a desktop. No synaptics devices that I can remember, but a 3DConnexion Space Navigator that shouldn't behave like a pointing device...

thanks for confirming my suspicions and thanks for the code. this applies to FS_SEL and AFS_SEL (acceleration stuck at 4G range for me), possibly more. it might be a good...

besides this bug, it seems the data sheet is wrong. acceleration sensitivity is halved. maybe the chips received a bad factory calibration. this seems to agree: https://github.com/jrowberg/i2cdevlib/blob/master/Arduino/MPU6050/MPU6050_6Axis_MotionApps20.h

May I also suggest *completely* redoing all the drawing primitive calls? - [`cv::line()` doesn't produce lines that are anywhere near the requested thickness](https://github.com/opencv/opencv/issues/15604) - [Circles are lumpy, as seen in...

I am glad for the contribution! Might check it out when I have time. Doesn't have to be complicated if one simply used OpenGL/Vulkan/🤷‍♂️ for it. I don't think that's...

Consider that there are still people that want such stuff reachable from C++, so `scikit-learn` is a great substitute for many users, but not all. I see no issues with...

while I appreciate the existence of this module and collection of trackers, I find the API/interface useless so far. I think trackers need a `Tracker.predict(image) -> Prediction` method and a...

It wouldn't be just documentation. documenting proper behavior, yes, but I see only downsides to documenting broken behavior. The LINE_4 (4-connected) line is actually 8-connected according to the result of...