how can I use higher order statistics in an image?
Ältere Kommentare anzeigen
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 Kommentar
Rasha
am 4 Mär. 2014
Akzeptierte Antwort
Weitere Antworten (1)
Suneesh
am 4 Mär. 2014
0 Stimmen
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
Kategorien
Mehr zu Descriptive Statistics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!