Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computervisioneng/automatic-number-plate-recognition-python-yolov8
/ functions
Functions
7 in github.com/computervisioneng/automatic-number-plate-recognition-python-yolov8
⨍
Functions
7
◇
Types & classes
0
↓ 1 callers
Function
draw_border
(img, top_left, bottom_right, color=(0, 255, 0), thickness=10, line_length_x=200, line_length_y=200)
visualize.py:8
↓ 1 callers
Function
format_license
Format the license plate text by converting characters using the mapping dictionaries. Args: text (str): License plate text. Re
util.py:86
↓ 1 callers
Function
get_car
Retrieve the vehicle coordinates and ID based on the license plate coordinates. Args: license_plate (tuple): Tuple containing the co
util.py:132
↓ 1 callers
Function
interpolate_bounding_boxes
(data)
add_missing_data.py:6
↓ 1 callers
Function
license_complies_format
Check if the license plate text complies with the required format. Args: text (str): License plate text. Returns: bool:
util.py:61
↓ 1 callers
Function
read_license_plate
Read the license plate text from the given cropped image. Args: license_plate_crop (PIL.Image.Image): Cropped image containing the l
util.py:108
↓ 1 callers
Function
write_csv
Write the results to a CSV file. Args: results (dict): Dictionary containing the results. output_path (str): Path to the out
util.py:23