From 1febe8bfe0ba629260662a76c9bec1a23ba41359 Mon Sep 17 00:00:00 2001 From: Hieu LE XUAN <hieu.le-xuan@irit.fr> Date: Tue, 4 Feb 2025 16:40:55 +0000 Subject: [PATCH] UPDATE README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dae918..18c13fc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,14 @@ This repo contains code for BSRPCA, a method to do ULM processing by jointly per ## Getting started Please refer to the .m files for running code for experiment. -BSRPCA_convergent.m refers to the function implementation of our method while the invivo_exp.m contains a quick example of how to use our method with a sample vivo dataset +BSRPCA_convergent.m refers to the function implementation of our method while the invivo_exp.m contains a quick example of how to use our method with a sample vivo dataset. + +Our method is designed to be compatible with and based on the LOTUS Software - PALA : https://github.com/AChavignon/PALA + +Please refer to the above software Repository to download required dependencies + +Other methods and functions are from: https://github.com/phamduonghung/fast_BDRPCA and https://github.com/ning22/Fast-Single-Image-Superresolution/tree/master + ## Authors and acknowledgment Xuan-Hieu Le, Jean-Pierre RemeniƩras, Denis Kouame, and Duong-Hung Pham -- GitLab