搜索资源列表
matlab-loading
- matlab图像读入,将要处理的图像读入matlab,然后再进行处理-Matlab image loading
pca
- matlab的主元分析问题。这个程序分三部分,读入图像生成数据,归一化,然后PCA降维。在PCA降维中调用软件自带函数。-pca in matlab
CsharpimageProcess
- vc环境下,利用csharp语言进行图像处理的简单教程,包括图像读入保存,拷贝粘贴,颜色处理等,附有具体的操作步骤和可运行的代码,适合初学者-vc environment using csharp language awakened simple tutorial highlights the processing, including image read into the save, copy, paste, color processing, with specific steps and
OpenCVmanual
- OpenCV中文参考手册.chm,本文档来源于OpenCV中文网站,常用的标准图 图像文件读入和显示 图像创建、保存和复制 Canny边缘检测 Canny边缘检测2 轮廓(contour)检测 轮廓(contour)检测2 图像旋转与缩放 读视频文件和运动问题检测 Hough线段检测 鼠标绘图 -OpenCV Chinese reference manual. Chm, this document comes from OpenCV C
jai-imageio-master
- oracle提供的图像库JAI-IO的源代码,JAI支持TIFF、jpg、bmp等格式,提供图形读入和生成、缩放、差值计算、反锯齿等功能-oracle provides JAI-IO image library source code, JAI support TIFF, jpg, bmp format, read and generate graphical, scaling, difference calculation, anti-aliasing and other functions
chengxu
- 1.打开matlab软件,再获取一张实验用彩色图像,使用imread函数读入; 2.用均值滤波法对所获取的彩色图像进行去椒盐噪声处理。 3,、对已加噪和去噪的图像进行必要的保存。-Image denoising main program
Image-Stitching
- 基于SIFT特征的全景图像拼接 主要分为以下几个步骤: (1) 读入两张图片并分别提取SIFT特征 (2) 利用k-d tree和BBF算法进行特征匹配查找 (3) 利用RANSAC算法筛选匹配点并计算变换矩阵 (3) 图像融合 -Image Stitching