搜索资源列表
matlab-image-watermarking
- 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
tuxiangsuofang
- opencv编写的图像缩放程序,可自行调节缩放尺度,实现双线性插值缩放,代码可实现-Image scaling
biliner
- Raw2RGB,双线性插值法,c代码已验证-raw2rgb ,c code ,biliner interpolation
image-processing
- 1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。-(1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 tim
bilinearinterpolationalgorithm
- 采用matlab语言描述的双线性插值算法。-Based on matlab language describe bilinear interpolation algorithm.
ImageProcess
- 图像几何纠正 。双线性插值利用c#编写的程序,在visual studio环境。-Image geometric correction. Bilinear interpolation using a program written in c# in visual studio environment.
Bilinear-interpolation
- 基于MFC的双线性插值,在MFC界面下实现双线性插值,效果比较好-Based on MFC bilinear interpolation, in MFC interface to realize the double linear interpolation, the effect is better
image
- 对图像进行旋转,拉伸,镜像对称等变换的整合示例,包含最近邻插值,双线性插值即双三线性插值的处理部分程序-Image rotate, stretch, mirror symmetry transformation of the integration example, contains the most recent neighbor interpolation, bilinear interpolation double tri-linear interpolation processing p
Untitled
- 自己编写的对一幅图像实现最近邻插值和双线性插值,可以直接运行,效果很好。-Write your own images of a nearest neighbor interpolation and bilinear interpolation, can be run directly, the effect is very good.
biinterp
- 双线性插值的fotran代码,全新编写,带权重-biolinear interpolation source code made by fortran,which calculates the weight of each point
1
- 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值--Recently, the field of bilinear interpolation and interpolation matlab source, comparing the effects of two algorithms.
chazhi2
- 改程序通过在matlab中实现双线性插值算法,使得图像放大时不会非常失真。-Change procedure in matlab bilinear interpolation algorithm, making the image to enlarge, not very distortion
zoom_2
- matlab完成双线性插值,可以直接运行-the matlab completed bilinear interpolation
shuangxianxing
- 运用双线性插值进行图像的放大和缩小,适用于课程设计当中。-Bilinear interpolation to zoom in and out of the image, apply to the course designs.
Bilinear-Interpolation
- 双线性插值matlab程序,内容是灰度级插值之双线性原理与实现,包括原理简介和代码源程序-Bilinear Interpolation based on matlab
FORWARD-AND-INVERSIONMETHOD
- 作者在本文中提出了一种层析成像的正演和反演方法。首先对求解区作网格剖分, 由给定的正演速度模型在网格点上双线性插值, 获得整个网格节点的速度分布。然后, 对波阵面作一近似, 在此基础上, 用最小走时最短路径射线追踪法完成正演。反演则是通过正演的方法实现的。理论模型算例表明, 本方法效果较好。-In this article, the author proposed a forward and inversion of the tomography method. The mesh for sol
lookup
- 用C语言双线性插值法实现matlab的查表功能-realize "lookup" function By C language
YTSplineScaler
- 一个可以更改输入图像的图像缩放程序,是双线性插值法做的-One can change the input image, image scaling, bilinear interpolation
video_stream_scaler
- Verilog HDL实现双线性插值视频实时缩放,源码及说明文档-Verilog HDL bilinear interpolation real-time zoom, video source and documentation
bilinear-scaler
- 任意倍数图像缩放matlab源码,采用双线性插值方法-Arbitrary multiples of image scaling Matlab source code, using the bilinear interpolation method