CN111626299A - Outline-based digital character recognition method - Google Patents

Outline-based digital character recognition method Download PDF

Info

Publication number
CN111626299A
CN111626299A CN202010370852.5A CN202010370852A CN111626299A CN 111626299 A CN111626299 A CN 111626299A CN 202010370852 A CN202010370852 A CN 202010370852A CN 111626299 A CN111626299 A CN 111626299A
Authority
CN
China
Prior art keywords
digital
image
contour
character
coordinates
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
CN202010370852.5A
Other languages
Chinese (zh)
Inventor
房红兵
饶子东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing University of Science and Technology
Original Assignee
Nanjing University of Science and Technology
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 Nanjing University of Science and Technology filed Critical Nanjing University of Science and Technology
Priority to CN202010370852.5A priority Critical patent/CN111626299A/en
Publication of CN111626299A publication Critical patent/CN111626299A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/14Image acquisition
    • G06V30/148Segmentation of character regions
    • G06V30/153Segmentation of character regions using recognition of characters or words
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/25Determination of region of interest [ROI] or a volume of interest [VOI]
    • 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/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Analysis (AREA)

Abstract

The invention provides a contour-based digital character recognition method, which is used for preprocessing a target digital image of a character to be recognized, and comprises graying processing and binarization processing; finding out the maximum external closed contour, and selecting the interested area to remove the interference of the disordered edge background to obtain a digital interested area; automatically vertically and horizontally dividing the selected sensitive digital area, and acquiring and recording a minimum area containing the number and the initial coordinate and the end coordinate position of the horizontal and vertical axes of each digital character; segmenting ideal feeling digital areas and single digital areas according to the acquired data coordinate information; and performing digital recognition and calculation combination by utilizing the contour features with different numbers. The invention does not need the acquisition of a large amount of template data training sets or the learning training of a neural network algorithm, and improves the characteristics of complex data processing, low efficiency, low operation speed and the like of a common template matching method.

Description

