Projects in Awesome Lists tagged with phase-stretch-transform
A curated list of projects in awesome lists tagged with phase-stretch-transform .
https://github.com/jalalilabucla/image-feature-detection-using-phase-stretch-transform
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.
edge-detection jalali matlab phase-stretch-transform pst python texture-analysis ucla
Last synced: 12 Apr 2025
https://github.com/jalalilabucla/jalali-lab-implementation-of-raisr
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 speed up the Python code. A very parallelized Python code employing multi-processing capabilities is used to speed up the testing process. The code has been tested on GNU/Linux and Mac OS X 10.13.2 platforms.
image-processing just-in-time phase-stretch-transform pst python raisr super-resolution
Last synced: 08 Sep 2025