资源列表
拟合
- 多个函数的曲线拟合,里面统计有最小二乘、非线性回归(Curve fitting for multiple functions)
exm080101
- 通过调节参数进行改变图形的变化,和能够使图形变得更好(Change the change of the graph by adjusting the parameters)
assignment3
- 数字图像处理的添加高斯噪声或者椒盐噪声以及处理不同的平滑,sobel算子等(Digital image processing adds Gauss noise or salt and pepper noise, and processes different smoothing, Sobel operator and so on.)
Desktop
- paddedsize函数源码,用于处理matlab图像处理中频域滤波问题(Paddedsize function source code)
imnoise2
- 使用规定分布生成空间随机噪声,可以选择噪声类型和参数。(Using the prescribed distribution to generate spatial random noise, we can choose noise types and parameters.)
新建文件夹
- 对于MATLAB双目视觉处理中,通过前期获取摄像机参数等后制成深度图。(For MATLAB binocular vision processing, we can get the depth map after obtaining camera parameters in the early stage.)
MC
- 利用MC算法进行医学图像3D重建,基于python和VTK(MC algorithm for 3D reconstruction)
Matlab文件
- 索引图像与灰度图像之间的转换,RGB图像与索引图像之间的转换,索引图像与二进制图像之间的转换(Transformation between index image and grayscale image, transformation between RGB image and index image, transformation between index image and binary image.)
CORDIC算法MATLAB代码
- 坐标旋转数字计算机算法利用简单的移位和加法实现sin,cos,tan,arctan等函数的计算,适合计算机处理,速度快。(The algorithm of coordinate rotation digital computer realizes the computation of functions such as sin, cos, tan and arctan by simple shift and addition, which is suitable for computer pro
幅频特性曲线
- 求给定函数的幅频特性曲线,给定区间进行画图。(Given an analog signal, it is converted to digital signal, calculated by FFT, and the amplitude frequency characteristic curve is drawn.)
OCR
- C#调用DLL实现图像文字识别(OCR)(C # call DLL realize image character recognition (OCR))
facedetection1
- 用笔记本的摄像头获取照片,然后再对该照片进行人脸识别。基于颜色的人脸识别。(Color-based face recognition)