资源列表
HSV&RGB
- 颜色HSV空间与RGB空间的相互转换,本程序已经测试可用于彩色图像处理
fcm123
- 一个适合与做二维图像的聚类算法 我是做图像的 大家加我qq:31781508-suitable for a 2-dimensional image and the clustering algorithm I have to do all the images for my qq : 31781508
prep2D
- 图像处理中的对输入信号的多小波分解的Matlab实验程序
GryAvGryHist1
- 将黑白图像转换成灰度级—邻域平均灰度级二维直方图-Black and white images will be converted into gray-scale- the average gray-scale neighborhood of two-dimensional histogram
bianhuan
- 水印算法的研究,基础理论的学习方便初学者参考学习-Watermarking algorithm, based on the theory of reference for beginners to learn to facilitate learning
Zhouqi_tuoyan
- 对图像处理前可对其矩阵做周期拓延,此为边缘的周期拓延-Image processing period before the extension can be done on its matrix extension, this extension to the edge of the extension period
bezier_curvature
- 绘画出三阶的贝塞尔曲线, 求出曲线上各点的曲率和半径,可用于弯道设计-Drawing out the order of the Bezier curve, find the points on the curve and radius of curvature, can be used for curve design
VC_DrawArrow
- 自己写的用VC画箭头打印的代码,很好用希望对大家有帮助!-Write their own picture with the arrows printed VC code, easy to use we want to help!
color_feature
- 提取图片的颜色特征,对每个像素点提取出一个三维的向量。-Extracting an image' s color characteristics for each pixel to extract a three-dimensional vector.
hello2
- About OpenGL and some other features, which allows to create menu and other objects.
texgen
- 可实现茶壶的控制交互,实现真实感的图形的生成及操作-Control the interaction can be achieved teapot
line
- 1、编写函数LineDDA(),实现任意斜率直线的扫描转换,算法为DDA算法; 2、编写函数LineBre(),实现斜率任意斜率直线的扫描转换,算法为改进的Bresenhan算法; 3、编写函数LineMidPointBre(),实现任意斜率直线的扫描转换,算法为中点Bresenhan算法。-1, write the function LineDDA (), arbitrary slope of the line scan conversion algorithm to DDA algo