https://github.com/qzed/digitizer-prototype
Algorithm prototyping for pen/stylus and touch digitizer input processing. Intended for use in https://github.com/linux-surface/iptsd/.
https://github.com/qzed/digitizer-prototype
Last synced: 8 months ago
JSON representation
Algorithm prototyping for pen/stylus and touch digitizer input processing. Intended for use in https://github.com/linux-surface/iptsd/.
- Host: GitHub
- URL: https://github.com/qzed/digitizer-prototype
- Owner: qzed
- License: gpl-2.0
- Created: 2020-03-18T15:36:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T19:12:52.000Z (over 5 years ago)
- Last Synced: 2025-01-13T08:46:54.121Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 6.78 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prototyping for Pen and Touch Digitizer input Processing
Algorithm prototyping for pen/stylus and touch digitizer input processing.
Intended for use in https://github.com/linux-surface/iptsd/.
Contains multiple topics:
- Prototyping for robust detection of touch points from capacitive heatmaps as input data: [notebooks/touch-extraction.ipynb](https://nbviewer.jupyter.org/github/qzed/digitizer-prototype/blob/master/notebooks/touch-extraction.ipynb).
- Prototyping for object detection on capacitive heatmaps: [notebooks/touch-detection.ipynb](https://nbviewer.jupyter.org/github/qzed/digitizer-prototype/blob/master/notebooks/touch-detection.ipynb).
- Prototyping for stylus input filtering/smoothing: [notebooks/stylus-filtering.ipynb](https://nbviewer.jupyter.org/github/qzed/digitizer-prototype/blob/master/notebooks/stylus-filtering.ipynb).