An open API service providing repository metadata for many open source software ecosystems.

Topic: "phase-stretch-transform"

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.

Language: Python - Size: 506 KB - Last synced at: 14 days ago - Pushed at: over 3 years ago - Stars: 838 - Forks: 222

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.

Language: Python - Size: 27.5 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 132 - Forks: 47