Skip to content

Commit bfa5c9a

Browse files
author
Apoorva Dave
committed
Add test files
1 parent 2c6bc42 commit bfa5c9a

28 files changed

+43
-33
lines changed

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
11
.*/idea
2-
video2.mp4
3-
video8.mp4
4-
video9.mp4
5-
video10.mp4
6-
video12.mp4
7-
video15.mp4
8-
car5.jpg
9-
car6.jpg
10-
car8.jpg
112
.output/*

.idea/workspace.xml

Lines changed: 41 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DetectPlate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from skimage.filters import threshold_otsu
33
import matplotlib.pyplot as plt
44

5-
filename = 'C:/Users/Apoorva/PycharmProjects/LicensePlateDetector/video12.mp4'
5+
filename = 'C:/Users/Apoorva/PycharmProjects/LicensePlateDetector/video15.mp4'
66

77
import cv2
88
cap = cv2.VideoCapture(filename)
@@ -25,7 +25,7 @@
2525
import imutils
2626
car_image = imread("./output/frame%d.jpg"%(count-1), as_gray=True)
2727
car_image = imutils.rotate(car_image, 270)
28-
# car_image = imread("car8.jpg", as_gray=True)
28+
# car_image = imread("car5.jpg", as_gray=True)
2929
# it should be a 2 dimensional array
3030
print(car_image.shape)
3131

0 Bytes
Binary file not shown.

car6.jpg

21.1 KB
Loading

output/frame0.jpg

-66.1 KB
Loading

output/frame1.jpg

-81.6 KB
Loading

output/frame10.jpg

-156 KB
Loading

output/frame11.jpg

-159 KB
Loading

output/frame12.jpg

-140 KB
Loading

0 commit comments

Comments
 (0)