Skip to content

C++ Implementation of Successive Mean Quantization Transform

License

Notifications You must be signed in to change notification settings

DanielMunozT/SMQT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMQT

C++ Implementation of Successive Mean Quantization Transform

This implementation was created for MiddleMatter Inc.

MiddleMatter released it as part of an article published in Toptal.com blog. You are free to use it.

SMQT.h is the implementation using the original algorithm. You should have it as a reference only, but use FastSMQT.h since it's an improvement (explained in the article) which runs much faster than SMQT.h.

This algorithm was used by MiddleMatter to implement this image processing iOS app: https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1007857020&mt=8

About

C++ Implementation of Successive Mean Quantization Transform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages