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

