Upload New File

parent d5fa75af
import cv2
import numpy as np
class PossiblePlate:
def __init__(self):
self.imgPlate = None
self.imgGrayscale = None
self.imgThresh = None
self.rrLocationOfPlateInScene = None
self.strChars = ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment