What should be my image resolution e.t.c, when acquiring training images?

 채택된 답변

Walter Roberson
Walter Roberson 2015년 6월 6일

0 개 추천

Your images should be the same resolution as you will be using for the "production" system. Depending on your needs you may wish to experiment with a variety of resolutions and observe your accuracy as you vary the resolution.

댓글 수: 4

ok, is it feasible though to use say my sony xperia go to capture all my training images and afterwardly test your model using a webcam (in real time)/ any other device?
Yes. Just make sure that you have at least two different resolution of images when you are doing the programming, as otherwise you are likely finding yourself programming to match one particular resolution.
Make sure to make your algorithm robust enough to handle different image sizes. for example, often window sizes that work nicely to filter a small image will have not much effect on a much larger image so the window filter widths may need to adapt to the size of the image.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by