I do not know how to create a training set from images & learning through R or matlab.
1. Select some features from the hyperspectral image like calculate gradient
2. With that value make a feature vector for the positive and negative images
3. store that feature vector into a file .csv or .dat format
4. select the classification algorithm like SVM or something else
5. make a model with the training set
6. test that model
For use SVM or Support Vector Machine you need training matrix and group matrix
note : Svm support two group , e.x group 0 and group 1
First : calculate some feature for training matrix
Second : Design matrix group
Third : after step 1 and 2 you tarining svm how ?
svmstruct=svmtrain(training,group, ...
'Autoscale',true, 'Showplot',false, 'Method','QP', ...
'BoxConstraint',2e-1, 'Kernel_Function','rbf', 'RBF_Sigma',1);
forth : after step third you test your algorithm how ?
GROUP=svmclassify(svmstruct,sam,'Showplot','false');
if GROUP==0
disp('***************');
else
end
Please suggest some feature for spatial and spectral classification
I need to develop 3D bandlet transform for the hyperspectral image compression. I need to know how to develop the same @ matlab.
10 November 2018 7,111 0 View
What is superpixel in hyperspectral images & also it's use in HSI compression or classification?
06 July 2018 212 0 View
How to open aviris_sc0.cal file in Matlab as HSI image?
05 June 2018 885 3 View
I have 3D data of size 1024 *680*224. I want to do the padding with zero at the last and want to make the 3D matrix 1024*1024*1024 through matlab 2016
04 May 2018 6,173 0 View
From Where I should get the standard images of hyper spectral image compression? I want to know from where i can download he following images (free) 1. MODIS MOD 2. Landsat mountain 3. CRISM 4....
04 May 2018 1,740 1 View
Which is the best 3D transform for the hyper spectral image compression? I also want the reason for using for image compression.
03 April 2018 2,723 0 View
I have 3D data matrix & I need to perform the 3-D curvelet transform & its associated inverse transform on Matlab. Anybody has code of that in Matlab can share with me.
01 February 2018 6,217 0 View
What is super pixel in HSI?
11 December 2017 345 0 View
Size of raw image (aviris_sc0) is (155975680 *1) & it is array. Raw data is converted to matlab array through the given matlab code. fid = fopen('aviris_sc0.raw') ; rawdata = fread(fid, inf,...
10 November 2017 9,082 0 View
What is difference between Biomedical Engineering & Medical Engineering?
09 October 2017 3,578 0 View
What Characteristics makes CNN work better?
03 March 2021 1,458 4 View
i would to know some of the research gaps in the artificial intelligence field in most african countries.
03 March 2021 6,145 3 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
Good afternoon, I recently used OmniLog from BIOLOG for my experimentations : I tested the metabolism of different strains on 2 types of plates. I have 16 strains of 3 different groups...
02 March 2021 3,584 1 View
I feel that the practice in teacher education in my country is below the expected performance level due to very poor management system. Hope I will learn something from your experiences.
02 March 2021 1,516 4 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
NFL theorem is valid for algorithms training in fixed training set. However, the general characteristic of algorithms in expanded or open dataset has not been proved yet. Could you show your...
01 March 2021 1,189 3 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
L1 and L2 regularization
28 February 2021 4,187 3 View