General approach to developing an image classification algorithm for Dilbert cartoons

后端 未结 4 1264
旧时难觅i
旧时难觅i 2021-01-30 04:13

As a self-development exercise, I want to develop a simple classification algorithm that, given a particular cell of a Dilbert cartoon, is able to identify which characters are

4条回答
  •  日久生厌
    2021-01-30 05:02

    I think, in general, this is the correct approach and that there are two techniques you could have a look at.

    • Eigenfaces, the name for all algorithms that use eigenvectors for facial recognition.
    • The Bag-of-Words or visual words approach.

提交回复
热议问题