资源列表
image
- MATLAB实用源代码 1.图像反转 MATLAB程序实现如下: I=imread( xian.bmp ) J=double(I) J=-J+(256-1) 图像反转线性变换 H=uint8(J) subplot(1,2,1),imshow(I) subplot(1,2,2),imshow(H) -matlab code
diedaifa
- 自编函数实现迭代法二值化。通过迭代法求取阈值,对图像进行分割。-Function to achieve self iterative method binarization. Strike threshold through an iterative process of image segmentation.
project2.2.tar
- C++的画图板,可以实现椭圆 矩形 点线 实线 等其他功能 也可以改变颜色额-C++ drawing board, can realize the elliptical rectangle point line solid lines, and other functions Can also change the color
fractal
- 分形之美,数学之美,体会分形艺术带来的视觉盛宴。-Fractal beauty, the beauty of mathematics, fractal art experience to bring the visual feast.
GRAYTOPseudo-color-and-rainbow
- 将灰度图像转换成伪彩色图和彩虹图像,彩虹图像的效果比伪彩色好一些-The pseudo-color grayscale images into image maps and rainbow, rainbow image is better than some pseudo-color
CS_recovery_algorithms_OMP_SP_IHT
- 压缩感知的各种重建算法,包括:CoSaMP,GBP,IHT,OMP,IRLS,SP算法-Compressed sensing various reconstruction algorithms, including: CoSaMP, GBP, IHT, OMP, IRLS, SP algorithm
HMMDemo
- HMM人脸识别在MATLAB平台下的源代码,能够实现准确的人脸识别-HMM recognition in MATLAB platform s source code, provides a range of programs
duishulashen
- mfc实现对数拉伸,很不错的程序,包含源代码-mfc achieve logarithmic stretch, very good program, including source code
zhishu
- mfc实现图片指数的改变,很不错的程序,包含源代码,包含图片-mfc achieve picture brightness change, very good program, including source code
zhongzhilvbo
- mfc实现图片中值滤波 的改变,很不错的程序,包含源代码-mfc achieve change the image median filtering, a very good program, including source code
huidulas
- mfc实现图片灰度拉伸的改变,很不错的程序,包含源代码,包含测试图片-mfc achieve change the image median filtering, a very good program, including source
MATLAB-code
- 包含各种常见的MATLAB程序,如图像去噪、图像识别、RBF神经网络的训练,三次样条插值、求解线性方程组等几十个程序。-MATLAB contains a variety of common procedures, such as image denoising, image recognition, training RBF neural networks, cubic spline interpolation, linear equations, such as dozens program
