WO2019066643A2 - A method for binarising license plate - Google Patents

A method for binarising license plate Download PDF

Info

Publication number
WO2019066643A2
WO2019066643A2 PCT/MY2018/050065 MY2018050065W WO2019066643A2 WO 2019066643 A2 WO2019066643 A2 WO 2019066643A2 MY 2018050065 W MY2018050065 W MY 2018050065W WO 2019066643 A2 WO2019066643 A2 WO 2019066643A2
Authority
WO
WIPO (PCT)
Prior art keywords
plate
sub
image
images
computing
Prior art date
Application number
PCT/MY2018/050065
Other languages
French (fr)
Other versions
WO2019066643A3 (en
Inventor
Yan Chai HUM
Hamam MOKAYED
Hock Woon Hon
Che Yon CHOO
Hasmarina BINTI HASAN
Original Assignee
Mimos Berhad
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mimos Berhad filed Critical Mimos Berhad
Publication of WO2019066643A2 publication Critical patent/WO2019066643A2/en
Publication of WO2019066643A3 publication Critical patent/WO2019066643A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/60Type of objects
    • G06V20/62Text, e.g. of license plates, overlay texts or captions on TV images
    • G06V20/63Scene text, e.g. street names
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/28Quantising the image, e.g. histogram thresholding for discrimination between background and foreground patterns
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/50Extraction of image or video features by performing operations within image blocks; by using histograms, e.g. histogram of oriented gradients [HoG]; by summing image-intensity values; Projection analysis
    • G06V10/507Summing image-intensity values; Histogram projection analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/758Involving statistics of pixels or of feature values, e.g. histogram matching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/60Type of objects
    • G06V20/62Text, e.g. of license plates, overlay texts or captions on TV images
    • G06V20/625License plates

Definitions

  • the present invention relates to a method for binarising license plate. More particularly, the present invention relates to a method for binarising license plate using histogram analysis.
  • Binarisation is a procedure which converts grayscale image into binary image.
  • binarisation is a common procedure which turns grayscale plate image into binary license plate image.
  • the purpose of the binarisation is to separate characters on the license plate image from background. The separated characters are sent to a classifier for recognition purposes.
  • An example of an automated license plate recognition system which performs binarisation is disclosed in a United States Patent Publication No. 2013/0294654 A1 that relates to a method and system for achieving accurate segmentation of characters.
  • the system computes a vertical projection histogram to produce an initial character boundary.
  • the system also employs local statistical information to split a large initial character boundary and insert a missing character.
  • the initial character boundaries can be classified as a valid character or a suspect character, wherein the suspect character is normalised and passed to an optical character recognition sub-system for decoding and generating a confidence quote.
  • the system eliminates non-character images by enforcing a confidence threshold.
  • the present invention relates to a method for binarising license plate.
  • the method includes the steps of filtering noises in an image of the license plate, correcting the orientation of the image of the license plate, portioning the image of the plate into two pairs of sub-images, computing histograms of pixel intensity for all the sub-images, defining range of interest for each histogram, computing cross-bin histogram similarity measurement, determines whether the similarity measurement is higher than a certain threshold, adapting a local binarisation if the similarity score is higher than the threshold, recognising individual entity of the plate and transforming individual entity of the license plate into the text format of alphabet and number, and analysing all the recognised entity in order to determine the final context of the plate.
  • the steps include adapting a global binarisation, recognising individual entity of the plate into the text format of alphabet and number, and analysing all the recognised entity in order to determine the final context of the plate.
  • FIG. 1 illustrates a block diagram of a system (100) for binarising license plate according to an embodiment of the present invention.
  • FIG. 2 illustrates a flowchart of a method for binarising a license plate according to an embodiment of the present invention.
  • FIG. 3 illustrates a flowchart of sub-steps for computing cross-bin histogram similarity measurement of the method of FIG. 2.
  • FIG. 4 illustrates a flowchart of sub-steps for performing the local binarisation of the method of FIG. 2.
  • FIG. 1 illustrates a block diagram of a system (100) for binarising license plate according to an embodiment of the present invention.
  • the system (100) comprises a plate detection module (10), a plate segmentation module (20), a plate recognition module (30) and a plate post analyser module (40).
  • the system (100) generates a binary license plate image from a gray scale image of license plate to isolate characters of the license plate. The isolated characters of the license plate are then recognised.
  • the plate detection module (10) is configured to detect the location of the license plate from an image of a vehicle passing by.
  • the plate detection module (10) receives the image of the vehicle from an image capturing device such as a camera.
  • the plate detection module (10) extracts the license plate from the image captured by the camera and sends the image of the license plate to the plate segmentation module (20) for segmentation stage.
  • the plate segmentation module (20) is configured to segment characters in the license plate by applying background estimation based binarisation in order to obtain isolated characters.
  • the isolated characters include alphabet and numeric.
  • the plate segmentation module (20) which is connected to the plate detection module (10) and plate recognition module (30), receives the image of the license plate from the plate detection module (10), obtains the isolated characters and sends the isolated characters to the plate recognition module (30) for recognition stage.
  • the plate recognition module (30) is configured to recognise individual entity of the plate and transform individual entity of the license plate into a text format of alphabet and numeric.
  • the plate post analyser module (40) is configured to analyse all the recognised characters of the license plate to determine final text content of the license plate.
  • FIG. 2 illustrates a flowchart of a method for binarising a license plate according to an embodiment of the present invention.
  • the plate detection module (10) receives an input image of a vehicle passing from the image capturing device as in step 1000.
  • the plate detection module (10) detects the location of the license plate as in step 2000 and sends the image of the license plate to the plate segmentation module (20).
  • the plate segmentation module (20) receives the image of the license plate and filters noises in the image of license the plate as in step 3000, wherein noises are non-character objects that appear in the image of the license plate. Thereon, the plate segmentation module (20) corrects the orientation of the image of the plate by tilting the image of the plate to a desired orientation as in step 400. Preferably, the desired orientation is when the characters of the license plate are written horizontally.
  • the plate segmentation module (20) then portions the image of the license plate into two pairs of sub-images as in step 5100.
  • One of the two pairs of the sub- images is a pair of equal sized sub-images from horizontal portioning, whereas another pair of the sub-images is a pair of equal sized sub-images from vertical portioning.
  • the pair of sub-images from horizontal portioning is used to capture uneven illumination across vertical direction.
  • the pair of sub- images from vertical portioning is used to capture uneven illumination across horizontal direction.
  • Each sub-image of each pair will be compared via histograms to quantify the discrepancies of the pixel intensity distribution.
  • the plate segmentation module (20) computes histograms of pixel intensity for all the sub-images as in step 5200. Thereafter, the plate segmentation module (20) defines range of interest for each histogram by using mean and standard deviation as in step 5300.
  • the range of interest is between two lines, wherein one line is sum of the mean and standard deviation, while another line is subtraction of the standard deviation from the mean. If both sub-images from the same portioning have even illumination, the range of interest for both sub-images should be almost similar.
  • the plate segmentation module (20) computes cross-bin histogram similarity measurement by using Earth mover's distance for each pair of the sub-images as in step 5400. Earth mover's distance quantifies dissimilarity between two distributions in multi-dimensional feature space.
  • the sub-steps for computing cross-bin histogram similarity measurement are further explained in relation to FIG. 3.
  • the plate segmentation module (20) determines whether the cross-bin histogram similarity measurement is higher than a certain threshold as in decision 5500. If the cross-bin histogram similarity measurement is higher than the threshold, a local binarisation is adapted as in step 6000.
  • the local binarisation is a type of binarisation where each pixel in the image is treated differently according to the pixels' neighbouring pixels by comparing to an adaptive threshold computed from the neighbouring pixels.
  • the sub-steps for performing the local binarisation will be further explained in relation to FIG. 4.
  • the global binarisation is adapted as in step 7000.
  • the global binarisation is a type of binarisation where each pixel in the image is treated equally by comparing to a global threshold.
  • the global threshold is a predetermined threshold set by a user.
  • FIG. 3 illustrates a flowchart of sub-steps for computing cross-bin histogram similarity measurement of step 5400 of the method of FIG. 2.
  • the plate segmentation module (20) computes probability density function of each discrete pixel intensity bin for each sub-image as in step 5410.
  • the probability density function is computed based on the equation below:
  • P(fc) ⁇ .0 ⁇ k ⁇ L - l
  • L represents the total number of discrete bin
  • k represents pixel intensity
  • T represents the total number of pixels in the sub-image
  • the pixel intensity ranges from 0 to 255, wherein 0 represents black and 255 represents white.
  • the plate segmentation module (20) then computes cumulative probability function for each sub-image as in step 5420 based on the equation below:
  • the plate segmentation module (20) computes histogram equalised output for each sub-image as in step 5430.
  • the plate segmentation module (20) computes the histogram equalised output by transforming each discrete gray pixel intensity in original sub-image, I E to a new discrete gray pixel according to the cumulative probability function based on the equation below: wherein x represents coordinate on X-axis, y represents coordinate on Y-axis, and I(x, y) represents pixel intensity of digital image / at coordinate (x, y).
  • the plate segmentation module (20) then computes chi-histogram distance measurement as in step 5440.
  • the chi-histogram distance is a bin-to-bin measurement that compares both sub-images after portioning to assess the level of discrepancy in terms of gray level pixel intensity distribution.
  • Earth mover's distance for each pair of the sub-images is computed by the plate segmentation module (20) as in step 5450.
  • Earth mover's distance quantifies dissimilarity between two distributions in multi-dimensional feature space.
  • Earth movers distance for the pair of the sub-images is computed based on the equation below: wherein i represents gray intensity level in a histogram of the first sub-image, j represents gray intensity level in a histogram of the second sub-image, d i ; represents distance between the histogram of the first sub-image and histogram of the second sub-image and M i ; represents the weight of the histogram of the first sub-image and histogram of the second sub-image.
  • the cross-bin similarity measurement is computed as in step 5460 based on the equation below:
  • Chi_D(h)Chi_D(h) + EMD ⁇ P , P 12 )EMD(P 13 , P 14 ) Similarity Measurement , wherein Chi_D(I 1 ) represents chi-histogram distance measurement between a pair of the sub-images, Chi_D ( , 2) represents chi-histogram distance measurement between another pair of the sub-images, EMD P E1 , P E2 ) represents Earth mover's distance for a pair of the sub-images, and EMD P E3 , P E4 ) represents Earth mover's distance for another pair of the sub-images.
  • step 4 illustrates a flowchart of sub-steps for performing the local binarisation of the step 6000 of the method of FIG. 2. If the cross bin similarity measurement is higher than the threshold, and the local binarisation is adopted, the plate segmentation module (20) initialises a window size as in step 6100. The window size is then expanded by a finite step size as in step 6200.
  • the plate segmentation module (20) computes coefficient of variations as in step 6300 based on the equation below: wherein W represents a resultant image after processing image /, and W represents average intensity of the image W.
  • the plate segmentation module (20) computes histogram skewness as in step 6400 based on the equation below:
  • a histogram kurtosis is then computed by the plate segmentation module (20) as in step 6500 based on the equation below:
  • the plate detection module (20) determines whether the coefficient of variation, histogram skewness and histogram kurtosis are within range as in decision 6600, wherein the range may be predetermined by the user. If either coefficient of variation, histogram skewness or histogram kurtosis is not within range, the plate segmentation module (20) repeats from the step 6200 which is expanding window size by the finite step size. On the other hand, if the coefficient of variation, histogram skewness and histogram kurtosis are within range, the plate segmentation module (20) sends binarised image of the license plate to the plate recognition module (30) for recognition stage. While embodiments of the invention have been illustrated and described, it is not intended that these embodiments illustrate and describe all possible forms of the invention. Rather, the words used in the specifications are words of description rather than limitation and various changes may be made without departing from the scope of the invention.

