Processing time of the code (Image analysis, image transformation)
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all matlab geeks out there,
I have a code for transformation of imagethat involves translation and rotation of image, since the number of data points are 15 million, I needed to grip the image first, however my current code has a a processing time of over 20 days, I am pretty sure something is wrong the way ive written my code can any help out ?I've attached the code in pdf file. THANKS MUCH
댓글 수: 6
Image Analyst
2017년 8월 24일
Take a look at scatteredInterpolant() or griddedInterpolant() to turn your list of xyz coordinates and colors into a rectangular image.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!