Statistics
8 Questions
0 Answers
RANK
26 658
of 297 016
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
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
What do Energy, Correlation, Homogeneity, Contrast means in image processing
I am using this 4 parameters as my feature vectors to train Neural Network.
mer än 6 år ago | 0 answers | 0
0
answersQuestion
please in details can anyone explain this code of K means Segmentation?
clear all close all [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'Pick an I...
ungefär 7 år ago | 1 answer | 0
1
answerQuestion
Can anyone help me out with the following code ?
if sum(isnan(CENTS(:))) ~= 0 % If CENTS(i,:) Is Nan Then Replace It With Random Point NC = fi...
ungefär 7 år ago | 1 answer | 0
1
answerQuestion
Can anyone explain the following code ?
for i = 1:K idx = find(DAL(:,K+1) == i); X(idx,:) = repmat(CENTS(i,:),size(idx,1),1); end full code is given belo...
ungefär 7 år ago | 1 answer | 0
1
answerQuestion
what is happening actually in the following code?
K = 8; % Cluster Numbers CENTS = F( ceil(rand(K,1)*size(F,1)) ,:); ...
ungefär 7 år ago | 2 answers | 1
2
answersQuestion
why reshape command is actually needed ?
why reshape command is actually needed in image segmentation
ungefär 7 år ago | 2 answers | 0
2
answersQuestion
what is the role of CEIL?
CENTS = F( ceil(rand(K,1)*size(F,1)) ,:);
ungefär 7 år ago | 1 answer | 0
1
answerQuestion
''Error using reshape: To RESHAPE the number of elements must not change''
<</matlabcentral/answers/uploaded_files/99635/a.JPG>> in image one you can say it is showing no error ,but in second image ...
ungefär 7 år ago | 2 answers | 0