CFAR

所属分类:其他
开发工具:matlab
文件大小:763KB
下载次数:3
上传日期:2019-05-10 08:52:46
上 传 者Chungfai
说明:  基于大目标的恒虚警算法,内有使用教程。亲测可用。
(Constant False Alarm (CFAR) algorithm based on large targets, with tutorials. The pro-test is available.)

文件列表:
CFAR (0, 2019-05-08)
CFAR\avgRegionImage.cpp (2685, 2018-07-14)
CFAR\avgRegionImage.mexw64 (17408, 2019-05-08)
CFAR\data1.jpg (20617, 2006-04-12)
CFAR\Matlab2017b运行CFAR算法教程.pdf (62453, 2018-07-14)
CFAR\runCFAR.m (1999, 2019-05-09)
CFAR\SARBlockProcessor.m (0, 2014-06-28)
CFAR\scaledata.m (586, 2014-06-28)
CFAR\step.mlx (14031, 2018-07-14)
CFAR\vessels.png (681663, 2014-06-28)
CFAR\yprime.c (2615, 2016-09-16)
CFAR\yprime.mexw64 (17920, 2019-05-08)

Colin Schwegmann, CSIR Meraka, Remote Sensing Research Unit This file describes all the information necessary to run the CFAR algorithm within MATLAB. The implementation takes any image file as input. MATLAB has the ability to process geotiffs but to ensure that everyone can run the code I have left all the additional toolboxes out such as the GEOS. Requirements: 1. MATLAB. Tested on MATLAB 2012a. 2. Image Processing Toolbox Requires MATLABS image processing toolbox to open image files. 3. MEX compilation The program requires that C++ MATLAB/Mex files can be compiled on the system running the code. Running instructions 1. To run the entire program run the file called "runCFAR.m" a) The program includes an example png file that is a small section of a SAR image. The input into the system can be changed by changing the file on line 11 namely: image = imread('vessels.png'); b) The various attributes of the "paramStruct" variable. This parameter structure allows the user to specify the size of the i) Guard Window Length ii) Background Window Length iii) CFAR Thresholding value iv) Pad size (number of pixels around the edge to skip). 2. The system displays the result via MATLAB's native image viewer but can be adapted to allow for the writing of images (imwrite) the result.

近期下载者

相关文件


收藏者