搜索资源列表
GraphicStepAcute
- 其功能是实现对图象的梯度锐化,其中有包含一张含有数字的原始图和经过3次梯度锐化的结果以及C代码-its function is to achieve the right gradient image sharpening, these include a number containing the original map and after three gradient Sharpening the results of the C code
nwh060620
- 使用Visual C++实现同一幅较小真彩色图象在屏幕上呈(米字型8方向)圆形分布,每幅子图分别显示红、绿、兰、色调、饱和度、亮(灰)度、梯度分量图和原图。-use Visual C with a smaller achieve true color image on the screen was (H 8 meters direction) Round distribution of each figure showed the red, green, blue, hue, saturatio
GVF_Snake
- GVF相关代码及相关论文资料(),含: GRADIENT VECTOR FLOW DEMONSTRATION(GVF) matlab code, ITERATIVE WATERSHED SEGMENTATION (c-code), 与SNAKE GUI代码。 (所含文件:gvf_v5.zip,MateiDemo.zip, snake_demo.zip) -gradient vector flow code and related information paper (), con
GradientSharpening2006-10-24
- Visual C++MATLAB图像处理与识别实用案例精选之梯度锐化算法的源程序,含测试图像-Visual C MATLAB image processing and recognition practical case Featured's sharpening algorithm gradient-source Xu, with test images
improc
- 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color conversion operator gradient dete
c第二章 matlab语言基础h2
- 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
对图像进行形态学开、闭、形态梯度等算法实现
- 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\inclu
200432590139.rar
- 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
vccanny
- 用c++实现canny算子——高斯滤波,求梯度,非极大值抑制-C++ implementation with a canny operator- Gaussian filter, find the gradient, non-maxima suppression
c.tar
- 总变分(TV) 图像复原模型的C语言源码. 使用C语言与Matlab 混合编程. 主要计算由C语言完成. 图像的读, 输出由Matlab实现. 包含梯度下降流法, Chambolle对偶法, 交替半二次型算法 固定点线性迭代算法等.-Total Variation (TV) image restoration model of C language source code. Using the C language and Matlab mixed programming. Mainly c
sharpening
- 图形锐化C#代码 拉普拉斯掩模锐化 亮度锐化 梯度锐化-Graphics sharpening C# code Laplacian unsharp mask sharpening brightness gradient sharpening
moto
- 使用c++开发的图像处理程序,对图片的进行处理得到梯度图。-Use c++ Development of image processing procedures for processing images obtained gradient map.
image_enhancement
- (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function
particleLevelSet3D
- Level Set方法是20世纪90年代很流行的界面追踪技术,国外已有个别实例将此方法应用于不可压缩流体的计算.但其对界面具有抹圆的作用,造成梯度很大的界面失真.Particle Level Set方法可以弥补这一缺陷.在基于欧拉方法求解区域中安插了一定数量的示踪粒子,可以纠正失真效果,能够更丰富的体现流体表面的细节。-Level Set Methods 20 century 90' s are very popular interface tracking technology, for
gradientsharpening
- 数字图像处理的梯度锐化方法的C++源代码-Digital image processing method of the gradient sharpening C++ source code
tiduruihua
- 这是一个图像梯度锐化的VC++程序,在Visual c++6.0运行过,是可以的-This is a sharpening of the image gradient VC++ program, in Visual c++6.0 run-off, yes, we can
proj1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
TemplateTrans
- 图像增强源码(平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色增强) c-Image enhancement source (smoothing, median filtering, sharpening the gradient, Laplacian sharpening, pseudo-color enhancement) c++
Statistics
- 图像参数统计小程序,可用于统计图像的均值,标准差,图像的信息熵,平均梯度。简单易用。-Image parameter statistics applets can be used for statistical picture of the mean, standard deviation, the image of the information entropy, average gradient. Easy to use.
Gradient-sharpening
- 用C++编的进行图形梯度锐化的程序,包括工程文件、处理前后的图片-Gradient sharpening with graphics programs C++ series, including pictures project file, before and after treatment