Image-feature-detection-using-Phase-Stretch-Transform icon indicating copy to clipboard operation
Image-feature-detection-using-Phase-Stretch-Transform copied to clipboard

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...

Results 7 Image-feature-detection-using-Phase-Stretch-Transform issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine Python/PST_function.py, Python/test_script_PST.py. 2. Search for `continous`. # Expected Behaviour 1. Should read `continuous`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md...

Dear, Is there any jpeg or jpg image to be tested? Thx

Hello, Thanks for releasing this algorithm. Would by any chance be possible to port into Java or C code that can run without MatLab? Many thanks in advance, Nuno

hi,have you C++ code?

What is the license for this code? Apache, MIT? There should be a license file or it could be in the readme.

Hi, I'm working with breast cancer biopsies for my final degree project and I would like to know how to achieve the example of cell detection that it's in your...

how can i turn this code into a functional program?