Source code for GaussianBlur
Where, on GitHub, is the source code for the GaussianBlur
function? I only found a declaration, but no definition.
Thanks for any help that you can provide.
Where, on GitHub, is the source code for the GaussianBlur
function? I only found a declaration, but no definition.
Thanks for any help that you can provide.
Github's search is pretty terrible. It's in imgproc/smooth.cpp, line 4085.
Asked: 2018-10-23 19:12:09 -0600
Seen: 6,333 times
Last updated: Oct 23 '18
@berak -- I put up a new paper. It shows the histograms for the path lengths, displacements, and magnitudes. http://vixra.org/abs/1810.0047
I also used the lengths or displacements to replace the magnitude, in terms of what's considered during the iterative loop. It turns out that all three distributions encode roughly the same fractal set, for threshold values like 20.0f. Spooky, no?
PS. I am familiar with fractals, but I don't have access to the academic journals.