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일
I=imread('Input image')
Feature1 = mean2(I)
Feature2 = std2(I)

추가 답변 (0개)

질문:

2015년 3월 24일

답변:

2015년 3월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by