Sheshjee - MATLAB Central
photo

Sheshjee


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 09/12 to 04/25Use left and right arrows to move selectionFrom 09/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
0 回答

ランク
24,087
of 297,891

評判
1

コントリビューション
4 質問
0 回答

回答採用率
0.0%

獲得投票数
1

ランク
 of 20,503

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,752

コントリビューション
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

0

回答