how can I use higher order statistics in an image?

1 vue (au cours des 30 derniers jours)
Rasha
Rasha le 4 Mar 2014
Modifié(e) : Rasha le 8 Juin 2014
I want to use a higher order statistic on a 2D image segmentation program.
I find this code:
PD = ProbDistUnivParam('normal',Image);
but it's produce an error, "PARAMS must be a numeric vector"
thanks
  1 commentaire
Rasha
Rasha le 4 Mar 2014
is the result of the higher order statistics equation be image boundary?

Connectez-vous pour commenter.

Réponse acceptée

Rasha
Rasha le 8 Juin 2014
Modifié(e) : Rasha le 8 Juin 2014
there is a pdf file have an explanation of HOS with matlab.

Plus de réponses (1)

Suneesh
Suneesh le 4 Mar 2014
You are trying to create a ProbDistUnivParam object, which represents a probability distribution. The 2nd argument (which you call 'Image') should be set as per your distribution from http://www.mathworks.com/help/stats/_brn2irf.html
  2 commentaires
Rasha
Rasha le 4 Mar 2014
thanks Suneesh,
I found this code in search
pd = ProbDistUnivParam(DISTNAME,PARAMS);
Y = pdf(pd, X);
k = kurtosis(Y);
is 'K' here be the order statistic result?
Rasha
Rasha le 4 Mar 2014
I want also to know the general equation of higher order statistics to implement it on 2D image. thanks

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by