搜索资源列表
256转灰度图
- 我们知道很多情况下我们只能对灰度图进行处理,这个程序可以将256灰度级的图像转换成灰度图,方便图像处理-We know many cases we can only grayscale processing, the process can be 256-level gray-scale images into grayscale facilitate image processing
图像的颜色处理
- 这个源程序提供了一些用于图像的颜色处理的功能,是基于真彩色图像作的处理,一般的灰度图也是转换为真彩色后作的处理,最后再返转为灰度图。-provided the source for some of the color image processing functions, is based on the true color images for processing, general also converted to grayscale color after the treatment,
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
200732590147
- 本代码主要实现图像类文件的转换已经相应的图像处理,包括图像融合,灰度变换,模板匹配等-The main achievement of the code conversion of image types of documents have a corresponding image processing, including image fusion, gray-scale transformation, template matching, etc.
MyWork
- 图像显示 图像读取 图像处理 图像灰度化-display and open the file get de data
tuxiangchuli
- VC++图像处理典型算法,包括图像灰度化,边缘检测,图像识别,提取特征值等-Typical VC++ image processing algorithms, including gray, edge detection, image recognition, feature extraction and other value
ConnectArea
- 实现打开bmp位图 图像灰度二值化 连通域的提取 对图像处理初学者很有帮助-To achieve open bmp bitmap image gray binary connected components extraction of useful image processing for beginners
VCdigitalImageAlgorithmsIimpleme
- VC++数字图像相关,包括有处理典型算法及实现,如图像灰度处理,图像压缩等。-VC++ digital image correlation, including the processing and implementation of typical algorithms, such as the gray scale image processing, image compression.
BitMapGray
- 几种24位彩色图像灰度化处理的算法实现,包括最值法,系数法,平均法-the implement of serval 24 bits Color image gray processs
shuzituxiang
- 数字图像处理,图像灰度变换,拉伸,仿射变换-Digital image processing, image gray-scale transformation, stretching
TemplateMatch
- 模板匹配法人脸识别。真彩被搜索图像和真彩模板是原始输入图像,利用模板匹配法(分别使用了真彩法、灰度处理、二值处理)找到人脸的像素坐标,再恢复出真彩图像具体位置。-Face recognition template matching method. TFT true color image and the template will be converted to binary image using the template matching method to find the pixel c
picprocessing
- VC++6.0环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-VC++6.0 environment Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median fil
数字图像处理基础程序及运行结果图像matlab程序
- 实验一 MATLAB数字图像处理初步 3 实验二 图像的代数运算 实验三 图像增强—灰度变换 实验四 图像增强—直方图变换 实验五 图像增强—空域滤波 实验六 图像的傅立叶变换 实验七 图像增强—频域滤波 实验八 彩色图像处理 实验九 图像分割 实验十 形态学运算
homeworkone
- 图像处理一个简单的小程序,实现图像灰度拉伸和直方图均衡-Image stretching and histogram equalization
Pseudo-color-processing
- 用Java语言实现图像灰度图像的伪彩色处理-Achieve gray image using Java language pseudo-color processing
procfsuimg__wavelet
- 用小波变换对图像进行灰度处理,学习小波在图像处理中的应用-Use wavelet transform to gray image processing, to study the application of wavelet in image processing
set
- 图像的灰度的反转以及图像的深化,有示例样图,很好用。(Image of the gray-scale reversal and image deepening, there are sample maps, very easy to use.)
subtract
- 显现图像中灰度值较小的部分,示例图中的医学图像就可以很清晰的把血管展示出来。(Showing the image in the smaller part of the gray value, the sample image in the medical image can be very clear to show the blood vessels.)
灰度化
- 此代码主要针对的是研究医学图像处理的人群,可以快速灰度化医学图像