Fast Median Search   [ Steve Arnold ]   GitHub   dev.g.o   Original project 

medians-1D Project Documentation

This project was forked from the original public domain code, and is licensed under LGPLv3 in its current form here. The older source was refactored into a small library with a separate demo app, and my original (really old) Makefile was just replaced with an autotools build setup (and a few more source fixups). The algorithms are still in their original form, but now accesible as a library for swig (however, the old swig wrappers are now obsolete). The adaptive_median filter in Python is a full 2D image filter implementation, and uses a simple median search function for the graphics kernel. The intent is for medains_1D to be accessible to the Python image filter (probably cython). Other enhancements may pop up; stay tuned...