资源列表
IMagepcoecssing
- 直方图均衡比较有用的算法 对传统方法有比较好的改进-histogram equalization algorithm useful comparison to the traditional methods are relatively good improvement
statistical-words-and-sentences
- 用于统计单词和句子数量,采用MATLAB编程-For the number of statistical words and sentences
draw-the-coordinates
- 自变量x每变化一个像素,求出y的值,然后SetPixel逐点画曲线,可以画出坐标系。-Independent variable x every change of a pixel,calculate the value of Y,then SetPixel by dotted curve, you can draw the coordinates.
Hanoi108
- 一个Hanoi的小游戏void Hanoi(int n, char x,char y,char z){ if (n==1) { printf( %c %d %c\n ,x,n,z) return } Hanoi(n-1,x,z,y) printf( %c %d %c\n ,x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char y, char z) (if (n == 1) (printf (
install200603278
- open CV的安装指南,供大家分享-open the installation guide for you to share Gateway
02101
- 在visual c++下用OPENCV写的一个自动画图的一个小程序-In the visual c++ Under OPENCV written with an automatic drawing a small program
jiamian
- 非常不错的界面,可以参考使用 非常不错的界面,可以参考使用
color
- 枚举名和颜色对比,可以更清楚名称的实际意义,还可以自已进行ARGB调色。-Enumeration name and the color contrast, can more clearly the actual meaning of the name, but also to carry out their own color ARGB.
bmp
- 一个可进行对bmp图片复制的程序可以参考!~
将文字以浮雕方式嵌入你的位图(7KB)
- 将文字以浮雕方式嵌入你的位图(7KB)-words carved way to embed your bitmap (7 kB)
tracking
- particle filter for tracking visual target using Matlab ,enjoy it!
ModelGet
- 轻松读取obj文件及纹理贴图,但是只能读取三角形网络的-Easily read obj file and texture mapping, but only read the triangle network
