├── ECASTT_PSVT.m ├── ECASTT_TwoStep.m ├── README.md ├── functions ├── AdjJacobian.m ├── JTJ.m ├── Jacobian.m ├── NL_wdist.m ├── Nsum_mex.mexw64 ├── Unfold.m ├── cg_solver.m ├── compute_Nsum_indices.m ├── construct_tensor.m ├── process_options.m ├── prox_l1.m ├── prox_non_neg_l1.m ├── prox_pstnn.m ├── prox_tnn.m ├── reconstruct_img.m ├── shift.m ├── shiftAdjST.m ├── softThres.m ├── structure_tensor_lambda.m ├── t_SVD.m ├── target_region.m ├── tprod.m └── tran.m ├── images └── seq1 │ ├── 1.bmp │ ├── 10.bmp │ ├── 11.bmp │ ├── 12.bmp │ ├── 13.bmp │ ├── 14.bmp │ ├── 15.bmp │ ├── 16.bmp │ ├── 17.bmp │ ├── 18.bmp │ ├── 19.bmp │ ├── 2.bmp │ ├── 20.bmp │ ├── 21.bmp │ ├── 22.bmp │ ├── 23.bmp │ ├── 24.bmp │ ├── 25.bmp │ ├── 26.bmp │ ├── 27.bmp │ ├── 28.bmp │ ├── 29.bmp │ ├── 3.bmp │ ├── 30.bmp │ ├── 4.bmp │ ├── 5.bmp │ ├── 6.bmp │ ├── 7.bmp │ ├── 8.bmp │ └── 9.bmp └── main_ECASTT.m /ECASTT_PSVT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/ECASTT_PSVT.m -------------------------------------------------------------------------------- /ECASTT_TwoStep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/ECASTT_TwoStep.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/README.md -------------------------------------------------------------------------------- /functions/AdjJacobian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/AdjJacobian.m -------------------------------------------------------------------------------- /functions/JTJ.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/JTJ.m -------------------------------------------------------------------------------- /functions/Jacobian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/Jacobian.m -------------------------------------------------------------------------------- /functions/NL_wdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/NL_wdist.m -------------------------------------------------------------------------------- /functions/Nsum_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/Nsum_mex.mexw64 -------------------------------------------------------------------------------- /functions/Unfold.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/Unfold.m -------------------------------------------------------------------------------- /functions/cg_solver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/cg_solver.m -------------------------------------------------------------------------------- /functions/compute_Nsum_indices.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/compute_Nsum_indices.m -------------------------------------------------------------------------------- /functions/construct_tensor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/construct_tensor.m -------------------------------------------------------------------------------- /functions/process_options.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/process_options.m -------------------------------------------------------------------------------- /functions/prox_l1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/prox_l1.m -------------------------------------------------------------------------------- /functions/prox_non_neg_l1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/prox_non_neg_l1.m -------------------------------------------------------------------------------- /functions/prox_pstnn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/prox_pstnn.m -------------------------------------------------------------------------------- /functions/prox_tnn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/prox_tnn.m -------------------------------------------------------------------------------- /functions/reconstruct_img.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/reconstruct_img.m -------------------------------------------------------------------------------- /functions/shift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/shift.m -------------------------------------------------------------------------------- /functions/shiftAdjST.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/shiftAdjST.m -------------------------------------------------------------------------------- /functions/softThres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/softThres.m -------------------------------------------------------------------------------- /functions/structure_tensor_lambda.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/structure_tensor_lambda.m -------------------------------------------------------------------------------- /functions/t_SVD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/t_SVD.m -------------------------------------------------------------------------------- /functions/target_region.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/target_region.m -------------------------------------------------------------------------------- /functions/tprod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/tprod.m -------------------------------------------------------------------------------- /functions/tran.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/functions/tran.m -------------------------------------------------------------------------------- /images/seq1/1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/1.bmp -------------------------------------------------------------------------------- /images/seq1/10.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/10.bmp -------------------------------------------------------------------------------- /images/seq1/11.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/11.bmp -------------------------------------------------------------------------------- /images/seq1/12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/12.bmp -------------------------------------------------------------------------------- /images/seq1/13.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/13.bmp -------------------------------------------------------------------------------- /images/seq1/14.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/14.bmp -------------------------------------------------------------------------------- /images/seq1/15.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/15.bmp -------------------------------------------------------------------------------- /images/seq1/16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/16.bmp -------------------------------------------------------------------------------- /images/seq1/17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/17.bmp -------------------------------------------------------------------------------- /images/seq1/18.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/18.bmp -------------------------------------------------------------------------------- /images/seq1/19.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/19.bmp -------------------------------------------------------------------------------- /images/seq1/2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/2.bmp -------------------------------------------------------------------------------- /images/seq1/20.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/20.bmp -------------------------------------------------------------------------------- /images/seq1/21.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/21.bmp -------------------------------------------------------------------------------- /images/seq1/22.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/22.bmp -------------------------------------------------------------------------------- /images/seq1/23.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/23.bmp -------------------------------------------------------------------------------- /images/seq1/24.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/24.bmp -------------------------------------------------------------------------------- /images/seq1/25.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/25.bmp -------------------------------------------------------------------------------- /images/seq1/26.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/26.bmp -------------------------------------------------------------------------------- /images/seq1/27.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/27.bmp -------------------------------------------------------------------------------- /images/seq1/28.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/28.bmp -------------------------------------------------------------------------------- /images/seq1/29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/29.bmp -------------------------------------------------------------------------------- /images/seq1/3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/3.bmp -------------------------------------------------------------------------------- /images/seq1/30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/30.bmp -------------------------------------------------------------------------------- /images/seq1/4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/4.bmp -------------------------------------------------------------------------------- /images/seq1/5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/5.bmp -------------------------------------------------------------------------------- /images/seq1/6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/6.bmp -------------------------------------------------------------------------------- /images/seq1/7.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/7.bmp -------------------------------------------------------------------------------- /images/seq1/8.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/8.bmp -------------------------------------------------------------------------------- /images/seq1/9.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/images/seq1/9.bmp -------------------------------------------------------------------------------- /main_ECASTT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ELOESZHANG/ECA-STT-for-IR-small-target-detection/HEAD/main_ECASTT.m --------------------------------------------------------------------------------