-
-
Notifications
You must be signed in to change notification settings - Fork 207
DOC: Update two reference links in X-ray image processing #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Seems fine to me. It might be nice to link to the OpenCV edge detectors canny and sobel/structured forests. I am a little surprised that this cell is rendered as code not text in the binder. |
Co-authored-by: Ross Barnowski <rossbar@caltech.edu>
Yeah the cloud (or better yet, client-side) rendering of the notebooks still needs work. On binder, if you right-click and select "Open with... Jupytext Notebook" then it should render correctly. This info (and related "howtos" for cloud) need to be added to the contributor guide! |
rossbar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @star1327p and @mattip !
* DOC: Update two reference links in X-ray image processing Co-authored-by: Ross Barnowski <rossbar@caltech.edu> --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> 128e602
* DOC: Update two reference links in X-ray image processing Co-authored-by: Ross Barnowski <rossbar@caltech.edu> --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> 128e602
* DOC: Update two reference links in X-ray image processing Co-authored-by: Ross Barnowski <rossbar@caltech.edu> --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> 128e602
|
Binder works without issue for the other repos, I'll have a look at this tomorrow |
Edge detection in Python and NumPy (Towards Data Science)
Original link does not work: https://towardsdatascience.com/edge-detection-in-python-a3c263a13e03
Available link: https://medium.com/data-science/edge-detection-in-python-a3c263a13e03
The Medium link is not a public article, but it is the closest one I can find.
Edge detection with Scikit-Image (Data Carpentry)
Original link does not work: https://datacarpentry.org/image-processing/08-edge-detection/
Correct link: https://datacarpentry.github.io/image-processing/edge-detection.html