bidlee devi
Followers: 0 Following: 0
Statistiques
RANG
292 283
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
30.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to locate group of pixels in a large image
suppose i have a group of pixels arranged as 28 29 30 31 30 31 32 30 34 34 33 32 34 34 35 34...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
A is a matrix of size 32*32.I want to subtract elements of each 4*4 block of A from their respective 4*4 means
A is a matrix of size 32*32. out = blockproc(A,[4 4],@(x)mean(x.data(:))); Using the above code, I am able to reduce A to 8...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
multiply each block of a matrix with another matrix
Suppose we have Matrix A of size 32*32 Matrix B of size 8*8. How to multiply each block of 8*8 of A with B? Thanks for the ...
presque 5 ans il y a | 1 réponse | 0
1
réponsedot product between system of vectors
Thanks. will do it again.
presque 5 ans il y a | 0
dot product between system of vectors
thank you. will check.
presque 5 ans il y a | 0
Question
dot product between system of vectors
Suppose we have a system of vectors Z and Y of size 3 *3 consisitng of three column vectors with three tuples in each colunm...
presque 5 ans il y a | 4 réponses | 0
4
réponsesQuestion
how to write code to add some scalar value to each 4by4 cell of a dataset?
hello everyone. need help.I want to add some scalar value to each 4by4 cell of size 64by64. for example : add 10 to first 4by4 ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to visualize a matrix containing digital data as grayscale image (having the same grey values)
i have a data like this 47 49 47 43 50 50 42 39 42 46 45 46 55 53 46 40 40 43 44 46 54 50 46 43 40 40 43 41 50 44 37 39 45 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
I have a 32 * 32 matrix .i want to take mean of each 4*4 so that the matrix is reduced to 8*8 array. Can anyone help me how to do that?
please help me how to take mean of specified dimension from a large array.
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Please Help!I want to extract same area of interest from the two images (a panchromatic of higher resolution and another one XS image consisting of three bands of less resolution) The area of interest should be common in both. How do i do that???
i have two images. one is panchromatic image and another one a multispectral image consisting of R G B bands. panchromatic has h...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
when i run this code >>hyperImage=imread('19920612_AVIRIS_IndianPine_Site3.tif'); >> plane100 = hyperImage(:, :, 100); the image is displayed as black. but i don't want it as black.
when i run this code >>hyperImage=imread('19920612_AVIRIS_IndianPine_Site3.tif'); >> plane100 = hyperImage(:, :, 100); ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to do some analysis on this hyperspectral image but when i load this in the matlab workspace it say "Cannot display summaries of variables with more than 524288 elements". my value is 614x1848x220 uint16. how do i overcome this problem
I want to do some analysis on this hyperspectral image but when i load this in the matlab workspace it say "Cannot display summa...
plus de 7 ans il y a | 1 réponse | 0