搜索资源列表
matlab线性对比度展宽
- 线性对比度展宽算法,需要自己改一下图片的路径,另外里面的参数a,b,ga,gb也要自己根据不同图片进行设置!
在matlab的环境下实现三维重构的程序框架
- 在matlab的环境下实现三维重构的程序框架,学习将二维图片进行三维重构的可以看看。-In the matlab environment to achieve three-dimensional reconstruction of the procedural framework, learning three-dimensional reconstruction of two-dimensional picture can look.
houghline.m
- 对读入的图片做霍夫变换,识别出图片中的直线并输出。-Do the Hough Transform to the input image, that is to detect lines in the input image, and output those lines.
Gaussian-Noise-Image-Add
- 这个程序用于在图片中增加各种噪声,如高斯椒盐噪声, 加性或乘性等多种混合噪声,用于其它程序的测试。-This procedure is used to increase the variety of picture noise, such as salt and pepper Gaussian noise, additive or multiplicative noise, such as a mixture for testing other programs.
picture_filter
- 图像的中值滤波和邻域滤波。基于matlab仿真通过,内附图片和仿真结果。-Image of the median filter and the filter neighborhood. Matlab-based simulation is passed, containing pictures and simulation results.
harris
- 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
ImageFusion
- matlab编译小波变换,用于图像融合和处理 文件夹中包含了可用的融合图片。-matlab compiler wavelet transform for image fusion and processing folder contains the available fusion of images.
Homework
- Matlab变换图像灰度彩色转换图片测试代码原创-yes
Read_and_display_image
- MATLAB图像的读取与显示程序,包括示例图片,具有较强的参考价值-MATLAB to read and display the image process, including sample pictures, with a strong reference value
ssim_index
- 图片结构相似度评价,附加MSE,SNR,PSNR等作为对比参数-Photo structure similarity evaluation, additional MSE, SNR, PSNR, etc., as comparative parameters
pixelextracion
- 提取照片中物体的颜色色素值,并显示与颜色坐标系之中,采用matlab编写-Extract photo object color pigment values, and display coordinates with the color being used to write matlab
xiaobochonggou
- 缩放matlab程序,主要用于图片的缩放功能,能够任意的扩大和缩小图片-Zoom matlab program, mainly for picture zoom function, and were able to expand and shrink images
Ostu
- 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
image-registration
- 基于互信息的图片配准,matlab应用,可运行。但不是下载图片,而是mat信息。-Based on the mutual information of image registration, matlab, can run. But not download images, but mat information.
Matlab
- 读取图片,用鼠标获取图片点坐标,输出坐标数据-Read the image, the image point coordinates obtained with the mouse, and output coordinate data
Matlab-program-gray-edge-detection
- 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
matlab
- 生成全景图,图片拼接,使用兴趣点匹配方法-Generated panorama, image stitching, using interest point matching method
Matlab-picture
- 图片转化,这个程序可以使所有的图片转化为8位的图片,为matlab处理图片带来方便-Image conversion, this program can make all the pictures into a 8 pictures, bring convenience to matlab with pictures
rota
- matlab图片旋转程序,使用的三次差值算法,支持图像的360度旋转- matlab图片旋转程序,使用的三次差值算法,支持图像的360度旋转 34/5000 Matlab túpiàn xuánzhuǎn chéngxù, shǐyòng de sāncì chà zhí suànfǎ, zhīchí túxiàng de 360 dù xuánzhuǎn Matlab picture rotation program, using the third difference
鱼眼校正
- 矫正鱼眼图像。完成图像矫正,但是图片选择有限制(Correction of fish eye image)