├── TRPCA_fun.m ├── .gitattributes ├── TRPCA_demo.m ├── ATT_data_block_1d2.mat └── README.md /TRPCA_fun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danyangzz/TPAMI2020-TRPCA/HEAD/TRPCA_fun.m -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /TRPCA_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danyangzz/TPAMI2020-TRPCA/HEAD/TRPCA_demo.m -------------------------------------------------------------------------------- /ATT_data_block_1d2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danyangzz/TPAMI2020-TRPCA/HEAD/ATT_data_block_1d2.mat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TPAMI2022-TRPCA 2 | This is the code for 3 | 4 | Truncated Robust Principle Component Analysis with A General Optimization Framework 5 | 6 | Feiping Nie, Danyang Wu, Rong Wang, Xuelong Li 7 | 8 | IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2022 9 | 10 | ### Code 11 | demo_data: ATT_data_block_1d2.mat (1/2 occlusions) 12 | 13 | TRPCA_demo.m: demo_function 14 | 15 | TRPCA_fun.m: TRPCA_function 16 | 17 | ### Citation 18 | If this code is useful to you, we sincerely hope that you can cite our paper 19 | --------------------------------------------------------------------------------