image feature extraction using invariant moments
이전 댓글 표시
i am a beginner in matlab...i ve both the the files that are available at the file exchage... http://www.mathworks.in/matlabcentral/fileexchange/33975-the-seven-invariant-moments
now to use it for jpg image file can any1 post some steps..??? like how to input A,p,q values! a detailed explaination of this would really help...!
답변 (1개)
Omid
2012년 6월 19일
1 개 추천
Hi Sobhit,
just make sure your image is in the same folder as the functions code and then drag the image into workspace windows. then use the function as
[M]=feature_vec(A);
in command windows. dont forget to rename the variable of your image to "A".
that function will call the other function and you dont need to worry about the "p" and "q".
hope this helps,
카테고리
도움말 센터 및 File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!