-
YOVH33
杭州电子科技大学acm题库中的1097的代码,如果有人需要拿去!()
- 2018-05-28 10:23:34下载
- 积分:1
-
yuzhi2
首先将RGB转换到HSV,再根据阈值进行HSV图像的分割(First convert RGB to HSV, then HSV image segmentation based on threshold)
- 2014-05-04 11:26:39下载
- 积分:1
-
Graphics
一个集成的图形界面的程序,可调用每一次作业子程序。
一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。
二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。
三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。
四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)
五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。
六、交互式Bezier曲线的输入绘制程序实现
(An integrated graphical interface of the program, each operation subroutine callable.
One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval.
Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively).
Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
- 2020-06-30 08:20:02下载
- 积分:1
-
图像边缘检测
说明: 编程实现小波的边缘检测算法,对图片的边缘处理(Edge Detection Algorithms of Wavelet Based on Programming)
- 2019-05-11 10:54:54下载
- 积分:1
-
upf_demos
里面包含kalman,扩展kalman,无迹kalman,粒子滤波,无迹粒子滤波等源码的实现。(upf--The Unscented Particle Filter )
- 2009-03-31 13:31:51下载
- 积分:1
-
huffman
利用霍夫曼编码对图像进行编码及解码,计算霍夫曼编码效率(huffman encode and decode)
- 2020-11-16 15:19:41下载
- 积分:1
-
speech-emotion-recognition
过特定人语音情感数据库的建立;语音情感特征提取;语音情感分类器的设计,完成了一个特定人语音情感识别的初步系统。对于单个特定人,可以识别平静、悲伤、愤怒、惊讶、高兴5种情感,除愤怒和高兴之间混淆程度相对较大之外,各类之间区分特性良好,平均分类正确率为93.7 。对于三个特定人组成的特定人群,可以识别平静、愤怒、悲伤3种情感,各类之间区分特性良好,平均分类正确率为94.4 。其中分类器采用混合高斯分布模型。(The system of speech emotion recognition)
- 2014-04-21 20:08:42下载
- 积分:1
-
intrans
灰度变换元代码,用于matlab7.0以上版本(Picture Process)
- 2011-12-15 21:13:07下载
- 积分:1
-
BID_QM_demo
对模糊图像进行复原(代码中样例)后,进行ISNR值的计算。由于复原后图像和原图像可能存在对齐问题,而该对齐问题不影响复原结果的主观效果,因此该代码首次考虑这一问题并给出相应的图像对齐及ISNR计算方法。(Restoration of blurred images (sample code), the calculation ISNR values. Due to possible alignment problems and the restored image after the original image, and the alignment problem does not affect the results of the subjective effects of recovery, so the code for the first time to consider this issue and the corresponding image alignment and ISNR calculation.)
- 2014-12-08 15:20:02下载
- 积分:1
-
不同阈值降噪后的效果
用matlab仿真,研究不同阈值降噪后的效果,使用penalty阙值降噪后信号,使用Birge_Massart阙值降噪后信号,使用缺省阙值降噪后信号。(Using matlab simulation to study the different threshold noise reduction effect, the use of penalty threshold denoised signal after noise reduction using Birge_Massart threshold signal, use the default threshold signal after noise reduction.)
- 2013-06-02 07:58:17下载
- 积分:1