资源简介
这是红外光图像小目标识别源代码。下载解压后直接运行。

代码片段和文件信息
function h = Ffilter(nsigma filterSize)
% compute the symmetry derivative filter of 2D Gaussian“
mdpt = ceil(filterSize/2);
[x y] = meshgrid(-mdpt:mdpt -mdpt:mdpt);
if n > 0
h = (-1/(sigma*sigma))^n /(2*pi*sigma*sigma) * ...
(x+i*y).^n .* exp(-(x.*x+y.*y)/(2*sigma*sigma));
else
n = -n;
h = (-1/(sigma*sigma))^n /(2*pi*sigma*sigma) * ...
(x-i*y).^n .* exp(-(x.*x+y.*y)/(2*sigma*sigma));
end
h = h/sum(abs(h(:)));
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-12-08 03:30 GST-for-small-target-detection-master\
文件 444 2018-12-08 03:30 GST-for-small-target-detection-master\Ffilter.m
文件 1033 2018-12-08 03:30 GST-for-small-target-detection-master\README.md
目录 0 2018-12-08 03:30 GST-for-small-target-detection-master\doc\
文件 50560 2018-12-08 03:30 GST-for-small-target-detection-master\doc\result.png
目录 0 2018-12-08 03:30 GST-for-small-target-detection-master\images\
文件 64918 2018-12-08 03:30 GST-for-small-target-detection-master\images\01.bmp
文件 52278 2018-12-08 03:30 GST-for-small-target-detection-master\images\02.bmp
文件 2234 2018-12-08 03:30 GST-for-small-target-detection-master\main.m
目录 0 2018-12-08 03:30 GST-for-small-target-detection-master\results\
目录 0 2018-12-08 03:30 GST-for-small-target-detection-master\results\certainty\
文件 64918 2018-12-08 03:30 GST-for-small-target-detection-master\results\certainty\01.bmp
文件 52278 2018-12-08 03:30 GST-for-small-target-detection-master\results\certainty\02.bmp
目录 0 2018-12-08 03:30 GST-for-small-target-detection-master\results\segmentation\
文件 64918 2018-12-08 03:30 GST-for-small-target-detection-master\results\segmentation\01.bmp
文件 52278 2018-12-08 03:30 GST-for-small-target-detection-master\results\segmentation\02.bmp
文件 176 2018-12-08 03:30 GST-for-small-target-detection-master\reviseImageBoundary.m
文件 163 2018-12-08 03:30 GST-for-small-target-detection-master\segment_simple_threshold.m
- 上一篇:EP9442 Datasheet V0/3
- 下一篇:EPLAN电缆库
相关资源
- 支持向量机的船舶目标识别
- 带式输送机托辊红外图像分割与定位
- 论文研究-平稳小波域红外图像增强的
- 自拍用于目标跟踪的红外图像序列
- _嵌入SENet结构的改进YOLOV3目标识别算
- 基于小波变换和直方图均衡的红外图
- 可见光与红外图像配准融合
- 雷达目标识别研讨会课件-西电
- 基于OpenCV的红点识别
- 红外图像与可见光图像融合技术研究
- 基于机器视觉和深度学习的目标识别
- 红外图像的目标检测_识别与跟踪技术
- CNN做遥感图像目标识别完整代码
- 基于opencv与yolo的目标识别案例
- 红外与可见光图像融合实验素材
- SAR图像自动目标识别
- zw_红外图像处理、分析与融合.zip
- 基于Opencv的红外运动目标识别与跟踪
- 红外图像校正及处理算法
- 目标识别领域顶刊论文合集21篇
- 红外图像处理、分析与融合154309
- 红外图像处理、分析与融合
- YOLOV3的配置文件,yolov3.weights等
- 用于目标识别跟踪的图片序列素材
- CVPR2017年关于目标识别的所有论文打包
- 飞机小目标红外图像
- 小样本下的卫星图像典型目标识别_测
- 基于图像局部嫡的红外图像分割方法
- kinect实现彩色和红外图像提取和显示
- 红外图像的目标检测
评论
共有 条评论