/pandatv-furion

A script which can extract information from live-stream images

Primary LanguagePython

pandatv-furion

A script which can extract information from live-stream images


Extract text information

  • Crop the useful area from live-stream image

  • Increasing the image saturation and contrast

  • Training data with jTessboxEditror and get language package

  • Use Tesseract to extract information from image

Image Recognition

  • Use OpenCV SIFT to generate matrix of image.

  • Add label to all the source image and save all the matrix into a binary file (greatly improve the matching speed)

  • Compare the martrix of test image with the labeled matrix in binary file, calculate the matching rate and pick the highest.

  • Iteration until the correct rate more than 85%