How to create data fom image like “Letter Image Recognition Dataset” from UCI

前端 未结 2 1889
夕颜
夕颜 2020-12-31 17:59

I am using letter_regcog example from OpenCV, it used dataset from UCI which have structure like this:

Attribute Information:
     1. lettr   capital letter  (26          


        
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 18:42

    My name is Antonio Bernal. In page 3 of this article you will find a good description for each value. Letter Recognition Using Holland-Style Adaptive Classifiers.

    If you have any doubt let me know. I am trying to make this algorithm work, but my problem is that I do not know how to scale the values to fit them to the range 0-15. Do you have any idea how to do this?

    Another Link from Google scholar -> Letter Recognition Using Holland-Style Adaptive Classifiers

提交回复
热议问题