features extraction and image processing

조회 수: 1 (최근 30일)
Mammo Image
Mammo Image 2016년 3월 16일
댓글: Image Analyst 2016년 3월 17일
Hi everyone,
I tried to implement a code of feature extraction, at first I implemented on dataset pictures with size 77 K for each and its done.
the problem when I changed the dataset pictures with size 2 Mb, its took about two hours for finish.
how can I change the size of the pictures (they are about 60 pictures) and is this affect on feature extraction process?
Thanks for all Regards
  댓글 수: 3
Mammo Image
Mammo Image 2016년 3월 17일
someone told me this may affect on the original features of the picture, is it true?
Image Analyst
Image Analyst 2016년 3월 17일
Yes, that's true. You can't get a benefit of speeding up by shrinking the image without some tradeoff, like losing resolution. If you just want faster with no drawbacks, then get a faster computer or try to analyze how your algorithm might be speeded up, like reversing the order of nested for loops, or other such things.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by