Outline-based digital character recognition method
Technical Field
The invention belongs to the technical field of metering detection, and particularly relates to a digital character recognition method based on a contour.
Background
At present, computer vision technology is rapidly developed, manual reading in many scenes is time-consuming and labor-consuming, and automatic processing of a machine, such as license plate recognition, speed real-time recording, vehicle speed detection and the like, needs to be realized. The most common recognition methods for numbers at present are template matching based methods and neural network based methods. And (3) developing a basic template matching method by template matching, and a method such as an SVM training set derived from the basic template matching method. Most of the template matching methods count the characteristics of the outline, projection, grid and the like of the character, and traverse the image data set for matching, so that the identification efficiency is low, the time consumption is long and the identification capability of similar characters is poor due to too large dimension of the characteristic data; the neural network has higher hardware requirement for designing a network structure and selecting a network, cannot be developed by using a common ARM board, does not use development and migration, and has poorer applicability; the method for the SVM training set is high in accuracy, a large number of training subsets are needed for training, operation is complex, operation and learning are not easy to conduct on some specific occasions, timeliness is achieved, and the occasions which require high response speed are not used for processing.
Disclosure of Invention
The invention aims to provide a digital character recognition method based on outlines.
The technical solution for realizing the purpose of the invention is as follows: a digital character recognition method based on contour includes the following steps:
step 1: preprocessing a target digital image of a character to be recognized; step 2: determining a maximum outer closure profile;
and step 3: carrying out sensing area segmentation on the maximum external closed contour image obtained in the step (2) to obtain digital character coordinates;
and 4, step 4: dividing each individual digit according to the acquired coordinate information;
and 5: and identifying according to the digital contour characteristics to obtain a real number.
Preferably, the specific method for preprocessing the target digital image of the character to be recognized is as follows:
and carrying out graying processing, self-adaptive median filtering, graying processing and binarization processing to obtain a binarization image.
Preferably, the method for obtaining the coordinates of the digital characters by segmenting the sensitive region of the maximum external closed contour image obtained in step 2 comprises the following steps:
using the pixel distribution of the binary image as a projection distribution image;
and respectively carrying out vertical segmentation and horizontal segmentation to obtain an OCR image by carrying out horizontal and vertical segmentation by taking the horizontal and vertical axis coordinates of the first number and the horizontal and vertical axis critical point coordinates of the last number as boundaries, and storing the initial coordinates and the end coordinates of the two-dimensional image of each digital character.
Preferably, the specific method for dividing each individual number according to the acquired coordinate information is as follows:
and performing vertical cutting and horizontal cutting on the image according to the two-dimensional image starting coordinate and the two-dimensional image end coordinate of each digital character to obtain each single number.
Compared with the prior art, the invention has the following advantages:
(1) the method does not need to collect and train a training data set, is simple to operate, has simple and quick operation processing and low requirement on environment, and is convenient for measuring digital characters in various occasions;
(2) the invention does not need normalization and complex processing of traversing the template library, and has simple processing, smaller data dimension and higher identification efficiency.
The present invention is described in further detail below with reference to the attached drawing figures.
Drawings
Fig. 1 is an image after the gradation binarization processing according to the present invention.
Fig. 2 is a processing effect diagram of a layer a of a sensing region in an image obtained by contour processing and filled with white pixels according to the invention.
Fig. 3 is a diagram illustrating the effect of the process of copying the a layer of the present invention into the original image to obtain the perceived area.
FIG. 4 is a diagram illustrating the processing effect of the present invention after horizontal and vertical segmentation.
FIG. 5 is an image of the present invention after each character is independently segmented and outlined.
Fig. 6 is a flow chart of the present invention.
Detailed Description
A digital character recognition method based on contour includes the following steps:
step 1: the method for preprocessing the target digital image of the character to be recognized comprises the following steps:
and respectively carrying out conventional image processing on the target digital image of the character to be recognized, and respectively carrying out graying processing, adaptive median filtering, graying processing and binarization processing to obtain a binarized image.
Step 2: determining the maximum external closed contour by the specific method:
and finding the maximum outer closed contour of the image by using the contour characteristic of the image. Probably due to some special shooting conditions, the digital display screen cannot be completely imaged in the image, and white pixel points of 4 pixels are respectively amplified and expanded on the upper, lower, left, right and periphery of the image to obtain the maximum closed external contour information; firstly, a black A layer with the same size as the original image is newly built, and then the space inside the maximum outline is filled with white pixels on the A layer. And then, the original image is superposed on the layer A by using an image copying function, so that all pixel point information in the maximum outline can be obtained, and the interference of the surrounding disordered point image information is removed.
And step 3: and (3) carrying out region-of-interest segmentation on the maximum external closed contour image obtained in the step (2). I.e. the extraction of the smallest area containing all the regions of interest and a single number. The specific method comprises the following steps: generating a black-white pixel distribution characteristic histogram by using a binary image, obtaining the coordinates of the critical points of the horizontal and vertical axes of the first digit and the last digit according to the identification conditions such as interval transformation characteristics and change rate in the pixel distribution histogram, and then respectively performing vertical segmentation and horizontal segmentation on the original image by using the coordinates to obtain a large area of the interested digital image containing all the digits and the initial coordinates and the end coordinates of the two-dimensional image of each digital character.
And 4, step 4: and dividing each individual digit according to the coordinate information obtained by dividing. The specific method comprises the following steps:
and (3) performing vertical cutting and horizontal cutting on the image by mainly utilizing the four point coordinates of the enclosing moment of the single digital character obtained in the step (3) and sequentially storing the images in a function container for standby. The method is characterized in that some numbers with decimal points are displayed under specific conditions, right small-angle area scanning of each number needs to be added, and accurate judgment of the decimal points is accurately realized by combining circle detection, small outline detection and the like.
And 5: and identifying according to the digital contour characteristics to obtain a real number. The specific method comprises the following steps:
the first small right angle between the numbers may have an effect on the determination of the profile, which is first filtered. And after screening, judging the number according to the characteristics of the contour. The number of contours is 1, 2, 3, 5, 7, the number of contours is 2 is 0, 4, 6, 9, and the number of contours is only 8, which is 3. For the figure 1 of the outline, the figure 1 is determined by the aspect ratio of the digital pixel, the figures 2, 3 and 7 are distinguished by the distribution characteristics (calculating the number of white pixel points in a specific row and column range) of the pixel and the gravity center distribution of the outline, and the figure 3 is judged by approximate symmetrical distribution and the gravity center characteristic; for a figure with a contour of 2: firstly, detecting whether a triangular area containing angular points is included to judge a number 4, and then judging numbers 0, 6 and 9 by utilizing the gravity center of the contour and the distribution characteristics of pixels; the number of contours can be directly judged to be 3. Finally, the identified digit combination and the decimal point which may be contained are processed and output.

Claims (4)

