統計
MATLAB Answers
0 質問
1 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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

