Community Profile

photo

pranav


2016 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


How to generate random numbers with rand?
how we generate random number without rand() or any other random function?

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

約8年 前 | 1 件の回答 | 0

1

回答

質問


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...

約8年 前 | 0 件の回答 | 0

0

回答