What should be my image resolution e.t.c, when acquiring training images?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Doctorknowledge
am 6 Jun. 2015
Kommentiert: Image Analyst
am 6 Jun. 2015
implementation of Machine learning in Matlab
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 6 Jun. 2015
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 Kommentare
Image Analyst
am 6 Jun. 2015
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!