开源软件名称(OpenSource Name):eesaber/Matlab开源软件地址(OpenSource Url):https://github.com/eesaber/Matlab开源编程语言(OpenSource Language):MATLAB 55.7%开源软件介绍(OpenSource Introduction):MATLAB Code for the Research in Graduate SchoolWhat is Synthetic-aperture radar (SAR)?Synthetic-aperture radar (SAR) is a radar that create two-dimensional images of landscapes under any weather circumstance. And, what is polarimetric SAR (PolSAR)? Note that objects reflect radar waves with different intensities with respect to the polarization of the incident waves. So, we can obtain the information of the objects by analyzing the characteristic of reflect waves. SAR Wiki: https://en.wikipedia.org/wiki/Synthetic-aperture_radar PolSAR Wiki: https://en.wikipedia.org/wiki/Polarimetry Folder - VelocitySARThe first research topic in graduate school. The research is aimed to detect the velocity of moving target in the radar image. It is known that the moving target makes images blur in synthetic aperture radar (SAR) image. To fix blurring in image, we need the information of velocity of the target. Folder - PolSARThe source code of radar image toolbox for polarimetric synthetic aperture radar (PolSAR) was including in this folder. They are inside the folders PolSAR/src/@PolSAR_AnalyzeTool and PolSAR/src/@SeaIce, respectively. The toolbox was implemented to generate the experiment results for the master thesis. PolSAR_AnalyzeTool
Note: The deep learning model, convolutional neural network (CNN), for PolSAR image was implemented by python which is in repository. How to Use
img_a = PolSAR_AnalyzeTool()
img_a.fourComponentDecomposition()
> help img_a.fourComponentDecomposition in the console. Then, the usage of > help img_a.fourComponentDecomposition
> --- help for PolSAR_AnalyzeTool/fourComponentDecomposition ---
fourComponentDecomposition implements the original 4-component decomposition.
syntax:
fourComponentDecomposition(varargin)
Specifies function properties using one or more Name,Value pair arguments.
Name-value pair settings apply to all the lines plotted.
Inputs:
Name-Value Pair Arguments:
('vv', s) - The pixel above SNR threshold is marked. If s is ture,
function will show the figure.
('hh', s) - The pixel above SNR threshold is marked. If s is ture,
function will show the figure.
('hv', s) - The pixel above SNR threshold is marked. If s is ture,
function will show the figure.
Example:
1.
Other m-files required: plot_para
Subfunctions: none
MAT-files required: none
------------- <<<<< >>>>>--------------
Author: K.S. Yang
email: fbookzone@gmail.com
------------- <<<<< >>>>>-------------- SeaIce
How To Use
img_s = SeaIce() Folder - HomeworkThe MATLAB code used in course homework. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论