登录
首页 » C++ » 作业5

作业5

于 2020-11-10 发布 文件大小:82KB
0 196
下载积分: 1 下载次数: 1

代码说明:

  理解频域处理与空间域处理的等效关系与步骤,掌握频域相乘与空间域循环卷积之间的对等关系,理解DFT运算中补零的效果。(Understand the equivalent relationship and steps of frequency domain processing and space domain processing, understand the reciprocal relationship between frequency domain multiplication and space domain circular convolution, and understand the effect of zero padding in DFT operation.)

文件列表:

001.jpg, 14092 , 2017-10-26
002.jpg, 35427 , 2017-11-16
lines.png, 1407 , 2017-11-13
rice.tif, 65966 , 2017-11-13
U51005.m, 624 , 2017-11-15
U52005.m, 1012 , 2017-11-15
U53005.m, 916 , 2017-11-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • POCS-SuperResulution
    本程序主要实现低分辨率图像的超分辨率重建,有助于我们理解图像重建的过程和原理(This procedure is mainly to achieve super-resolution reconstruction of low-resolution images help us understand the process and principles of image reconstruction)
    2021-03-03 10:09:33下载
    积分:1
  • feature
    图象经过gabor小波滤波。gabor小波与图像卷积。(Image after wavelet filtering gabor. gabor wavelet and image deconvolution.)
    2008-01-16 20:15:53下载
    积分:1
  • Demo3_line-segment-detection-
    直线检测 Visual C++编写 用于图像处理(line segment detection)
    2012-06-29 16:39:16下载
    积分:1
  • Image-Processing-Based-on-PDE
    《图像处理的偏微分方程方法》随书光盘完整版 本光碟中包含五个文件夹。 (1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的。 本光碟中的所有内容,仅供教学和研究参考。(" Image Processing Based on PDE" CD with the book contains the full version of the disc five folders. (1) Video clip: for teaching demonstration, which, " two_cells" is improved variational level set methods to achieve the evolution of GAC model image segmentation " denoissing" is the use of P_M equation, the evolution of image smoothing denoising process " curve_linear_heat_flow" is the use of a closed curve FT achieve a linear heat evolution. (2) binary image: one of the images for morphological image processing experiments, it can also be obtained by extracting the object boundary curve evolution for experimental use. (3) gray-scale images and color images: images which can be used as image segmentation, filtering, contrast enhancement, color enhancement and image amplification test material. (4) MATLAB Program: which includes more than 10 or MATLAB program (function) of the source code. Comments made in the program, and a description of the boo)
    2015-10-01 10:41:21下载
    积分:1
  • lankton_stereo
    基于双目的深度图获取,根据图像合成深度图左右视点( depth map based on binocular)
    2016-11-15 21:11:59下载
    积分:1
  • 区域编码和阈值编码实现压缩
    c++语言或MATLAB编程对256×256的灰度图像进行8×8DCT变换,对变换后的结果进行处理: 采用区域编码和阈值编码方法实现图像压缩,保留 50% 的系数(区域编码保留前 50%个系数,阈值编码保留 50%的大系数); 再反变换后,对比原始图像和处理后的图像。(C++ or MATLAB programming performs 8 * 8DCT transform on 256 * 256 grayscale images, processing the transformed results: The region coding and threshold coding are used to compress the image, and the coefficient of 50% is retained (the first 50% coefficients are reserved for the region code and the large coefficient of the threshold code is retained by 50%). After inverse transformation, the original image and the processed image are compared.)
    2020-07-01 08:40:01下载
    积分:1
  • mean-shift
    基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.(Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manually adjust the threshold HSV, showing foreground, background, reaction projection. Development tools are VS2008, OPENCV)
    2014-05-06 16:20:51下载
    积分:1
  • ImageProcess_ToolBox
    matlab数字图象处理工具箱 包括imstack2vectors 霍夫变换等许多工具(imstack2vectors Hough transform matlab digital image processing toolbox includes many tools)
    2012-11-06 15:56:40下载
    积分:1
  • nsct
    提出一种基于非采样contourlet变换的红外与可见光图像融合方法。高频系数结合活性度量和多分辨率系数间相关性来实现加权融合;低频系数通过局部梯度进行活性度量,再采用加权与选择相结合的规则。(Proposed a contourlet transform infrared and visible image fusion method based on non-sampling. The high-frequency coefficient binding activity to measure the correlation between multi-resolution coefficient weighted fusion activity measure low frequency coefficients of the local gradient, and then weighted and selection combining rules.)
    2020-07-17 17:58:48下载
    积分:1
  • 0451
    说明:  《visual C++ 开发经验技术宝典》图像锐化处理,主要是将图像的亮度增加,颜色的鲜艳感增强。("Visual C++ development experience Technical Collection," Image sharpening, mainly to increase the brightness of the image, bright sense of color enhancement. )
    2011-02-21 15:16:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载