Abstract

The present invention relates to a method for binarising license plate. The method includes the steps of filtering noises in an image of the license plate, correcting the orientation of the image of the license plate, portioning the image of the plate into two pairs of sub-images, computing histograms of pixel intensity for all the sub-images, defining range of interest for each histogram, computing cross-bin histogram similarity measurement, determines whether the similarity measurement is higher than a certain threshold, adapting a local binarisation if the similarity score is higher than the threshold, recognising individual entity of the plate and transforming individual entity of the license plate into the text format of alphabet and number, and analysing all the recognised entity in order to determine the final context of the plate.

Description

A METHOD FOR BINARISING LICENSE PLATE
FIELD OF INVENTION
The present invention relates to a method for binarising license plate. More particularly, the present invention relates to a method for binarising license plate using histogram analysis.
BACKGROUND OF THE INVENTION
Binarisation is a procedure which converts grayscale image into binary image. In an automated licence plate recognition, binarisation is a common procedure which turns grayscale plate image into binary license plate image. The purpose of the binarisation is to separate characters on the license plate image from background. The separated characters are sent to a classifier for recognition purposes.
An example of an automated license plate recognition system which performs binarisation is disclosed in a United States Patent Publication No. 2013/0294654 A1 that relates to a method and system for achieving accurate segmentation of characters. The system computes a vertical projection histogram to produce an initial character boundary. The system also employs local statistical information to split a large initial character boundary and insert a missing character. The initial character boundaries can be classified as a valid character or a suspect character, wherein the suspect character is normalised and passed to an optical character recognition sub-system for decoding and generating a confidence quote. The system eliminates non-character images by enforcing a confidence threshold.
Although there are many methods for automated license plate recognition systems which perform binarisation, most of the methods can only adapt local binarisation or global binarisation. Implementing local binarisation may increase the risk of over binarisation, whereby a single character might be separated into two or more parts. On the other hand, implementing global binarisation on uneven illuminated grayscale plate image leads to loss of information and linkages of characters. Therefore, there is a need for a method which can implement both local binarisation and global binarisation. SUMMARY OF INVENTION
The present invention relates to a method for binarising license plate. The method includes the steps of filtering noises in an image of the license plate, correcting the orientation of the image of the license plate, portioning the image of the plate into two pairs of sub-images, computing histograms of pixel intensity for all the sub-images, defining range of interest for each histogram, computing cross-bin histogram similarity measurement, determines whether the similarity measurement is higher than a certain threshold, adapting a local binarisation if the similarity score is higher than the threshold, recognising individual entity of the plate and transforming individual entity of the license plate into the text format of alphabet and number, and analysing all the recognised entity in order to determine the final context of the plate.
Preferably if the cross-bin histogram similarity measurement is lower than the threshold the steps include adapting a global binarisation, recognising individual entity of the plate into the text format of alphabet and number, and analysing all the recognised entity in order to determine the final context of the plate.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate embodiments of the invention and, together with the description, serve to explain the principles of the invention.
FIG. 1 illustrates a block diagram of a system (100) for binarising license plate according to an embodiment of the present invention.
FIG. 2 illustrates a flowchart of a method for binarising a license plate according to an embodiment of the present invention. FIG. 3 illustrates a flowchart of sub-steps for computing cross-bin histogram similarity measurement of the method of FIG. 2.
FIG. 4 illustrates a flowchart of sub-steps for performing the local binarisation of the method of FIG. 2. DESCRIPTION OF THE PREFERRED EMBODIMENT
A preferred embodiment of the present invention will be described herein below with reference to the accompanying drawings. In the following description, well known functions or constructions are not described in detail since they would obscure the description with unnecessary detail.
Initial reference is made to FIG. 1 which illustrates a block diagram of a system (100) for binarising license plate according to an embodiment of the present invention. The system (100) comprises a plate detection module (10), a plate segmentation module (20), a plate recognition module (30) and a plate post analyser module (40). The system (100) generates a binary license plate image from a gray scale image of license plate to isolate characters of the license plate. The isolated characters of the license plate are then recognised.
The plate detection module (10) is configured to detect the location of the license plate from an image of a vehicle passing by. The plate detection module (10) receives the image of the vehicle from an image capturing device such as a camera. The plate detection module (10) extracts the license plate from the image captured by the camera and sends the image of the license plate to the plate segmentation module (20) for segmentation stage.
The plate segmentation module (20) is configured to segment characters in the license plate by applying background estimation based binarisation in order to obtain isolated characters. The isolated characters include alphabet and numeric. The plate segmentation module (20), which is connected to the plate detection module (10) and plate recognition module (30), receives the image of the license plate from the plate detection module (10), obtains the isolated characters and sends the isolated characters to the plate recognition module (30) for recognition stage.
The plate recognition module (30) is configured to recognise individual entity of the plate and transform individual entity of the license plate into a text format of alphabet and numeric. The plate post analyser module (40) is configured to analyse all the recognised characters of the license plate to determine final text content of the license plate. Reference is now made to FIG. 2 which illustrates a flowchart of a method for binarising a license plate according to an embodiment of the present invention. Initially, the plate detection module (10) receives an input image of a vehicle passing from the image capturing device as in step 1000. The plate detection module (10) then detects the location of the license plate as in step 2000 and sends the image of the license plate to the plate segmentation module (20).
The plate segmentation module (20) receives the image of the license plate and filters noises in the image of license the plate as in step 3000, wherein noises are non-character objects that appear in the image of the license plate. Thereon, the plate segmentation module (20) corrects the orientation of the image of the plate by tilting the image of the plate to a desired orientation as in step 400. Preferably, the desired orientation is when the characters of the license plate are written horizontally.
The plate segmentation module (20) then portions the image of the license plate into two pairs of sub-images as in step 5100. One of the two pairs of the sub- images is a pair of equal sized sub-images from horizontal portioning, whereas another pair of the sub-images is a pair of equal sized sub-images from vertical portioning. The pair of sub-images from horizontal portioning is used to capture uneven illumination across vertical direction. On the other hand, the pair of sub- images from vertical portioning is used to capture uneven illumination across horizontal direction. Each sub-image of each pair will be compared via histograms to quantify the discrepancies of the pixel intensity distribution.
The plate segmentation module (20) computes histograms of pixel intensity for all the sub-images as in step 5200. Thereafter, the plate segmentation module (20) defines range of interest for each histogram by using mean and standard deviation as in step 5300. The range of interest is between two lines, wherein one line is sum of the mean and standard deviation, while another line is subtraction of the standard deviation from the mean. If both sub-images from the same portioning have even illumination, the range of interest for both sub-images should be almost similar.
The plate segmentation module (20) computes cross-bin histogram similarity measurement by using Earth mover's distance for each pair of the sub-images as in step 5400. Earth mover's distance quantifies dissimilarity between two distributions in multi-dimensional feature space. The sub-steps for computing cross-bin histogram similarity measurement are further explained in relation to FIG. 3. The plate segmentation module (20) determines whether the cross-bin histogram similarity measurement is higher than a certain threshold as in decision 5500. If the cross-bin histogram similarity measurement is higher than the threshold, a local binarisation is adapted as in step 6000. The local binarisation is a type of binarisation where each pixel in the image is treated differently according to the pixels' neighbouring pixels by comparing to an adaptive threshold computed from the neighbouring pixels. The sub-steps for performing the local binarisation will be further explained in relation to FIG. 4.
On the other hand, if the cross-bin histogram similarity measurement is lower than the threshold, the global binarisation is adapted as in step 7000. The global binarisation is a type of binarisation where each pixel in the image is treated equally by comparing to a global threshold. Preferably, the global threshold is a predetermined threshold set by a user. After the plate segmentation module (20) performs either the local binarisation or global binarisation, the plate recognition module (30) recognises individual entity of the license plate and transforms individual entity of the license plate into the text format of alphabet and number as in step 8000. Finally, the plate post-analyser module (40) analyses all the recognised entity in order to determine the final context of the plate as in step 9000.
FIG. 3 illustrates a flowchart of sub-steps for computing cross-bin histogram similarity measurement of step 5400 of the method of FIG. 2. Initially, the plate segmentation module (20) computes probability density function of each discrete pixel intensity bin for each sub-image as in step 5410. The probability density function is computed based on the equation below:
P(fc) = ^.0 < k < L - l, wherein L represents the total number of discrete bin, k represents pixel intensity, T represents the total number of pixels in the sub-image, and
Figure imgf000008_0001
represents the total number of pixels with gray intensity equals to k. Preferably, the pixel intensity ranges from 0 to 255, wherein 0 represents black and 255 represents white.
The plate segmentation module (20) then computes cumulative probability function for each sub-image as in step 5420 based on the equation below:
Figure imgf000008_0002
Thereon, the plate segmentation module (20) computes histogram equalised output for each sub-image as in step 5430. The plate segmentation module (20) computes the histogram equalised output by transforming each discrete gray pixel intensity in original sub-image, IE to a new discrete gray pixel according to the cumulative probability function based on the equation below:
Figure imgf000008_0003
wherein x represents coordinate on X-axis, y represents coordinate on Y-axis, and I(x, y) represents pixel intensity of digital image / at coordinate (x, y).
The plate segmentation module (20) then computes chi-histogram distance measurement as in step 5440. The chi-histogram distance is a bin-to-bin measurement that compares both sub-images after portioning to assess the level of discrepancy in terms of gray level pixel intensity distribution. The Chi-histogram distance between first sub-image, IE1 and second sub-image, IE2 denoted as Chi_D IE1, IE2), is defined as follows: rhi Π Π r Λ - k=L-l lPEi(k)-PE2 (k)]2
Earth mover's distance for each pair of the sub-images is computed by the plate segmentation module (20) as in step 5450. Earth mover's distance quantifies dissimilarity between two distributions in multi-dimensional feature space. Earth movers distance for the pair of the sub-images is computed based on the equation below:
Figure imgf000009_0001
wherein i represents gray intensity level in a histogram of the first sub-image, j represents gray intensity level in a histogram of the second sub-image, di ; represents distance between the histogram of the first sub-image and histogram of the second sub-image and Mi ; represents the weight of the histogram of the first sub-image and histogram of the second sub-image.
The value of Earth mover's distance between the pair of sub-images is viewed as the cross-bin similarity measurement between two pixel intensity distributions. Therefore, the cross-bin similarity measurement is computed as in step 5460 based on the equation below:
. Chi_D(h)Chi_D(h) + EMD {P , P12)EMD(P13, P14) Similarity Measurement = , wherein Chi_D(I1) represents chi-histogram distance measurement between a pair of the sub-images, Chi_D(,2) represents chi-histogram distance measurement between another pair of the sub-images, EMD PE1, PE2) represents Earth mover's distance for a pair of the sub-images, and EMD PE3, PE4) represents Earth mover's distance for another pair of the sub-images. FIG. 4 illustrates a flowchart of sub-steps for performing the local binarisation of the step 6000 of the method of FIG. 2. If the cross bin similarity measurement is higher than the threshold, and the local binarisation is adopted, the plate segmentation module (20) initialises a window size as in step 6100. The window size is then expanded by a finite step size as in step 6200.
Thereon, the plate segmentation module (20) computes coefficient of variations as in step 6300 based on the equation below:
Figure imgf000010_0001
wherein W represents a resultant image after processing image /, and W represents average intensity of the image W. The plate segmentation module (20) computes histogram skewness as in step 6400 based on the equation below:
Skewness =
Figure imgf000010_0002
(max i)(max j) s3 wherein s represents standard deviation of all pixels in image W.
A histogram kurtosis is then computed by the plate segmentation module (20) as in step 6500 based on the equation below:
∑T= 1 L =I (w(i,j) - w
Kurtosis = - — — 3.
(max i)(max j) s4
Thereon, the plate detection module (20) determines whether the coefficient of variation, histogram skewness and histogram kurtosis are within range as in decision 6600, wherein the range may be predetermined by the user. If either coefficient of variation, histogram skewness or histogram kurtosis is not within range, the plate segmentation module (20) repeats from the step 6200 which is expanding window size by the finite step size. On the other hand, if the coefficient of variation, histogram skewness and histogram kurtosis are within range, the plate segmentation module (20) sends binarised image of the license plate to the plate recognition module (30) for recognition stage. While embodiments of the invention have been illustrated and described, it is not intended that these embodiments illustrate and describe all possible forms of the invention. Rather, the words used in the specifications are words of description rather than limitation and various changes may be made without departing from the scope of the invention.

Claims

1 . A method for binarising a license plate is characterised by the steps of:
a) filtering noises in an image of the license plate by a plate segmentation module (20) ;
b) correcting orientation of the image of the license plate by tilting the image of the plate to a desired orientation by the plate segmentation module (20) ;
c) portioning the image of the plate into two pairs of sub-images, wherein one pair of the sub images is a pair of equal sized sub-images from horizontal portioning and another pair of the sub-images is a pair of equal sized sub-images from vertical portioning by the plate segmentation module (20) ;
d) computing histograms of pixel intensity for all the sub-images by the plate segmentation module (20);
e) defining range of interest for each histogram by using mean and standard deviation by the plate segmentation module (20); f) computing cross-bin histogram similarity measurement by using Earth mover's distance for each pair of the sub-images by the plate segmentation module (20) ;
g) determining whether the cross-bin histogram similarity measurement is higher than a threshold by the plate segmentation module (20); h) adapting a local binarisation if the similarity score is higher than a certain threshold by the plate segmentation module (20); i) recognising individual entity of the license plate and transforming individual entity of the license plate into the text format of alphabet and number by a plate recognition module (30); and
j) analysing all the recognised entity in order to determine final context of the plate by a plate post-analyser module (40).
The method as claimed in claim 1 , wherein computing cross-bin histogram similarity measurement by using Earth mover's distance for each pair of the sub-images by the plate segmentation module (20) includes the steps of: a) computing probability density function of each discrete pixel intensity bin for each sub-image;
b) computing cumulative probability function for each sub-image; computing histogram equalised output for each sub-image by transforming each discrete gray pixel intensity in original sub-image to a new discrete gray pixel according to the cumulative probability function;
computing chi-histogram distance measurement between a pair of sub-images;
computing Earth mover's distance for each pair of the sub-images; and
computing cross-bin similarity measurement.
The method as claimed in claim 1 , wherein adapting a local binarisation if the similarity score is higher than the threshold by the plate segmentation module (20) includes the steps of:
a) initialising a window size;
b) expanding the window size by a finite step size;
c) computing coefficient of variations;
d) computing histogram skewness; and
e) computing histogram kurtosis.
The method as claimed in claim 1 , wherein if the cross-bin histogram similarity measurement is lower than the threshold the steps include:
a) adapting a global binarisation;
b) recognising individual entity of the plate into the text format of alphabet and number by the plate recognition module (30); and c) analysing all the recognised entity in order to determine the final context of the plate by the plate post-analyser module (40).
PCT/MY2018/050065 2017-09-29 2018-09-28 A method for binarising license plate WO2019066643A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI2017001431 2017-09-29
MYPI2017001431 2017-09-29

