Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.
https://github.com/jalalilabucla/image-feature-detection-using-phase-stretch-transform

edge-detection jalali matlab phase-stretch-transform pst python texture-analysis ucla

Last synced: 1 day ago
JSON representation

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.

Awesome Lists containing this project