GitHunt
YO

yousiki/UPS-DM

A Closed-Form Solution to Uncalibrated Photometric Stereo via Diffuse Maxima.

UPS-DM

This is the code for A Closed-Form Solution to Uncalibrated Photometric Stereo via Diffuse Maxima, adapted for personal usage.

Usage

First build the docker image, or pull from ghcr.io:

docker build -t ups-dm:latest .
# or
docker pull ghcr.io/yousiki/ups-dm:latest
docker tag ghcr.io/yousiki/ups-dm:latest ups-dm:latest

Then run the docker container:

docker run -it --rm \
    -v "$(pwd)/data:/workspace/data" \
    ups-dm:latest \
    octave Run_LDR_Method.m \
    data/octopus.mat \
    data/octopus_output.mat

Languages

MATLAB99.2%Dockerfile0.8%

Contributors

Created February 21, 2025
Updated February 21, 2025