photo

shivu shetty


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
117,436
of 297,527

評判
0

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

回答採用率
10.0%

獲得投票数
0

ランク
 of 20,454

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1
  • First Answer
  • Revival Level 1

バッジを表示

Feeds

表示方法

質問


i need explaination for this code .....thanks in advance
if true % code end compt=0; T_edge=[0.1 0.2]; threshold=15; [FileName,PathName] = uigetfile('*.*'...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


how can i count these circles
<</matlabcentral/answers/uploaded_files/111743/out.png>>

7年弱 前 | 0 件の回答 | 0

0

回答

質問


i need code for this steps help me plz
<</matlabcentral/answers/uploaded_files/111721/reference%20paper.png>>

7年弱 前 | 0 件の回答 | 0

0

回答

質問


why m not getting clearer circle edges after performing following operations .plz help
clear all; close all; [FileName,PathName] = uigetfile('*.*','Select the image file'); nomfich=[PathName,FileName]; ima...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


hello i need clearer circle after performing the below code help me plz
<</matlabcentral/answers/uploaded_files/111166/input.jpg>> clear all close all [FileName,PathName] = uigetfile('*.*',...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


is this code correct according to this paper? plz help meee
<</matlabcentral/answers/uploaded_files/111171/reference%20paper.png>> clear all [FileName,PathName] = uigetfile('*.*','Sele...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


how to count no of rings in this image in matlab?
<</matlabcentral/answers/uploaded_files/111036/3.jpg>>

7年弱 前 | 0 件の回答 | 0

0

回答

質問


Error using hsv2rgb (line 59) MAP must be a Mx3 array. Error in hsvdwt (line 35) rgbimg=hsv2rgb(hsvimg);
ima = imread('w4.jpg'); HSV = rgb2hsv(ima); H = HSV(:,:,1); S = HSV(:,:,2); V = HSV(:,:,3); SE = strel('line',11,9...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


how to count no of rings in this image. (no of rings= age of the wood)
i want to count no of rings to detect age of the wood help me

7年弱 前 | 0 件の回答 | 0

0

回答

質問


databanao Index exceeds matrix dimensions. Error in databanao (line 18) X=imread(['./mydata/',person_name,'/',personcontents(face_index,1).name]);
datacontents=dir('./mydata'); mainDatabase=cell(0,0); personno=0; imi=0; for person=1:length(datacontents) ...

7年弱 前 | 1 件の回答 | 0

1

回答