-
- Downloads
imagefusion: Parallelize (E)STARFM directly with OpenMP
Parallelizer may not be used anymore with STARFM and ESTARFM. They are not parallelized using OpenMP directly, which is more efficient and easier to use. This led to some documentation changes, since the mainpage showed how to parallelize STARFM. Actually all included image fusion algorithms are now parallelized internally. So Parallelizer is left for custom fusors only and the documentation shows how to do that now.
Showing
- doc/mainpage.dox 98 additions, 38 deletionsdoc/mainpage.dox
- include/datafusor.h 3 additions, 3 deletionsinclude/datafusor.h
- include/estarfm.h 30 additions, 15 deletionsinclude/estarfm.h
- include/estarfm_options.h 33 additions, 0 deletionsinclude/estarfm_options.h
- include/fitfc_options.h 4 additions, 4 deletionsinclude/fitfc_options.h
- include/parallelizer.h 4 additions, 4 deletionsinclude/parallelizer.h
- include/parallelizer_options.h 4 additions, 4 deletionsinclude/parallelizer_options.h
- include/spstfm.h 0 additions, 4 deletionsinclude/spstfm.h
- include/staarch.h 0 additions, 3 deletionsinclude/staarch.h
- include/staarch_options.h 6 additions, 5 deletionsinclude/staarch_options.h
- include/starfm.h 22 additions, 14 deletionsinclude/starfm.h
- include/starfm_options.h 33 additions, 0 deletionsinclude/starfm_options.h
- src/estarfm.cpp 52 additions, 39 deletionssrc/estarfm.cpp
- src/staarch.cpp 3 additions, 23 deletionssrc/staarch.cpp
- src/starfm.cpp 2 additions, 0 deletionssrc/starfm.cpp
- test/estarfm_test.cpp 10 additions, 15 deletionstest/estarfm_test.cpp
- test/parallelizer_test.cpp 4 additions, 4 deletionstest/parallelizer_test.cpp
- test/starfm_test.cpp 10 additions, 14 deletionstest/starfm_test.cpp
- test/type_test.cpp 1 addition, 1 deletiontest/type_test.cpp
- utils/estarfm/main.cpp 5 additions, 20 deletionsutils/estarfm/main.cpp
Loading
Please register or sign in to comment