How to program for feature extraction from an image?

1 次查看(过去 30 天)
Features which i want to extract are standard deviation and mean deviation.

采纳的回答

Stalin Samuel
Stalin Samuel 2015-3-24
I=imread('Input image')
Feature1 = mean2(I)
Feature2 = std2(I)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by