-
能量检测,主要是看如果根据虚警概率得到门限,然后进行判决...
能量检测,主要是看如果根据虚警概率得到门限,然后进行判决-enengy detection
- 2023-04-17 15:20:04下载
- 积分:1
-
图像线性拉伸和直方图均衡化的组件,可以直接调用接口使用。...
图像线性拉伸和直方图均衡化的组件,可以直接调用接口使用。-Image linear stretching and histogram equalization component, you can directly call the interface.
- 2022-05-19 05:05:59下载
- 积分:1
-
经典的bayes分类方法,可以识别不同的手写数字
经典的bayes分类方法,可以识别不同的手写数字-Classic Bayes classification method to identify different handwritten numeral
- 2023-07-17 10:30:07下载
- 积分:1
-
运动检测算法,帧间差法进行运动检测,并进行运动补偿。
运动检测算法,帧间差法进行运动检测,并进行运动补偿。-Motion detection algorithm, inter-frame difference method for motion detection and motion compensation.
- 2022-04-17 03:37:03下载
- 积分:1
-
SAR image processing is a problem here with the SAR image detection algorithm ro...
SAR图像处理一直是一个难题,这里提供了SAR图像中道路的检测算法-SAR image processing is a problem here with the SAR image detection algorithm road
- 2022-04-14 21:16:53下载
- 积分:1
-
本程序是VC++数字图像识别技术典型案例一书的所有程序,很有参考价值...
本程序是VC++数字图像识别技术典型案例一书的所有程序,很有参考价值-This procedure is the VC++ digital image recognition technology a typical case of a book all the procedures, the valuable
- 2022-04-06 10:53:28下载
- 积分:1
-
图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!...
图像处理,用于图像增强,亮度改变,可以增强图像的清晰度!-Image processing for image enhancement, brightness change, it can enhance image clarity!
- 2023-03-24 06:10:03下载
- 积分:1
-
使用一维矩方法实现数字图像的像素级边缘检测
使用一维矩方法实现数字图像的像素级边缘检测-Moment method using the one-dimensional digital image edge detection
- 2023-03-08 18:45:03下载
- 积分: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
-
利用简单的多值免疫网络实现对SAR图像的分类
利用简单的多值免疫网络实现对SAR图像的分类-Using simple multi-valued immune network to realize the classification of SAR images
- 2022-07-07 04:57:49下载
- 积分:1