-
-
jpeg
... and viewing software, we have included
considerable functionality beyond the bare JPEG coding/decoding capability;
for example, the color quantization modules are not strictly part of JPEG
decoding, but they are essential for output to colormapped file ...
-
CleverAlgorithms
...
### Dendritic Cell Algorithm
## Neural Algorithms
### Perceptron
### Back-propagation
### Hopfield Network
### Learning Vector Quantization
### Self-Organizing Map
# Extensions
## Advanced Topics
### Programming Paradigms
### Devising New Algorithms
### ...
-
ocaml-gif
... of GIF image format. The whole project was a converter beetwen GIF and BMP, with ability to apply some filters. The filters, color quantization and BMP implementation were not written by me, so I don't include them here.
Licensed under MIT license.
-
waveform_analysis
... .
Example of usage, with 997 Hz full-scale sine wave generated by Adobe Audition
at 96 kHz, showing the 16-bit quantization distortion:
> python thd_analyzer.py "../997 Hz from 32-bit to 16-bit no dither.wav"
Analyzing "../997 Hz from 32-bit to ...
-
xbyak
... ).
## Sample
* [test0.cpp](sample/test0.cpp) ; tiny sample (x86, x64)
* [quantize.cpp](sample/quantize.cpp) ; JIT optimized quantization by fast division (x86 only)
* [calc.cpp](sample/calc.cpp) ; assemble and estimate a given polynomial (x86, x64)
* [ ...
-
HaxeNeuQuant
...
4. Documentation (http://wiki.github.com/ngrebenshikov/HaxeNeuQuant/)
1. NeuQuant Neural-Net Quantization Algorithm
---------------------------------------------
Copyright (c) 1994 Anthony Dekker
NEUQUANT Neural-Net quantization algorithm by Anthony ...
-
Selected_Track_Control
... , 2011) ###
Added notes and absolute MIDI CC triggers for quantization control
### Version 1.2.2 (released Sept 27, ... quantization control - control MIDI recording quantization and clip launch quantization via MIDI.
### Version 1.2.1 (released Aug 17, ...
-
android_external_jpeg
... to investigate block boundary
smoothing, "poor man's variable quantization", and other means of improving
quality-vs-file-size ... of the upcoming JPEG
Part 3 extensions --- principally, variable quantization and the SPIFF file
format.
As always, speeding ...
-
jsgif
... 's stupid.
`void setQuality(int quality)` Sets quality of color quantization (conversion of images to the maximum 256 colors allowed by ... . Since all colors are subject to modification in the quantization
process, the color in the final palette for each ...
-
ksquant2
Score quantization for PWGL - successor of ksquant
[](https://travis-ci.org/kisp/ksquant2)
Compilation of ksquant2 kernel
===============================
The ksquant2 kernel is ...
-