高斯拉普拉斯金字塔资料整理

来源:互联网 发布:日本搞笑综艺节目知乎 编辑:程序博客网 时间:2024/04/30 05:10

两个都有:

https://github.com/moaljazaery/Gaussian_Laplacian_Pyramids

比较老,不能显示图片


https://github.com/SOUMAJYOTI/Image_Pyramids

调用opencv的


高斯金字塔

https://github.com/night18/Gaussian_pyramid

文件读写,filename = "bubble.pgm";格式,图片操作不了


https://github.com/moaljazaery/Gaussian_Laplacian_Pyramids


源码:

http://www.tuicool.com/articles/eArINbY


拉普拉斯融合:

http://blog.csdn.net/abcjennifer/article/details/7628655

opencl版的高斯金字塔,无拉普拉斯金字塔

https://github.com/twitwi/ClGaussianPyramid

这里有源码:

https://github.com/kassol/SIFT

0 0