当前位置:
首页 资源下载
搜索资源 - color image interpolation
搜索资源列表
-
0下载:
一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的
精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的
RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变
换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代
过滤,并用提纯后的数据来做模型估计
-A ro
-
-
0下载:
编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation o
-
-
0下载:
本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on
-
-
0下载:
这是对Bayer图像进行差值还原彩色图像的MATLAB模型文件-This is a Bayer image to restore the margin of the MATLAB model of color image files
-
-
0下载:
对BMP格式文件进行处理,有图像的反色处理、插值外推、运动图像恢复等功能。-BMP format to be processed, and the anti-color image processing, interpolation extrapolation, sports features such as image restoration.
-
-
0下载:
Matlab code to view the image of a triangle under different views given the coordinates and color of its vertices. Colors inside triangle are found by interpolation
-
-
0下载:
基于CCD图像的彩色插值算法研究,硕士论文-Color CCD-based image interpolation algorithm, thesis
-
-
0下载:
颜色插值与去马赛克的电子文档,文档为图片格式。-Color mosaic interpolation and to the electronic document, the document for the image format.
-
-
2下载:
2010年最新用小波变换做CFA彩色图像插值的源程序。J. Tian, W. Yu and L. Ma, "Color filter array color reproduction using
cycle-spinning," International Journal of Electronics and Communications,
Vol. 64, No. 6, pp. 584-587, Jun. 2010.-New 2010 CFA to do with the wavel
-
-
0下载:
用插值的方法,根据颜色图像的像素来放大图像-Interpolation method used, according to the color image pixels to enlarge image
-
-
1下载:
CCD图像的颜色插值算法研究及其FPGA实现 ,这是一篇论文,里面详细介绍了如何实现图像处理的方法-CCD color image interpolation algorithm and its FPGA implementation, which is a paper, which details how to implement image processing method
-
-
0下载:
CCD图像的颜色插值算法研究及其FPGA实现-CCD color image interpolation algorithm and its FPGA implementation
-
-
0下载:
一个去马赛克算法是用来重建一个完整的数字图像处理
从完整的颜色样本图像传感器的输出的彩色图像
覆盖彩色滤镜阵列(CFA)。也被称为CFA插值或
彩色重建-A demosaicing algorithm is a digital image process used to reconstruct a full
color image from the incomplete color samples output from an image sensor
overlaid wi
-
-
0下载:
彩色图像的双三次插值代码,彩色图像的双三次插值代码
-Bicubic interpolation code of the color image
-
-
0下载:
本程序使用线性插值实现图像放大,然后用彩色蛇形做后处理。-This program implement color image interpolation ( callbilinear_interpolat2()) or bi_quadric
interpolation ( call mag_bic_new()), then use the color snake model
to do the post_processing for remove the edge bl
-
-
0下载:
彩色图像2次插值算法,内有源码、可执行文件及详细说明文档,欢迎下载交流。-Color image interpolation algorithm, within the source code, executable files and detailed documentation are welcome to download exchange.
-
-
0下载:
这是一篇硕士学位论文,关于CCD图像的颜色插值算法研究及其FPGA实现-This is a master s degree thesis on the color CCD image interpolation algorithm and its FPGA Implementation
-
-
0下载:
数字图像处理matlab实现,包括如下程序:
1.直方图规定化为高斯双峰函数
2.窗口形状自适应(十字形或矩形)的中值滤波
3.彩色图像目标提取并与背景图像合成
4.插值外推法的彩色图像饱和度调整
5.多种插值方法实现的图像放大和缩小
6.频域变换及分析
7.几何校正
8.插值外推法的黑白图像对比度增强
9.运动模糊矫正-Digital image processing matlab realize, including the following proce
-
-
3下载:
有源码,适合学习C++的人
一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。
二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。
三、 1.灰度线性变换、分段线性变换
2.灰度直方图均衡、规格化
3.图象卷积:各种模板实现低通、高通滤波
4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波
5.伪彩色图象增强
四、 1.图象的加、减、乘、除和逻辑运算。
2.图象的镜像变换、图象的缩放
-
-
1下载:
双三次插值用于彩色图像处理,连续的经典方法,应用广泛,结构简单,速度快(Biucbic color image interpolation)
-