An open API service indexing awesome lists of open source software.

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/.

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).