Skip to content
Snippets Groups Projects
Select Git revision
  • ce4c1a474d23f8a381345ed55edd1a1d1ebf3cdb
  • main default protected
  • minhtuan01_11
  • minhtuan01_10
  • joev98_10
  • minhtuan01_09
  • joev98_09
  • joev98_08
  • minhtuan01_07
  • joev98_07
  • joev98_06
  • minhtuan01_05
  • joev98_05
  • minhtuan01_04
  • joev98_04
  • joev98_03
  • minhtuan01_03
  • joev98_02
  • minhtuan01_01
  • joev98_01
20 results

image-processing_ss24

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    tunaflsh authored
    ce4c1a47
    History

    Image Processing SS24

    Description

    Solutions to assignments of the Image Processing course at FU Berlin Sommer Semester 2024. Topics:

    • Images, Color Spaces
    • Image Sensors, Interpolation
    • Histograms, Image Enhancement
    • Quality Estimation
    • Spatial Filters
    • Fourier Analysis, Convolution Theorem
    • DFT, DCT, JPEG, Hadamard, STFT
    • Haar-Wavelets, Lifting Scheme
    • Image Pyramids, Blending
    • Deconvolution

    Installation

    Clone the repository:

    git clone https://git.imp.fu-berlin.de/joev98/image-processing_ss24.git
    cd image-processing_ss24
    python -m venv .venv

    Activate the environment:

    source .venv/bin/activate      # MacOS / Linux
    source .venv/Scripts/activate  # MinGW
    .venv/Scripts/activate.bat     # Windows

    Launch JupyterLab:

    pip install jupyterlab
    jupyter lab

    Authors

    • Vinzent Hannes Jörß
    • Minh Tuan Nguyen