shivu shetty
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
109.469
of 295.569
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
10.0%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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('*.*'...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
how can i count these circles
<</matlabcentral/answers/uploaded_files/111743/out.png>>
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
i need code for this steps help me plz
<</matlabcentral/answers/uploaded_files/111721/reference%20paper.png>>
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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('*.*',...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
how to count no of rings in this image in matlab?
<</matlabcentral/answers/uploaded_files/111036/3.jpg>>
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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) ...
meer dan 6 jaar ago | 1 answer | 0