资源列表
庞加莱截面图
- 通过MATLAB仿真软件对JERK混沌系统进行仿真,可以看出其实混沌的。(The MATLAB simulation software is used to simulate the JERK chaotic system, and it can be seen that the chaotic system is in fact.)
picture cut
- 切割图像中感兴趣的部分图,在新窗口中显示。(this file is used to cut your interesting part of a picture)
averfilter (2)
- 中值滤波器%1.该滤波函数用于对图像进行均值滤波作用, %即将一个像元及其邻域中的所有像元的平均值赋给输出图像中的相应的像元,以达到平滑的目的。 %2.其中参数impath为图像的路径 %3.参数A为滤波模板,A为一个M*N阶矩阵,注意M,N均为奇数,且不大于11。 %4.参数output为经过均值滤波后的图像矩阵。 %5.该函数采用算法:首先将原始图像矩阵扩充2m行,2n列,并将扩充位补0,(Median filterThis filter f
simplest_ffmpeg_device-master
- ffmpeg read image from v4l2 device
边缘缺陷直线特征检测170108-00
- 能够实现小型金属零件边缘轮廓直线特征检测(The edge contour line detection of small metal parts can be realized)
图像分割目标区域提取17042100
- 通过图像分割实现小型金属零件特征区域提取图像分割(Image segmentation for feature extraction of small metal parts by image segmentation)
Echarts
- echarts柱状分析,jsp文件配置及常用属性的使用和才说明!(Echarts column analysis, JSP file configuration and usage of common attributes!)
划痕判断标注小面积去除17031501
- 检测小型金属零件表面划痕,判断非缺陷部分并给予去除(Detecting the scratches on the surface of small metal parts, judging the non - defective parts and giving off)
斑点检测
- 通过准确的图像预处理和最小外接矩形方法,准确定位斑点位置和求取面积(Accurate location and area of spots are located accurately by accurate image preprocessing and minimum external rectangle method)
凹坑划痕检测17042100
- 能够准确检测出小型金属零件表面凹坑和划痕(Can accurately detect the surface pits and scratches of small metal parts)
freeglut-3d-model
- 1. Establish a suitable data structure, to achieve the grid model data what.txt read. 2. Draw what.txt in the grid data. 3. the establishment of appropriate three-dimensional observation, to create different projection mode, angle, observation of t
常用图像去模糊算法分析与对比
- 【编程实现】 I = checkerboard(8); subplot(221); imshow(I); title('Original Image (courtesy of MIT)'); % 模拟运动模糊. LEN = 21; THETA = 11; PSF = fspecial('motion', LEN, THETA); blurred = imfilter(I, PSF, '