필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

can anyone guide me through an object recognition mechanism or code that recursively plots the contour of object and extract transformation invariant features so that an ANN classifier distinguishes the object through slight different projections?

조회 수: 1 (최근 30일)
I am doing a project that requires the object in a image to be recognized and the object be represented with its original pixel values. I have to use the invariant features of object to train the neural network distinguish it even with slight different view points or slight different projections of object in other image of it .

답변 (1개)

Shantanu Jana
Shantanu Jana 2015년 3월 23일
Use connected component method to find the contour then crops the object assign particular class name to them and extract features value from them .then you can pass this feature values to different ANN model to find the recognition rate.
check this link it can be helpful for you http://in.mathworks.com/help/images/ref/bwconncomp.html

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by