필터 지우기
필터 지우기

Applying Gabor features for vehicle classification

조회 수: 1 (최근 30일)
Adil
Adil 2013년 11월 14일
댓글: Adil 2013년 11월 17일
My aim is to classify types of cars (Sedans,SUV,Hatchbacks) and earlier I was using corner features for classification but it didn't work out very well so now I am trying Gabor features code
Now the features are extracted and suppose when I give an image as input then for 5 scales and 8 orientations I get 2 [1x40] matrices.
1. squared Energy.
2. mean Amplitude.
Problem is I want to use these two matrices for classification and I have about 230 images of 3 classes (SUV,sedan,hatchback).
I do not know how to create a [N x 230] matrix which can be taken as vInputs by the neural netowrk in matlab.(where N be the total features of one image).
My question:
  1. How to create a one dimensional image vector from the 2 [1x40] matrices for one image.(should I append the mean Amplitude to square energy matrix to get a [1x80] matrix or something else?)
  2. Should I be using these gabor features for my purpose of classification in first place? if not then what?Thanks in advance

채택된 답변

Greg Heath
Greg Heath 2013년 11월 17일
If you have N I/O pairs of I-dimensional inputs and O-dimensional target outputs, the data matrices must have the sizes
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answers
Greg
  댓글 수: 1
Adil
Adil 2013년 11월 17일
Yes I figured that out myself....the same day Thanks for your response by the way...

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by