統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
this code divides an image into cell array. My question is these cell arrays are actually blocks or something else. If it is block, then how i combine all these blocks again to form the original image. Thanks for help.
% The first way to divide an image up into blocks is by using mat2cell(). blockSizeR = 150; % Rows in block. blo...
12年弱 前 | 1 件の回答 | 1
1
回答質問
This code divides an image into foreground and background . After that i calculated the threshold value, and varVariance. It gives an error at If varVlues> Th , Cell contents reference from a non-cell array object."
rgbImage = imread('cameraman.tif'); [r,c]=size(rgbImage); w = size(rgbImage,1); h = size(rgbImage,2); imshow(rgbImag...
12年弱 前 | 1 件の回答 | 0
1
回答質問
getting an error.. ??? Attempt to reference field of non-structure array.
??? Attempt to reference field of non-structure array. Error in ==> masking at 12 binaryImage = hFH.createMask();
12年弱 前 | 0 件の回答 | 0
0
回答質問
??? Attempt to reference field of non-structure array. Error in ==> Untitled2 at 36 binaryImage = hFH.createMask();
% Demo to have the user freehand draw an irregular shape over % a gray scale image, and burn the curve points into the imag...
約12年 前 | 0 件の回答 | 0