搜索资源列表
-
0下载:
The VLFeat open source library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift. It is written in C for efficiency and compatibility, with interfa
-
-
0下载:
数字水印Linux系统下的实现
Peter Meerwald
Dept. of Scientific Computing, University of Salzburg-Watermarking source
version 0.4
* bug fixes
- wm_xia_{e|d}.c variable level uninitialized
- wm_zhu_{e|d}.c variable level uninitialized
-
-
0下载:
该程序包里包含了计算机图形学所学的各种算法的源程序:
1、直线算法(B算法、DDA算法和中点算法)
2、圆弧算法
3、多边形填充算法(有序边发、种子算法和图案填充算法)
4、二维变换算法
5、直线二维裁剪算法
6、三维变换算法
程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。
有任何问题可与本人联系:
QQ:4445
-
-
0下载:
采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
-
-
0下载:
很小很方便的一个图像处理小工具包,使用时只需要把CImg.h头文件加入工程即可-The CImg Library is an open-source C++ toolkit for image processing.
It consists in a single header file CImg.h providing a minimal set of C++
classes and methods that can be used in your own sources,
-