필터 지우기
필터 지우기

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 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