Ask Your Question

Revision history [back]

I have no knowledge of it being inside OpenCV as is, but reading this publication it seems you need to replace pixels with the surrounding histogram percentile function, so OpenCV contains everything you need to built it from scratch.

I have no knowledge of it being inside OpenCV as is, but reading this publication it seems you need to replace pixels with the surrounding histogram percentile function, so OpenCV contains everything you need to built it from scratch.

If you can deduce the filter structure from SciPy you can even generate your own filter using the filter2D functionality.