登录
首页 » matlab » xb

xb

于 2011-01-12 发布 文件大小:191KB
0 75
下载积分: 1 下载次数: 0

代码说明:

说明:  基于小波变换的图像增强代码,试过了,很好用,希望对大家有帮助。。。。(Image enhancement based on wavelet transform code, tried, very good use, we want to help. . . .)

文件列表:

基于Matlab的图像增强技术研究.pdf,199743,2010-11-15

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

发表评论

0 个回复

  • sift
    SIFT算法,可以有效的找到不同画面中的对应特征点,在跟踪和图形识别方面有很好的用途(SIFT algorithm, can effectively find a different screen the corresponding feature points, in the tracking and pattern recognition as a very good use of)
    2009-01-14 10:35:07下载
    积分:1
  • tuxiangcaiji
    转辙机图像采集板区域参数设置上位机界面程序,转辙机通信协议,多项式拟合参数及阈值设置。(Switch machine image acquisition board area parameter set PC interface program, switch machine communication protocols, polynomial fitting parameters and the threshold value is set.)
    2014-07-07 19:01:26下载
    积分:1
  • shoudongquyu
    适合各类图象, 手动选择感兴趣目标区域,使用于图象图象处理,同时包含一区域生长程序。(Suitable for all types of images, manually select the target region of interest, the use of image processing in the image at the same time contains a region growing procedure.)
    2008-03-31 12:32:19下载
    积分:1
  • BID_QM_demo
    对模糊图像进行复原(代码中样例)后,进行ISNR值的计算。由于复原后图像和原图像可能存在对齐问题,而该对齐问题不影响复原结果的主观效果,因此该代码首次考虑这一问题并给出相应的图像对齐及ISNR计算方法。(Restoration of blurred images (sample code), the calculation ISNR values. Due to possible alignment problems and the restored image after the original image, and the alignment problem does not affect the results of the subjective effects of recovery, so the code for the first time to consider this issue and the corresponding image alignment and ISNR calculation.)
    2014-12-08 15:20:02下载
    积分:1
  • FisheyeImCorr
    使用matlab对图像进行处理实现鱼眼校正,效果良好(Use matlab image processing fish-eye correction, and to good effect)
    2012-11-06 16:04:18下载
    积分:1
  • uwbfft2
    超宽带雷达信号二维FFT求速度和距离,速度补偿后的算法(Ultra-wideband radar signal 2D FFT for speed and distance, speed compensated algorithm)
    2013-02-25 23:26:09下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 2DFFT-IFFT
    这是我做的一个二维傅里叶变换的程序,可以对图像进行2DFFT变换得到频谱图,并利用2DIFFT得到原图像(I do a two-dimensional Fourier transform procedure, 2DFFT transform spectrogram image and utilize 2DIFFT original image)
    2012-12-01 15:56:14下载
    积分:1
  • ippiman
    图像处理的IPP库使用手册,包括每个函数的使用说明,以及参数的意义。(IPP library of image processing using the manual, including instructions for each function, as well as the significance of the parameters.)
    2013-01-10 20:23:06下载
    积分:1
  • PDFToXVC
    pdf文件转化为图片.pdf 文件转化为图片VC代码实现。(from pdf to image)
    2012-02-15 22:53:21下载
    积分:1
  • 696519资源总数
  • 104205会员总数
  • 22今日下载