Publications (2)

Publication Number Publication Date
WO2019066643A2 true WO2019066643A2 (en) 2019-04-04
WO2019066643A3 WO2019066643A3 (en) 2019-06-27

Family

ID=65861668

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2018/050065 WO2019066643A2 (en) 2017-09-29 2018-09-28 A method for binarising license plate

Country Status (1)

Country Link
WO (1) WO2019066643A2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130294654A1 (en) 2012-05-04 2013-11-07 Xerox Corporation Robust character segmentation for license plate images

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8391599B1 (en) * 2008-10-17 2013-03-05 United Services Automobile Association (Usaa) Systems and methods for adaptive binarization of an image
TWI498830B (en) * 2012-11-01 2015-09-01 Univ Nat Yunlin Sci & Tech A method and system for license plate recognition under non-uniform illumination
US9158995B2 (en) * 2013-03-14 2015-10-13 Xerox Corporation Data driven localization using task-dependent representations
US9760776B1 (en) * 2014-06-27 2017-09-12 Blinker, Inc. Method and apparatus for obtaining a vehicle history report from an image

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130294654A1 (en) 2012-05-04 2013-11-07 Xerox Corporation Robust character segmentation for license plate images

Also Published As

Publication number Publication date
WO2019066643A3 (en) 2019-06-27

