What should be my image resolution e.t.c, when acquiring training images?
1 次查看(过去 30 天)
显示 更早的评论
implementation of Machine learning in Matlab
0 个评论
采纳的回答
Walter Roberson
2015-6-6
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 个评论
Image Analyst
2015-6-6
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 个)
另请参阅
类别
在 Help Center 和 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!