필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Construction of a look up table and accessing it

조회 수: 1 (최근 30일)
Srinivas Murthy
Srinivas Murthy 2011년 7월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
I am doing image interpolation.I will be doing repetitive operations(say cubic or 5th order curve) to obtain the interpolated value. Since i will be doing it hundreds of times each iteration and hundreds of iterations, i want to create a look up table and practically access the values from it instead of calculating the values from the formulae. Currently for this operation, the formulae is being accessed millions of times thus making it slower. Typically the look up table will consist of 1000 X 1000 elements since i need accurate results. The input would typically consist of two N X N matrices. The matrices correspond to X and Y non-integer pixel values. The output would be interpolated intensity values of size N X N. Pls help me in doing this operation efficiently. Thanks for your help

답변 (1개)

Rick Rosson
Rick Rosson 2011년 7월 3일
Please try the following:
docsearch LUT
HTH.
Rick

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by