이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Generalized Hough Transform:
Use Generalised hough transform to find template (Itm) in image (Is).
Return the location of the template best match and the score of the match. Show the image (Is) with the template (best match) marked on it.
INPUT:
1)Is: Greyscale image where the template should be found.
2) Itm: The template Binary image.
The template size and the object to be recognised in the image must be the same. For the similar function that recognises the template in the image even if the size of the template different from the size of the object in the image (scan template in various of sizes) see: “Generalized hough transform with variable image to template size ratio”.
인용 양식
sagi eppel (2026). Generalized Hough Transform (https://kr.mathworks.com/matlabcentral/fileexchange/45000-generalized-hough-transform), MATLAB Central File Exchange. 검색 날짜: .
