フィルターのクリア

How to program for feature extraction from an image?

1 回表示 (過去 30 日間)
pranav padakar
pranav padakar 2015 年 3 月 24 日
回答済み: Stalin Samuel 2015 年 3 月 24 日
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 Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by