Pre-processing before digit recognition with KNN classifier

后端 未结 3 1168
暖寄归人
暖寄归人 2021-02-07 11:03

Right now I\'m trying to create digit recognition system using OpenCV. There are many articles and examples in WEB (and even on StackOverflow). I decided to use KNN classifier b

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 11:16

    I can not give you a better answer than your own answer, but I would like to contribute with an advise. You could improve your digits recognition system on the following way:

    • Apply over the white and black patch an skeletonization process.

    • After that, apply distance transform.

    On this way you can improve results of the classifier when digits are not exactly centered or they are not exactly the same, morphologically speaking.

提交回复
热议问题