image processing segmentation ?
이전 댓글 표시
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?
답변 (1개)
KSSV
2019년 6월 27일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!