How to program for feature extraction from an image?

Features which i want to extract are standard deviation and mean deviation.

 採用された回答

Stalin Samuel
Stalin Samuel 2015 年 3 月 24 日

0 投票

I=imread('Input image')
Feature1 = mean2(I)
Feature2 = std2(I)

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by