Feeds
질문
GLCM Entropy Feature Calculation
This is my Entropy calculation from glcm matrix but the result is the entropy formula i used here is correct ?
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
Neighborhood window for calculate glcm matrix
What is the purpose of neighborhood window? What size to be assigned to the neighborhood window? Why we need the neighborhood...
거의 7년 전 | 답변 수: 0 | 1
0
답변질문
Feedforwrd neural network in matlab
i need a code for feedforward neural network for texture classification
거의 7년 전 | 답변 수: 1 | 0
1
답변답변 있음
Read specific column from the text file and how to store the values into the matrix/vector?
clc; data=load('text_feat.txt'); bias=data(:,1); bias=bias'; feature=data(:,2:5); [row col]=size(feature); F=zeros(row,col...
Read specific column from the text file and how to store the values into the matrix/vector?
clc; data=load('text_feat.txt'); bias=data(:,1); bias=bias'; feature=data(:,2:5); [row col]=size(feature); F=zeros(row,col...
거의 7년 전 | 0
질문
Read specific column from the text file and how to store the values into the matrix/vector?
How to store the values of the specific columns get from the text file into the matrix or vector ? Thank you
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
Read first column from the text file
I have a text file that contains eighty rows with six columns of data values. All I want to do is read a first column of values...
거의 7년 전 | 답변 수: 1 | 0

