Statistik
5 Fragen
0 Antworten
RANG
261.666
of 295.467
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
20.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to generate random numbers with rand?
how we generate random number without rand() or any other random function?
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to reduce the dimensions of an image after applying PCA.
I have an .tif image with 200x350x50 image which has 50 bands of data and I want to reduce it to 200x350x20 with 20 bands. I ha...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I'm trying to split an 350x450x50 image into 350x400x10 and i'm getting the following error while saving the .tif file
>> I_d = double(imread('abcde.tif')); >>b1 = I_d(:,:,1:10); >>X = reshape(b1,size(b1,1)*size(b1,2),10); >>[n m] = siz...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I'm having trouble seperating a tiff image which has 50 bands (600x450x50) into 10 bands, 20 bands, 30 bands,40 bands.
suppose the images has 50 bands , and i would like to divide it into first 10, 20,30, 40 bands. I want to check whether i can s...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have a 6000x9424x50 matrix and want to convert it into 6000x9424x10 and 6000x9424x20?? I meant to to split 50 bands to 10 or 20 bands individually?
band1(6000:9424;10) will this work?
mehr als 8 Jahre vor | 2 Antworten | 0