Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
33.762
of 295.638
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Can anyone tell me how to change the display and storing of the values returned in given form to the form displayed and stored by imhist. Format is given below.
In case of imhist program working fine because the pixelCounts(Variable) for them are displayed in this form. Given below.... ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I create a .mat file in which I store the colour images and the corresponding histograms?
I want to create the .mat file in which I need to store the Colour images and corresponding each colour image I need to store 4 ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
I have divided image into currently 4 levels. i.e. 64 patches. Can you please help me with source code of above formula of distance implementation? I am very thankful to you.Please guide me how should I implement this??
<</matlabcentral/answers/uploaded_files/8501/Distance.png>> I have attached image it has the distance formula for pyramid mat...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Can Anyone help me with the source of comparing histograms of images using Chi-Square Distance?? I searched online i got but it is giving me zero distance reagardless of histograms are same or not. I.e. Matching or not matching.. Please help me.
function d=chi_square_statistics(XI,XJ) % Implementation of the Chi^2 distance to use with pdist % (cf. "The Earth Movers'...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Please help me what should I do so as to differentiate between the match and non-match between the images in sketch based image matching system. I am comparing histograms of the colour image and sketch image using chi-square distance. I am getting mi
clear all; clc; Image=imread('D:\Project\CUHK_testing_sketch\sketch\f1-002-01-sz1.jpg'); %Image=im2double(Image); %Image=imr...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
I am using chi-square distance to compare the histograms of two images and I am getting zero as minimum distance for both the cases: i) Match found ii) No match found. So how should I choose the threshold to differentiate between these two cases?
Code is here: load('HD.mat'); for i=1:11 distance = pdist2( H(i),HiS,'chisq'); md=min(min(distance(i)));...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
I am comparing two histogrmas using pdist function but it gives me error "??? Error using ==> pdist2 at 133 X and Y must have the same number of columns." so how to get equal number of columns in both histogrmas?
One histogram is colour image histogram and another is sketch image histogram formed of concatenation of several small histogram...
casi 11 años hace | 1 respuesta | 1
1
respuestaPregunta
I have divided image into 30 blocks and obtained histogram of each block using LBP algorithm, i do not know how to store them separately and merge all histogram to get the single histogram?I want code for merging and saving each histogram of block.
If I create array of Histogram then it gives me error that Subscripted assignment dimension mismatch. so please help me.
casi 11 años hace | 2 respuestas | 0