Releases: Clemapfel/crisp
Release list
v0.9.1 Video
This release includes crisp::VideoFile which makes it possible to process videos in addition to pictures.
Furthermore, a number of hardware-accelerated versions of already existing CPU-side features are / will be implemented as we approach version 0.9.5, with 0.9.6 assumed to include audio-related functionalities
C.
v0.8.3 Hardware Acceleration
GPU-Side computing now makes crisp super fast, all hardware accelerated functions were optimized both to the best of my and the hardwares ability.
Includes Hardware Accelerated versions of:
- Common Image Manipulation
- Spatial Filter
- Spectral Filters
- Morphological Transforms
All made easy through simplified, stream-lined OpenGL Interface.
v0.6.2 Deep Learning
This release adds classification using a bayes statistical classifier and neural networks. Fully polished tutorials and inline documentation are, of course, included.
Convolutional neural networks may have to be pushed into v0.9 because I currently do not have access to a machine capable of dealing with an entire image library for testing/training, the roadmap may be changed accordingly.
C.
v0.6 Is now live!
Version 0.6 is polished and fully documented! This release includes:
- Image Module
- Noise Generation
- System & Render Module
- Color Representations
- Pseudocolor Mapping
- Spatial Filters
- Fourier Transform
- Spectral Filters
- Morphological Transforms
- Clustering & Edge Detection
- Region Descriptors
- Inline Documentation for all of the above
- Full Tutorials for all of the above
The Deep Learning Module including Fully Connected and Convolutional Networks should release in the next two weeks, after that is hardware optimization. See "Projects" for more information.
v1.0 is expected by January 2022, hopefully sooner than later.
Thank you,
C.