搜索资源列表
灰度
- 图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjus
ideal_image_exert
- 本人用两个星期编写的用于生产非理想边缘图像的程序,即非二阶边缘模型。该程序可以用于模拟实际图像中灰度平均效益。通过修改参数值可以得到不同效果的模拟图。常用于各种仿真验证。-I spent two weeks in preparation for the production of non-ideal images on the edge, the edge-second model. The procedure can be used to simulate the actual average
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
8433028879
- VC图像处理 在上一节讲座中,我们讲到了如何实现图象的\"雕刻\"和\"浮雕\"效果,它们的实现思想是通过求取\"没有处理过的相邻两个像素之间的差值\"来实现的。如果没有限制\"以前没有处理过的两个像素之间的操作\",取而代之的是\"处理以前已经操作过的像素\",那末就可以将一个像素的灰度值传递到与其相邻的若干像素。事实上,有时后我们必须通过上述的约定才能实现一些效
一种匀速运动模糊图像的模糊方向判断算法
- 本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
OTSU1Dmy
- 灰度图像二值化分割,一维大津法或称为一维最大类间方差法-1D Maximum Between-Cluster
ConnectArea
- 实现打开bmp位图 图像灰度二值化 连通域的提取 对图像处理初学者很有帮助-To achieve open bmp bitmap image gray binary connected components extraction of useful image processing for beginners
ReadPhoto
- 这是读取灰度值图片,将灰度值图像转换为数组的程序。-This is to read the gray value image from the gray value image is converted to the array of procedures.
BitMapGray
- 几种24位彩色图像灰度化处理的算法实现,包括最值法,系数法,平均法-the implement of serval 24 bits Color image gray processs
overlay
- matlab源代码,主要用于进行图像处理,计算灰度图像两区域的灰度值重叠程度。
ImageDeal
- 图像处理的参考代码 二值化 图形区域分割 灰度值形态学-The image processing reference code binarized graphical area dividing the gray value morphological
PartialVolumeInterpolation
- 这个算法是用来对两幅图像进行仿射变换再利用PV插值算法求取变换后图像的灰度值-Partial Volume Interpolation is a function to transform a reference image to a floating image.
quyushengzhang
- 区域生长法实现图像分割,获得区域生长起始点,将生长起始点灰度值存入seed中,图像边界上的点的判断,计算新的灰度平均值-Region growing method to achieve image segmentation, region growing starting point to obtain the growth of the gray values are stored in seed starting point, the image point on
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
hhhhhh
- 该编程使用VC++编写代码,该编程主要作用便是将灰度图像的各灰度值统计出来,以方便对该灰度图像的了解-The programming code using VC++ The main role is to be programmed for each grayscale image gray value statistics out to facilitate the understanding of the gray image
one_soft_pinhole1
- 用于共焦显微系统中虚拟针孔的设定,包含图像预处理,光斑定位,灰度值相加和绘制图像功能-Confocal microscopy system for virtual pinhole settings including image preprocessing, spot location, value addition and gray image rendering function
class08
- 图像处理器:灰度变换、中值滤波、膨胀、腐蚀、傅里叶变换、仿射变换、油画效果、图片保存等(Image processor: gray level transformation, median filter, expansion and corrosion, Fu Liye transform, affine transformation, oil painting effect, picture preservation, etc.)
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.)
基于最大类间方差阈值与遗传算法的道路分割
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。(The largest between-class variance method was proposed by the Japanese scholar Nobuyuki Otsu
