Matrix center-symetry meter
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Alex Kurek
il 14 Dic 2015
Risposto: Image Analyst
il 15 Dic 2015
How to check how much symetric around it`s center is this type of matrix? I think there should be a lot easier and faster way than to fit a Gaussian surface?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/152645/image.png)
0 Commenti
Risposta accettata
Image Analyst
il 15 Dic 2015
The "skewness" is one of the image moments https://en.wikipedia.org/wiki/Image_moment image moments and is a measure of how asymmetrical a function is. See my attached demo.
0 Commenti
Più risposte (1)
Star Strider
il 14 Dic 2015
The contour function is one option. You can specify one or more specific contours, then use the output to do whatever symmetry calculations you want to on the (x,y) data it returns.
2 Commenti
Star Strider
il 15 Dic 2015
The contour function is the only option I know of that will give you the (x,y) data that would allow you to calculate the results you likely need. There may be functions in the Image Processing Toolbox, but I doubt they would be faster.
I will delete my Answer in a few hours.
Vedere anche
Categorie
Scopri di più su Detection in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!