image processing segmentation ?
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
KSSV
2019 年 6 月 27 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!