Feeds
답변 있음
Can I apply griddedinterpolant to a binary image to resize it back? What I want to achieve. Below. Error: Invalid arguments specified in evaluating the interpolant.
yes you can A = imread('image1.jpg'); imshow(A); F = griddedInterpolant(double(A));% create interpolation [sx,sy,sz] = size...
Can I apply griddedinterpolant to a binary image to resize it back? What I want to achieve. Below. Error: Invalid arguments specified in evaluating the interpolant.
yes you can A = imread('image1.jpg'); imshow(A); F = griddedInterpolant(double(A));% create interpolation [sx,sy,sz] = size...
6년 초과 전 | 0

