MVPS's Rajarshi Shahu Maharaj Polytechnic, Nasik: Computer Technology Department
MVPS's Rajarshi Shahu Maharaj Polytechnic, Nasik: Computer Technology Department
MVPS's Rajarshi Shahu Maharaj Polytechnic, Nasik: Computer Technology Department
P a g e 1 | 15
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
Certificate
Group Members: -
Roll Enrolment Exam Seat Signature of
Serono. Name of the Student
No. Number No. student
1 26 1910020343 Krushna Ramesh Khairnar
2 47 1910020364 Om Vilas Shimpi
3 48 1910020365 Sushant Ashok Solase
Project Reporting:
Group Teacher’s Signature
Sr.
Date Discussion & details members comment/ of
No.
present remark teacher
1 Formation of groups
Discussion on concept of
2
Micro Project
Topic selection for the
3
Micro Project
Preliminary discussion
4
with guide
Submission of Micro
5
Project proposal
6 Information Gathered
Literature survey
7
(Introduction)
8 Discussion with guide
9 Design of GUI and output
10 Code generation of
modules
11 Error Evaluation
Merging of all individual
12 modules into one single
module
13 Draft copy of report.
14 Final report writing
15 Presentation & oral
Final submission
16
Group Members: -
Roll Enrolment Exam Seat Signature of
Sr.No. Name of the Student
No. Number No. student
1 26 1910020343 Krushna Ramesh Khairnar
2 47 1910020364 Om Vilas Shimpi
3 48 1910020365 Sushant Ashok Solase
Concept/ Content/
2
Function Descriptions
3 Coding
4 Error solving
5 Timely Submission
Total marks Out of 25
Marks Out of 6
Mr. G. N. Handge
Name & Signature of Course
Teacher/Guide
ANNEXTURE II
• Practical Outcomes
………………………………………………………………………………………………………
……………………………………………………………………………………………
Group NO: 12
Index
INTRODUCTION
ABSTRACT
SOURCE CODE
RESULT/OUTPUT
CONCLUSION/FUTURE
ENHANCES
REFERENCES
INTRODUCTION
The main objective of the software “Vehicle
Identification System” is to identify vehicles and
their owner’s information, which will reduce the
human burden regarding their vehicle’s safety.
Vehicle’s Identification System is the versatile
software solution. This software is designed in such
a way that it work well in all weather conditions as
well as identify vehicle and store details about it in
a very huge traffic as well. The best feature of this
software is that it is a web based vehicle
identification system which doesn’t required a
person to go to the office manually for getting any
detail regarding any of the vehicle.
ABSTRACT
Vehicle’s Identification System is the versatile software solution. This
software is designed in such a way that it work well in all weather
conditions as well as identify vehicle and store details about it in a very huge
traffic as well. The best feature of this software is that it is a web based
vehicle identification system which doesn’t required a person to go to the
office manually for getting any detail regarding any of the vehicle.
The software is designed in a planned way and using various technologies
including various new facilities like using any of the DBMS software for
storage of data. The software is programmed in such a way that it is having a
centralized storage of the database. Using Vehicle’s Identification System
software, within a moment, all the details regarding the particular vehicle
can be find out.
This software will prove to be very useful in various ways such as various
companies who provide their services in the stream of vehicle selling or
vehicle maintenance by keep the details of the vehicle owners and physical
details and verification about the vehicles. Can be used by police
departments also for theft catching. It makes the data storage of vehicles in
various streams, very easy and versatile.
SOURCE CODE
RESULT/OUTPUT
CONCLUSION
This program is highly sensitive to the camera position and the environment, so a considerable amount of
tuning has to be done each time a new video is taken or camera position is changed and even more so if the
video is of an entirely new environment.
The other limitaion is the traffic problem, the program will not able to detect which vehicle to track if it finds
some vehicle in the -6*step_y and +6*step_y of the current guess.If the near by vehicle is same as the one in
the model . As in our data images if we bring maruti-800 near the car than the probability of error increases
manifolds.
If there is noise in the edge detected image, we can't really track the vehicle.What is meant by noise is that if
some humans are coming near to the car then the edge detected image will have the edges of that human or
animal or tree, then the program will try to match those edges with the car model. The program might treat this
match as a success but really it will be off the track.
We could not model the curves in the maruti-800, like in some images the driver and the steering can be seen,
but we could not find a solution for that. Also the body of the maruti can be best modeled as combination of
curves and thelines.
Also If distance between the vehicle position in the two consequtive frames is two much then this tracking
program can't detect the vehicle in the second frame and will try to track it in the susequent frame.
The main limitation of the software is the real time implementation, this can,t be implemented with this much
time efficiency in any of the real time applications. This limitation is mainly due to the processing time.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>vehicleIdentification</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.ibm.etools.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.ibm.sse.model.structuredbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.genuitec.eclipse.cross.easystruts.eclipse.easystrutsnature</nature>
</natures>
</projectDescription>
REFERENCE
1. www.indiastudychannel.com
2. www.programize.com
3. www.daniweb.com
1