资源列表
Text2D
- 是一个简单的2d图像显示,能够正确的编译,里面有详细的注释-2d test
quadtree
- Quadtree Encoding of a binary image
JpegExifWriter
- Take a raw JPEG file in a memory buffer, and another binary buffer containing raw EXIF data (say output libexif), and this routine will write the JPEG out to disk, adding the EXIF data to an APP1 JPEG marker section. This is done entirely witho
LEDTesting2.tar
- mini2440上可用的QT程序。用QT4.6.3编写的。测试可行-the mini2440 available QT program. Written with QT4.6.3. Test feasible
ImgPreEdgEnh
- canny算子程序 用Canny算子提取边缘 用Canny算子提取边缘\\测试图片 \\原始lena图像.bmp 用Canny算子提取边缘\\测试图片\\用canny算子提取边缘.bmp 用Canny算子提取边缘\\源代码 用Canny算子提取边缘\\源代码\\cdib.cpp 用Canny算子提取边缘\\源代码\\cdib.h 用Canny算子提取边缘\\源代码\\ChildFrm.cpp 用Canny算子提取边缘\\源代码\\ChildFrm.h
MinAreaRectangle
- 对平面上的点集,寻找它的最小面积包围矩形,最小周长包围矩形,以及最大距离点对。算法采用了游标卡尺的思想,在找到凸包后时间复杂度为线性。-for finding the minimum area encasing rectangle and the maximum distance pair. The complexity of this algorithm is O(n),so it s very fast.
TSSnNTSS
- 3-step-search & new 3-step-search this is a source code for matlab
Simulation-ofdimensionalwarehouse
- 立体仓库模拟程序,可以输入地址进行单巷道堆垛机搬运模拟演示,绝对可以运行。-Three-dimensional simulation program storage, you can enter an address for a single roadway Stacker handling simulation demo, I absolutely can run.
wind_rose
- 这是一个简单的实现玫瑰图的matlab小程序 作图比较精美 相对实用-This is a simple rose diagram of the matlab implementation of mapping more beautiful and a relatively small program useful
PCA
- 主成分分析 ( Principal Component Analysis , PCA );特征脸;opencv-Principal component analysis (Principal Component Analysis, PCA) characteristic face opencv
hgecommon
- 增强hge的2维绘图函数,结合hge1.8使用。 注:hge是一个基于DirectX8的2D图像引擎
ParticleSystem
- 转载一个简单的粒子效果实现,便于学习粒子系统也可直接使用到自己的程序中。作者在他网站上做了个例子程序 http://www.jhlabs.com/java/particles.html-a simple particle system