搜索资源列表
梯度锐化代码
- 关于对图像进行梯度锐化处理的代码。包括:门限锐化,根据梯度二值化图像等操作。-on gradient image sharpening the code. Including : Threshold Sharpening, according to two binary gradient images operation.
sztxbyjc
- 所谓边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-Edge refers to the so-called partial image brightness changes in the most notable part of it is to test local image change significantly change th
AntiAliasing
- 越来越多的人愿意用GDI+绘制矢量图来完成UI的设计,原因是可以用到无锯齿、渐变、梯度、混合、透明等等各种图像效果。不过,通常大家遇到一些问题,本文和程序代码改善缩略图质量、无缝显示和锯齿消除的矢量图GDI+绘制。从而实现高质量的图像效果。
OCR(vc)
- 一个经典的C++图像识别源码。包含:图像处理(灰度化,二值化,梯度锐化) 和 神经网络 两部分。-A classic image recognition of the C++ source code. Include: image processing (grayscale-based, binary gradient sharpening) and neural network in two parts.
06
- 用VC编程实现数字图像处理中的一些处理如:拉普拉斯锐化、梯度锐化、伪彩色编码。-VC programming using digital image processing to deal with the problems such as: Laplacian sharpening, sharpening gradient, pseudo-color coding.
ImageProcess
- 下代码实现了几个简单的图像处理,主要包括:平滑(Smooth)、开操作(Open)、闭操作(Close)、膨胀(dilate)、腐蚀(Erode)、图像梯度(Gradient)、顶帽(TopHat)、黑帽(BlackHat)等。-Under the code implementation of some simple image processing, mainly including: smoothing (Smooth), open operation (Open), closed oper
BMProcessvb
- 对BMP格式的图像进行处理,有放大缩小、梯度锐减、旋转处理、显示直方图等功能。-BMP format images to be processed, and Zoom, reduced gradient, rotation processing, histogram display functions.
dib4
- dib梯度锐化代码,供初学DIB处理学习用。-dib gradient sharpening code for beginners to learn to deal with DIB.
cartoon-vc2008
- 用vc++2008开发的工程,基于Lab颜色模型的梯度进行区域划分,完成卡通画、水墨画处理-use vc++2008 build project,base Lab color model achieve cartoon,oil
TemplateTrans
- 实现图像增强,图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码-To achieve image enhancement, image smoothing, median filtering, sharpening the gradient, Laplacian sharpening, pseudo-color coding
bianyuanjiance
- bmp格式文件和六种常用图像增强算法作出了研究,文中详细论述了数字图像增强技术中涉及到的图像平滑、中值滤波、梯度锐化、拉普拉斯锐化、灰度拉伸和灰度均衡各基本算法及其在Visual C++ 6.0下的具体实现,列出了各图像增强基本算法所涉及的关键源代码,同时,在每种图像算法中都分别给出了一幅标准的数字图像在各种处理前与处理后的对照图像。 -bmp format, and six kinds of commonly used image enhancement algorithm to the
MATLAB-Toolbox
- 最速梯度法工具箱,可以在matlab上进行应用,非常方便-Toolbox steepest gradient method can be applied on the matlab is very convenient
jiaozheng
- vc将 Gamma 校正应用于梯度的程序源码,希望对大家有所帮助-vc Gamma correction applied to the gradient program source code, we want to help
demo
- vc 梯度锐化的程序源码,希望对大家有所帮助-vc gradient sharpening the program source code, we hope to help
SuperResolution
- 基于FFT的超分辨率算法,该算法使用原始数据的梯度信息,不用加入先验的约束-Super-resolution based on FFT
Stereo-Edge-Matching
- 种新的针对山体图像边缘的立体匹配算法。为了保证匹配的准确性,首先引入极线方向上的 视差梯度约束,然后在考察唯一性的基础上,通过搜索并考察边缘端点周围的角点信息来引导边缘的匹配,并且限定边缘端点的角点搜索范围,最终匹配结果保证了两幅图像中的匹配对是一对一的唯一对应。-A newfast stereo edge-matching algorithm based on mountain images is presented.In order to ensure the accuracy of
ErPicDebugTool
- 主要功能: JPEG文件转BMP BMP 文件切割 24位RGB转8位灰度图 图像平滑去除噪点 梯度二值化边缘-Main function: JPEG file to BMP BMP file cutting 24 RGB to 8 bits gray image Image smoothing to remove noise Two binary gradient edge
TextShadePrj
- VC++制作渐变的文字,文字的色彩会越来越暗,也会越来越亮,最终形成渐变文字,帧较慢,效果并不是太好。还需要再优化完善,具体思路是先安装一个定时器,通过CDC 类的SetTextColor 函数在OnTimer()函数中改变字符串的颜色,并且注意尽量使颜色变化的梯度减小-VC++ produce gradient text, text color will be more dark, more light will eventually form a gradient text, frame s
MyDIP
- 在MFC环境下,读入一幅BMP图像,对其进行变换,如反色、二值化、图像缩放、梯度锐化、拉普拉斯锐化、均值滤波、阈值分割等-In the MFC environment, read a BMP image, transform them, such as anti-color, binary, image scaling, sharpening gradient, Laplacian sharpening, mean filtering, thresholding, etc.
相位梯度自聚焦算法
- 相位梯度自聚焦算法用于SAR成像,减少误差
