Feeds
질문
hi, i need a code in matlabti increase the resolution of subpixel-shifted images, i am a beginner, please help, found and example, but i can`t figure it out
function T = bilinear(X,h,w) % Pre-allocating the output size T = zeros(h,w,'uint8'); % Create the matrix in th...
5년 초과 전 | 답변 수: 0 | 0