Research Article

[Retracted] A Machine Learning Algorithm to Automate Vehicle Classification and License Plate Detection

Algorithm 1

IOOPL algorithm.
Begin
[1]: Obtain video sequence
[2]: Compute Gaussian smoothing (α=2, n=11)
[3]: Decrement the video into subsections/parts
[4]: For video
[5]: Similarity matching is done for each object
[6]: End For
[7]: If co-relation is high
[8]: Image merges
[9]: Else
[10]: Images need to be separated
[11]: End if
[12]:End