CFAR

所属分类:图形图像处理
开发工具:matlab
文件大小:680KB
下载次数:43
上传日期:2018-09-18 08:22:55
上 传 者Stanford
说明:  matlab CFAR实现,以图像为输入
(This file describes all the information necessary to run the CFAR algorithm within MATLAB)

文件列表:
CFAR (0, 2018-05-11)
CFAR\SARBlockProcessor.m (0, 2014-06-28)
CFAR\avgRegionImage.cpp (2650, 2014-06-28)
CFAR\avgRegionImage.mexa64 (12774, 2014-06-28)
CFAR\data1.jpg (20617, 2006-04-12)
CFAR\runCFAR.m (1957, 2018-05-11)
CFAR\scaledata.m (586, 2014-06-28)
CFAR\vessels.png (681663, 2014-06-28)

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.

近期下载者

相关文件


收藏者