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://en.wikipedia.org/wiki/Phase_stretch_transform
Other
839 stars 222 forks source link

Fix simple typo: continous -> continuous #10

Open timgates42 opened 3 years ago

timgates42 commented 3 years ago

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

To avoid wasting CI processing resources a branch with the fix has been prepared but a pull request has not yet been created. A pull request fixing the issue can be prepared from the link below, feel free to create it or request @timgates42 create the PR.

https://github.com/timgates42/Image-feature-detection-using-Phase-Stretch-Transform/pull/new/bugfix_typo_continuous

Thanks.