-
ostu
经典的图像分割算法ostu,去两峰值之间的峰谷为阀值(Classical image segmentation algorithms ostu, to the peak and valley between two peaks as the threshold)
- 2007-10-24 11:33:47下载
- 积分:1
-
LSB
C++语言实现的LSB数字水印算法,Visual C++亲测可用。(C++ language LSB digital watermarking algorithm, the Visual C++ pro-measurement available.)
- 2020-10-20 20:07:24下载
- 积分:1
-
segCroissRegion
区域生长种子点的选取,可以用于图像分割的处理.(Simple single-seeded region growing)
- 2013-03-20 17:46:44下载
- 积分:1
-
visionpro字符识别
visionpro字符识别
- 2020-03-17下载
- 积分:1
-
dftfilt
matlab中dftfilt.m文件函数源代码(Matlab dftfilt.m file function source code)
- 2017-09-12 21:36:57下载
- 积分:1
-
Gabor-cloud-detection
使用Gabor滤波器进行滤波后的差分矩阵实现遥感图像云检测(Gabor filter is used to filter the differential matrix for remote sensing image cloud detection)
- 2017-05-16 11:38:53下载
- 积分:1
-
简单图像处理codesforimageprocessing
实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。(simple image processing, including color to grayscale 256, the Hough transform, Walsh transform, Median filtering, binary conversion, brightness changes, Fourier transform, and color-from the few to admit index, image shifting, image rotation, refined images, image scaling, image mirroring, mean filtering, contrast stretching, Laplacian sharpening (edge detection), block codes, Sharpening gradient, gray balance, histogram equalization, discrete cosine transform, Wiener filter, reverse filtering, threshold transform, Gaussian smoothing.)
- 2020-07-09 11:18:55下载
- 积分:1
-
SARdenoising1
基于NSCT的SAR图像自适应去噪程序,须在NSCT工具包里面运行。(SAR images denosing base on NSCT !!!)
- 2010-05-07 00:04:47下载
- 积分:1
-
tensorflow test
说明: 基于TensorFlow图像处理的小测试,里面的代码自己尝试过都可以运行。(Based on the TensorFlow image processing test, the code can run if it has tried.)
- 2020-11-22 22:49:35下载
- 积分:1
-
Line-detection-method
提出了一种基于图像边缘连接的线段检测方法。数字图像中的线段是由很多线段图元组成,在同一
条线段中,它们的方向是相同的并且受到真实线段的方向约束。因此可以通过提取小的线段图元, 然后分析它们
的连接特性, 进行线段的检测。首先用ADM 算法对图像进行边缘检测, 得到单像素宽的边缘 然后在4 个方向上
进行线段的检测 对初步得到的结果进行合并和验证, 去掉短的线段, 连接临近的线段。经过实验证明, 该方法能
够快速地提取图像中的线段,并且对噪声具有一定的鲁棒性(A line segment connecting a detection method based on image edges. The segment of the digital image is composed by many segments elements, their orientation is the same and by the real line segment direction constraint in the same segment. By extracting a small segment Element can then analyze their connection characteristics for the detection of the line segment. First with ADM algorithm for edge detection on the image to obtain a single-pixel-wide edge then in the four directions on the detection of the line segments merger and verification of the preliminary results obtained, removing the short line segments, the line segments connected near. The experiments show that this method can quickly extract the line segments in the image, and certain robustness to noise)
- 2013-04-13 19:12:46下载
- 积分:1