-
对BMP图像简单的处理,如sobel边缘提取,直方图显示,中值滤波等,清晰易懂...
对BMP图像简单的处理,如sobel边缘提取,直方图显示,中值滤波等,清晰易懂-BMP images for simple treatments, such as sobel edge detection, histogram display, median filtering, clear and easy to understand
- 2022-03-14 21:07:05下载
- 积分:1
-
<visual c++数字图像处理典型算法及实现>一书中的第四章图像的平移、镜像变换、转置、缩放、旋转等,一本很好的书和算法源代码...
一书中的第四章图像的平移、镜像变换、转置、缩放、旋转等,一本很好的书和算法源代码- Chapter IV of the book image translation, image transform, transpose, zooming, rotating and so on, a good book and the algorithm source code
- 2022-03-16 08:46:09下载
- 积分:1
-
一个人脸识别程序,包括gabor滤波和用神经网络进行训练
一个人脸识别程序,包括gabor滤波和用神经网络进行训练-A face recognition process, including gabor filtering and the use of neural network training
- 2022-11-17 04:15:03下载
- 积分:1
-
采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化,采用MATLAB编译...
采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化,采用MATLAB编译-Gray-scale transformation using the method of contrast-enhanced images P0304: Histogram of homogenization, using MATLAB Compiler
- 2023-06-21 15:10:04下载
- 积分:1
-
基于matlab对灰度图像的二值化自适应阈值的算法
基于matlab对灰度图像的二值化自适应阈值的算法-Gray image binarization adaptive algorithm
- 2022-03-02 16:56:30下载
- 积分:1
-
这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹...
这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。
-Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need. Gabor transform can be achieved in a number of scales, a number of position on the transformation, especially for the detection of texture have very good results, the study shows that the characteristics in line with Gabor receptive field characteristics of the human eye.
- 2022-01-26 20:19:34下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
Information Hiding Outguess source software is mainly used Outguess JPEG image s...
信息隐藏软件Outguess的源码
Outguess主要用于JPEg图象的steganography,本软件来自Outguess的作者Provos,欢迎大家下载研究-Information Hiding Outguess source software is mainly used Outguess JPEG image steganography, this software from Outguess author of Provos, welcomed everyone to download research
- 2023-06-04 07:25:03下载
- 积分:1
-
Algorithms for images processing
Algorithms for images processing-Algorithms for processing images
- 2022-02-25 19:55:58下载
- 积分:1
-
vc绘图根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要...
vc绘图根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要-vc mapping real-time data based on historical data or generate various historical, real-time curve has become very important
- 2022-06-29 07:04:09下载
- 积分:1