Skip to content
#

phase-stretch-transform

Here are 2 public repositories matching this topic...

PST or Phase Stretch Transform is an operator that finds features in an image. PST implemented using MATLAB here, takes an intensity image I as its input, and returns a binary image out of the same size as I, with 1's where the function finds sharp transitions in I and 0's elsewhere.

  • Updated Dec 16, 2021
  • Python

Implementation of RAISR (Rapid and Accurate Image Super Resolution) algorithm in Python 3.x by Jalali Laboratory at UCLA. The implementation presented here achieved performance results that are comparable to that presented in Google's research paper (with less than ± 0.1 dB in PSNR). Just-in-time (JIT) compilation employing JIT numba is used to …

  • Updated Nov 22, 2022
  • Python

Improve this page

Add a description, image, and links to the phase-stretch-transform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phase-stretch-transform topic, visit your repo's landing page and select "manage topics."

Learn more