boost::gil::normalized_sinc
Normalized cardinal sine
Description
This is mostly handful of mathemtical operations that are required by other image processing algorithms
normalized_sinc(x) = sin(pi * x) / (pi * x)
Created with MrDocs