|
@@ -6,19 +6,19 @@
|
6
|
6
|
### Garage Module
|
7
|
7
|
A system that tracks all the vehicles entering and leaving the garage.
|
8
|
8
|
|
9
|
|
-Capture the vehicle licence plate using a camera
|
10
|
|
-Java OCR read the licence plate number
|
11
|
|
-Save the licence plate number ,date and time in database
|
12
|
|
-
|
|
9
|
+1. Capture the vehicle licence plate using a camera
|
|
10
|
+2. Java OCR read the licence plate number
|
|
11
|
+3. Save the licence plate number ,date and time in database
|
|
12
|
+
|
13
|
13
|
|
14
|
14
|
### User Module
|
15
|
15
|
An app for users
|
16
|
16
|
|
17
|
|
-Available number of parking spaces
|
18
|
|
-Parking History
|
19
|
|
-Monthly payment details
|
20
|
|
-Timer
|
21
|
|
-Reminder - when alloted time is about to end
|
22
|
|
-Register
|
23
|
|
-Login
|
24
|
|
-User Dash
|
|
17
|
+1. Available number of parking spaces
|
|
18
|
+2. Parking History
|
|
19
|
+3. Monthly payment details
|
|
20
|
+4. Timer
|
|
21
|
+5. Reminder - when alloted time is about to end
|
|
22
|
+6. Register
|
|
23
|
+7. Login
|
|
24
|
+8. User Dash
|