Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 879 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 879 Bytes

PolSARCloud.jl

#Dependencies ##These are the packages you'll need to install in your Julia:

#Usage

In order to import and use PolSARCloud you nedd to include the file Image_Processing_Service.jl with:

 include("src/Image_Processing_Service.jl")

The main method of the package is the process(...), which in it's simplest form takes two arguments as process(algorithm, image), where