Image Processing: Algorithm Improvement for 'Coca-Cola Can' Recognition

前端 未结 23 1510
后悔当初
后悔当初 2020-11-22 09:26

One of the most interesting projects I\'ve worked on in the past couple of years was a project about image processing. The goal was to develop a system to be able to recogni

23条回答
  •  独厮守ぢ
    2020-11-22 10:18

    As alternative to all these nice solutions, you can train your own classifier and make your application robust to errors. As example, you can use Haar Training, providing a good number of positive and negative images of your target.

    It can be useful to extract only cans and can be combined with the detection of transparent objects.

提交回复
热议问题