|
|
|
|
|
by blackjackfoe
564 days ago
|
|
This project was really my first decent introduction to computer vision and machine learning (along with that of those who helped me in various ways; none of them desired to be credited here other than the guy who collected some of the data for me.) It was definitely a successful learning exercise, and it's made me more confident tackling some other problems I've had in mind for awhile. |
|
- a smeared gaussian in one axis and another in another axis can really help segmenting chars, finding lines of text in OCR
- You can unshear chars using the Radon or Hough transform as a basis to understand the angle
Went through MNIST a few weeks ago and I agree it's interesting!