登录
首页 » matlab » enhancement

enhancement

于 2008-07-31 发布 文件大小:1KB
0 62
下载积分: 1 下载次数: 223

代码说明:

  形态学图像增强算法,包括对比度增强和边缘锐化(Morphological image enhancement algorithms, including contrast enhancement and edge sharpening)

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

发表评论

0 个回复

  • lvbo2
    基于DCT的数字水印抗滤波性能检测matlab代码(DCT-based digital watermarking anti-filtering performance detection matlab code)
    2013-04-25 14:44:42下载
    积分:1
  • picture3
    讲解滤波与二值图像处理,比较简单的图像处理源码(Explain the filtering and binary image processing, image processing source code is relatively simple)
    2011-12-27 19:14:54下载
    积分:1
  • some-examples
    一些matlab图像图像处理例程,骨架,灰度图像梯度,凸壳,细化.(Some image image processing matlab routines, skeleton, grayscale gradient, convex hull, thinning.)
    2011-07-05 09:31:32下载
    积分:1
  • CompressiveSensing
    压缩感知compressed sensing ,剑桥大学 教授,可以用于降噪、图像处理、文件压缩等等;(Cambridge- Compressive Sensing- Theory and Application;)
    2015-08-26 16:46:30下载
    积分:1
  • Minnimum-error-thresholding
    作者:J.Kittler and J.Illingworth KI阈值算法(Author:J.Kittler and J.Illingworth 1986)
    2011-06-17 21:36:12下载
    积分: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
  • Harris
    Harris角点检测程序(内附示例图像),利用鼠标在图像上选择提取交点的区域,进行角点提取。程序语言简洁,利于初学者学习。(Harris corner detection procedures (with sample images), using the mouse in the image on the choice of extraction point of intersection of the region, for Corner Detection. Programming language is simple and conducive to learning for beginners.)
    2008-07-18 10:35:38下载
    积分:1
  • huffman
    数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。(Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the original image entropy, encoded average code length, and be able to reconstruct the image according to encoding. The program uses C++ mixed programming, has compiled a Matlab library files generated, do not need to link with C++. Programs include source code and source images, and encoding the results of the image.)
    2010-05-31 22:11:29下载
    积分:1
  • the
    在matlab平台上实现对医学图像人脑部的分割采用c语言编写(In matlab platform to realize human brain medical image segmentation using c language)
    2008-05-23 15:24:38下载
    积分:1
  • differential-operation
    实现图像的滤波、锐化、边缘检测、微分处理及图像平滑(Image filtering, sharpening, edge detection, differential processing and image smoothing)
    2013-02-27 21:00:36下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载