-
在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。...
在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。-In the VC is implemented using the Moravec operator of remote sensing images feature point extraction, drawback is slower.
- 2022-07-22 07:01:04下载
- 积分: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
-
增加了最后一个空间滤波器的平滑,这是模板过滤和医学…
补充上次的空域滤波平滑法,这是模板滤波法和中值滤波法-Added the last spatial filter smoothing, which is the template filtering and median filtering method
- 2022-03-22 04:03:08下载
- 积分:1
-
手写输入数字0
手写输入数字0-9数字自动图像处理与识别-Handwriting input figures 0-9 Digital Automatic Image Processing and Recognition
- 2023-01-20 17:55:03下载
- 积分:1
-
DCT水印,简单实用,基于8*8分块的DCT域水印嵌入算法水印图像为64*64...
DCT水印,简单实用,基于8*8分块的DCT域水印嵌入算法水印图像为64*64-DCT watermark, simple and practical, based on the 8* 8 sub-block DCT domain watermark image watermark embedding algorithm is 64* 64
- 2023-02-13 17:35:03下载
- 积分:1
-
非常全面的生物信号分析工具包,能够详细分析信号时域频域、相位等特性,针对于生物信号有良好效果。...
非常全面的生物信号分析工具包,能够详细分析信号时域频域、相位等特性,针对于生物信号有良好效果。-an excellent signal processing toolbox, it could give a detailed analysis on time series, frequency and phase. it is really useful on biomedical signal processing.
- 2023-04-13 12:00:04下载
- 积分:1
-
数字图像处理,包括直方图均衡化步骤,空间滤波程序和讲解...
数字图像处理,包括直方图均衡化步骤,空间滤波程序和讲解-Digital image processing, including the steps of histogram equalization, filtering procedures and on Spaces
- 2022-02-01 07:27:25下载
- 积分:1
-
基于小波变换模极大的多尺度图像边缘检测,比较简单,但实用,是本人模式识别程序的一部分...
基于小波变换模极大的多尺度图像边缘检测,比较简单,但实用,是本人模式识别程序的一部分-Based on wavelet transform modulus maxima of the multi-scale image edge detection, relatively simple, but useful, is himself a part of pattern recognition procedures
- 2023-05-03 15:30:04下载
- 积分:1
-
Visual C MATLAB image processing and recognition of practical cases selected ima...
Visual C++MATLAB图像处理与识别实用案例精选之 图像收缩 算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition of practical cases selected images contraction algorithm source files, including standard tests Photo
- 2023-09-04 22:40:03下载
- 积分:1
-
人的脸部跟踪,自动分析锁定人的脸部区域,VC++ 实现。
人的脸部跟踪,自动分析锁定人的脸部区域,VC++ 实现。-Face Detecting
- 2022-03-05 16:21:19下载
- 积分:1