Similar Documents

Publication Publication Date Title
KR102641115B1 (en) A method and apparatus of image processing for object detection
US8611662B2 (en) Text detection using multi-layer connected components with histograms
KR101808467B1 (en) Feature extraction and matching and template update for biometric authentication
US7657086B2 (en) Method and apparatus for automatic eyeglasses detection using a nose ridge mask
US7715628B2 (en) Precise grayscale character segmentation apparatus and method
US20020051578A1 (en) Method and apparatus for object recognition
CN109492642B (en) License plate recognition method, license plate recognition device, computer equipment and storage medium
KR102008283B1 (en) License Plate Recognition method and apparatus performing the same
Khalifa et al. Malaysian Vehicle License Plate Recognition.
CN111079613B (en) Gesture recognition method and device, electronic equipment and storage medium
CN110060221B (en) Bridge vehicle detection method based on unmanned aerial vehicle aerial image
US9349071B2 (en) Device for detecting pupil taking account of illuminance and method thereof
EP3327623A1 (en) Biometric method
US20110142345A1 (en) Apparatus and method for recognizing image
EP2497052A1 (en) Method for illumination normalization on a digital image for performing face recognition
WO2020130799A1 (en) A system and method for licence plate detection
KR100943595B1 (en) Device and method for blurring decision of image
CN110235177B (en) Image processing device, image recognition device, and storage medium
JP6377214B2 (en) Text detection method and apparatus
JP2008165496A (en) Image normalization device, object detection device, object detection system and program
CN108288041B (en) Preprocessing method for removing false detection of pedestrian target
CN107944352B (en) License plate recognition system and method based on picture retrieval method
CN110633705A (en) Low-illumination imaging license plate recognition method and device
WO2019066643A2 (en) A method for binarising license plate
Budda et al. Automatic number plate recognition system using Raspberry Pi

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18859962

Country of ref document: EP

Kind code of ref document: A2