image processing segmentation ?
Ältere Kommentare anzeigen
Hi, I am beginner in Matlab. in this code https://in.mathworks.com/help/images/hough-transform.html there is an error which asks me to define rescale and I don't know how I should define it?
Antworten (1)
KSSV
am 27 Jun. 2019
0 Stimmen
rescale is a function introduced in 2017b. It seems you are using a lower version than this. Instead of rescale you can use mapminmax. Read about this function.
2 Kommentare
niloofar zolghadr
am 27 Jun. 2019
KSSV
am 27 Jun. 2019
Remove the function rescale and try.
Kategorien
Mehr zu Image Arithmetic finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!