structure-texture-decomposition-gs-lpr

source code for the paper "ADAPTIVE PARAMETER SELECTION FOR GRADIENT-SPARSE + LOW PATCH-RANK RECOVERY: APPLICATION TO IMAGE DECOMPOSITION"

https://github.com/aguennecjacq/structure-texture-decomposition-gs-lpr

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

source code for the paper "ADAPTIVE PARAMETER SELECTION FOR GRADIENT-SPARSE + LOW PATCH-RANK RECOVERY: APPLICATION TO IMAGE DECOMPOSITION"

Basic Info
  • Host: GitHub
  • Owner: aguennecjacq
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 8.76 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Structure-Texture-Decomposition-GS-LPR

source code for the paper "Adaptive parameter selection for gradient sparse + low patch-rank recovery: application to image decomposition" (Presented at EUCIPCO2024)

The project is organised as follows: * images -> Folder containing some test images. * output -> Folder containing some results of the method we present of structure-texture decomposition. * src -> Folder containing the source code of the project.

1- Installation and running the code

Once the project has been cloned/downloaded, install the necessary python libraries via the commandpip install -r requirements.txt.

There are two ways to run the code: 1. Modify the image_file_path variable in the main.py file and run the command python ./src/main.py (or run the code in your favorite IDE). 2. Run the command python ./src/main.py /path/to/your/image/my_image.ext, e.g python ./src/main.py ./images/Barbara.tif

In both cases, the resulting decomposition should appear in the output folder.

Owner

  • Name: Antoine Guennec
  • Login: aguennecjacq
  • Kind: user
  • Location: Bordeaux
  • Company: Institute of mathematics of Bordeaux

phd @ institut de Mathématique de Bordeaux

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Guennec, Aujol, Traonmilin
    given-names: Antoine, Jean-François, Yann
    orcid: https://orcid.org/0000-0003-0153-6133
title: "Gradient-Sparse + Low patch-rank structure texture decomposition"
version: 1.0
doi: 
date-released: 2023-09-01

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1