how to enhance an image using bicubic interpolation
조회 수: 6 (최근 30일)
이전 댓글 표시
I have to enhance an image using bicubic interpolation...Can u please help me which builin function i have to use...Thanks in advance
댓글 수: 0
답변 (2개)
Matt J
2013년 7월 3일
편집: Matt J
2013년 7월 3일
griddedInterpolant() or interp2() can do bicubic interpolation.
No idea how this could produce an enhanced image, however.
Image Analyst
2013년 7월 3일
I don't see any reason why that would enhance an image. Did you perhaps really mean to the use word "resize" rather than "enhance"?
The built-in function that does bicubic interpolation is called imresize() and it's in the Image Processing Toolbox.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!