angel
Followers: 0 Following: 0
Professional Interests: image processing, image forensics
Statistik
18 Fragen
0 Antworten
RANG
170.519
of 295.467
REPUTATION
0
BEITRÄGE
18 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
72.22%
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
autoCorrelation of an image
i've divided the image into overlapping blocks now i want to calculate the autoCorrelation of each block. how this can be do...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
problem with ssim function
i've divided the image into overlapping blocks and size of each block is 2x2. but when i used the ssim function it shows the res...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
which are the methods that tell us that the image blocks are same or identical?
correlation and root mean square method i know.... except these two methods what are the other methods?
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can i store the location (x,y) in a variable in a loop?
the code i tried is: index=1; B=zeros(BmatRows,BmatCols); for row=1:incrR:rows-(blockSizeR-1) rowStart=row; ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can we find distance between two image blocks?
i've divided the image into overlapping blocks.... i've calculated the correlation of these blocks with each other.. now i w...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can i compare one vector with the other vector when all the stored in a matrix.
i have matrix B in which vectors are stored row wise i.e. B= [ 12 34 56 78 34 76 98 21 98 76 56 34 12 3...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to enlarge the blocks in subplot
i've a grayscale image 0f size 256x256 and i've divided it into 16x16 blocks i've ploted this with the function subplot like ...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
plz help me sorting the error...
the code i wrote is: S(y,x)=0.125*f(y,mod(x-p-2,N)+1)+... 0.375*f(y,x)+... 0.375*f(...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want to decompose an image using Dyadic Wavelet Transform(DyWT) to scale one... help me to solve my query
m working on grayscale images I=rgb2gray(imread('inputImage')); i want to do the decomposition using DyWT to scale one.....
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
calculate correlation between the blocks
i've divided the image into 16x16 blocks i.e total of 256 blocks. now i want to calculate the correlation between the blocks...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i've divided the image into non-overlapping blocks i.e 16 x 16. i'want to convert these blocks to array using mat2cell... can u tell me hoe to do so?
i've read the tutorial of mat2cell but unable to generalize it for 16x16 blocks. the code is: grayImage=imread('inpImage'...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to sort CORRELATION property of graycoprops?
sorting of correlation values is done. it works well with 2x2 but not working with 16x16 or 8x8.. can u tell me why is it so... ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can we change the color of the portion of a color image
i've divided my image into 8x8 non overlapping blocks with the function grayImage(row1:row2,col1:col2); that mean i've...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i've 16x16 blocks of the input image and an array of mean values. i want to extract a particular block having same mean value
how can i extract the particular blocks having same mean values from all 256 blocks... the code i wrote is: for row = 1 :...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
setting the colors for blocks
i've a grayscale image and i've divided into non-overlapping blocks. i want to color/mark the blocks having same mean value. ...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is meant by GLCM MEAN (average) ?
i want to know the meaning of GLCM MEAN.. how can i calculate it in matlab? what is the syntax? reply soon
fast 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
i've divided the image into non-overlapping blocks and i want to calculate the mean of every block...
after calculating the mean i;ve to store it in array corresponding to their block number plz tell me how to do? Mean=[];...
fast 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
i just wanted to know that blockproc(I,[m n],fun) function returns only one block of size mxn?
i.e block=blockproc(I,[m n],fun) the above line returns only one block of size mxn oR it divides the whole image I into mxn ...
fast 12 Jahre vor | 2 Antworten | 0