搜索资源列表
harris
- 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.
CImg_img_mix
- This program creates a blended image from each pixel that derived from two loaded image, and save the pixel values in output.txt. Requires CImg and ImageMagick.
canny
- cimg canny 使用cimg库实现的canny边缘检测方法,需要下载CImg.h文件-cimg canny