1. A digital character recognition method based on contour is characterized by comprising the following specific steps:
step 1: preprocessing a target digital image of a character to be recognized;
step 2: determining a maximum outer closure profile;
and step 3: carrying out sensing area segmentation on the maximum external closed contour image obtained in the step (2) to obtain digital character coordinates;
and 4, step 4: dividing each individual digit according to the acquired coordinate information;
and 5: and identifying according to the digital contour characteristics to obtain a real number.
2. The contour-based digital character recognition method of claim 1, wherein the specific method for preprocessing the target digital image of the character to be recognized is as follows:
and carrying out graying processing, self-adaptive median filtering, graying processing and binarization processing to obtain a binarization image.
3. The contour-based digital character recognition method according to claim 1, wherein the method for obtaining coordinates of digital characters by segmenting the sensitive region of the maximum external closed contour image obtained in step 2 comprises:
using the pixel distribution of the binary image as a projection distribution image;
and respectively carrying out vertical segmentation and horizontal segmentation on the projection distribution image, acquiring an OCR image taking the horizontal and vertical axis coordinates of the first digit and the horizontal and vertical axis coordinates of the last digit as a critical point boundary, and storing the initial coordinates and the end coordinates of the two-dimensional image of each digital character.
4. The contour-based numeric character recognition method of claim 1, wherein the specific method of segmenting each individual digit according to the acquired coordinate information is:
and performing vertical cutting and horizontal cutting on the image according to the two-dimensional image starting coordinate and the two-dimensional image end coordinate of each digital character to obtain each single number.
CN202010370852.5A 2020-04-29 2020-04-29 Outline-based digital character recognition method Withdrawn CN111626299A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010370852.5A CN111626299A (en) 2020-04-29 2020-04-29 Outline-based digital character recognition method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010370852.5A CN111626299A (en) 2020-04-29 2020-04-29 Outline-based digital character recognition method

Publications (1)

Publication Number Publication Date
CN111626299A true CN111626299A (en) 2020-09-04

Family

ID=72259884

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010370852.5A Withdrawn CN111626299A (en) 2020-04-29 2020-04-29 Outline-based digital character recognition method

Country Status (1)

Country Link
CN (1) CN111626299A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112270317A (en) * 2020-10-16 2021-01-26 西安工程大学 Traditional digital water meter reading identification method based on deep learning and frame difference method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112270317A (en) * 2020-10-16 2021-01-26 西安工程大学 Traditional digital water meter reading identification method based on deep learning and frame difference method

Similar Documents

Publication Publication Date Title
CN111626190B (en) Water level monitoring method for scale recognition based on clustering partition
CN113160192B (en) Visual sense-based snow pressing vehicle appearance defect detection method and device under complex background
CN104751187B (en) Meter reading automatic distinguishing method for image
CN109978839B (en) Method for detecting wafer low-texture defects
EP1091320A2 (en) Processing multiple digital images
CN110781885A (en) Text detection method, device, medium and electronic equipment based on image processing
CN108596166A (en) A kind of container number identification method based on convolutional neural networks classification
CN107273896A (en) A kind of car plate detection recognition methods based on image recognition
EP1081648B1 (en) Method for processing a digital image
CN111259889A (en) Image text recognition method and device, computer equipment and computer storage medium
CN112149667A (en) Method for automatically reading pointer type instrument based on deep learning
CN110288612B (en) Nameplate positioning and correcting method and device
CN110570442A (en) Contour detection method under complex background, terminal device and storage medium
CN112734729B (en) Water gauge water level line image detection method and device suitable for night light supplement condition and storage medium
CN116704516B (en) Visual inspection method for water-soluble fertilizer package
CN111354047B (en) Computer vision-based camera module positioning method and system
CN113609984A (en) Pointer instrument reading identification method and device and electronic equipment
CN108073940A (en) A kind of method of 3D object instance object detections in unstructured moving grids
CN115272664A (en) Instrument panel display method and device, electronic equipment and storage medium
CN115082776A (en) Electric energy meter automatic detection system and method based on image recognition
CN115841669A (en) Pointer instrument detection and reading identification method based on deep learning technology
JPH08508128A (en) Image classification method and apparatus using distribution map
CN113283439B (en) Intelligent counting method, device and system based on image recognition
CN111626299A (en) Outline-based digital character recognition method
CN111797832A (en) Automatic generation method and system of image interesting region and image processing method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200904

WW01 Invention patent application withdrawn after publication