CN109532255B - Printing control platform of printer - Google Patents

Printing control platform of printer Download PDF

Info

Publication number
CN109532255B
CN109532255B CN201811627694.6A CN201811627694A CN109532255B CN 109532255 B CN109532255 B CN 109532255B CN 201811627694 A CN201811627694 A CN 201811627694A CN 109532255 B CN109532255 B CN 109532255B
Authority
CN
China
Prior art keywords
image
printing
module
script
feature description
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.)
Active
Application number
CN201811627694.6A
Other languages
Chinese (zh)
Other versions
CN109532255A (en
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.)
BEIJING SHUKE WANGWEI TECHNOLOGY Co.,Ltd.
Original Assignee
Beijing Shuke Wangwei Technology Co ltd
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 Beijing Shuke Wangwei Technology Co ltd filed Critical Beijing Shuke Wangwei Technology Co ltd
Priority to CN201811627694.6A priority Critical patent/CN109532255B/en
Publication of CN109532255A publication Critical patent/CN109532255A/en
Application granted granted Critical
Publication of CN109532255B publication Critical patent/CN109532255B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B41PRINTING; LINING MACHINES; TYPEWRITERS; STAMPS
    • B41JTYPEWRITERS; SELECTIVE PRINTING MECHANISMS, i.e. MECHANISMS PRINTING OTHERWISE THAN FROM A FORME; CORRECTION OF TYPOGRAPHICAL ERRORS
    • B41J29/00Details of, or accessories for, typewriters or selective printing mechanisms not otherwise provided for
    • B41J29/38Drives, motors, controls or automatic cut-off devices for the entire printing mechanism
    • B41J29/393Devices for controlling or analysing the entire machine ; Controlling or analysing mechanical parameters involving printing of test patterns

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

The invention discloses a printing control platform of a printer, which comprises a script generation module, a script generation module and a printing module, wherein the script generation module is used for starting image printing, reading image preview identification information of printed paper and generating a printed image script; the sending module is used for sending a request of a file containing image preview identification information and an image script; the matching module is used for judging whether the image script is matched with the image preview identification information contained in the file data or not when the file data is received, if so, turning to the next step, and if not, sending a printing fault code; and the printing module is used for printing the file data after the matching is successful. The invention solves the problems of offset and deficiency in the printing image of the printer, only extracts the characteristic points of the preview image without global scanning, has higher calculation speed and greatly improves the speed of printing the image.

Description

Printing control platform of printer
Technical Field
The invention relates to the technical field of printers, in particular to a printing control platform of a printer.
Background
A printer is one of the output devices of a computer for printing the results of a computer process on an associated medium. The indexes for measuring the quality of the printer comprise three items: print resolution, print speed and noise. The existing printer has high stability of printing characters, but is easy to generate offset and deficiency when printing images, thereby reducing the reliability of image printing.
Disclosure of Invention
The invention aims to overcome the defects and provide a printing control platform of a printer.
A print control platform of a printer includes the following:
the script generating module is used for starting image printing, reading image preview identification information of printed paper and generating a printed image script;
the sending module is used for sending a request of a file containing image preview identification information and an image script;
the matching module is used for judging whether the image script is matched with the image preview identification information contained in the file data or not when the file data is received, if so, turning to the next step, and if not, sending a printing fault code;
and the printing module is used for printing the file data after the matching is successful.
Further, the matching module includes:
the extraction module is used for determining the homonymous points of all the characteristic points in the image script and extracting matching point pairs;
the retrieval module is used for determining the coordinates of each feature point on the preview image and determining a retrieval radius according to the coordinates;
and the comparison module is used for comparing the feature description vectors of the feature points with the feature description vectors of each point in the retrieval range on the preview image one by one, and marking the row-column number coordinates of the matched points with the same name on the preview image.
Further, the comparison module is specifically configured to set a feature description vector of the feature point as Vf, a feature description vector of a certain point in a corresponding search range on the preview image as Vf ', and a matching degree between the two feature description vectors Vf and Vf' is determined by the following formula:
Figure BDA0001928318610000021
wherein sNo is the length of the feature description vector Vf; ve is a row vector of equal length to the feature description vector and all 1 values. A larger match value indicates a higher degree of match between the two feature description vectors.
The invention solves the problems of offset and deficiency in the printing image of the printer, only extracts the characteristic points of the preview image without global scanning, has higher calculation speed and greatly improves the speed of printing the image.
Drawings
FIG. 1 is a schematic block diagram of the present invention;
Detailed Description
The following description will be made of a print control platform of a printer according to the present invention with reference to the accompanying drawings and embodiments of the present invention.
Example (b): a print control platform of a printer includes the following:
the script generating module is used for starting image printing, reading image preview identification information of printed paper and generating a printed image script;
the sending module is used for sending a request of a file containing image preview identification information and an image script;
the matching module is used for judging whether the image script is matched with the image preview identification information contained in the file data or not when the file data is received, if so, turning to the next step, and if not, sending a printing fault code;
and the printing module is used for printing the file data after the matching is successful.
The matching module includes:
the extraction module is used for determining the homonymous points of all the characteristic points in the image script and extracting matching point pairs;
the retrieval module is used for determining the coordinates of each feature point on the preview image and determining a retrieval radius according to the coordinates;
and the comparison module is used for comparing the feature description vectors of the feature points with the feature description vectors of each point in the retrieval range on the preview image one by one, and marking the row-column number coordinates of the matched points with the same name on the preview image.
The comparison module is specifically used for setting the feature description vector of the feature point as Vf, the feature description vector of a certain point in the corresponding retrieval range on the preview image as Vf ', and the matching degree between the two feature description vectors Vf and Vf' is determined by the following formula:
Figure BDA0001928318610000031
wherein sNo is the length of the feature description vector Vf; ve is a row vector of equal length to the feature description vector and all 1 values. A larger match value indicates a higher degree of match between the two feature description vectors.

Claims (1)

1. A printing control platform of a printer is characterized by comprising the following parts:
the script generating module is used for starting image printing, reading image preview identification information of printed paper and generating a printed image script;
the sending module is used for sending a request of a file containing image preview identification information and an image script;
the matching module is used for judging whether the image script is matched with the image preview identification information contained in the file data or not when the file data is received, if so, turning to the next step, and if not, sending a printing fault code;
the printing module is used for printing the file data after successful matching; the matching module includes:
the extraction module is used for determining the homonymous points of all the characteristic points in the image script and extracting matching point pairs;
the retrieval module is used for determining the coordinates of each feature point on the preview image and determining a retrieval radius according to the coordinates;
the comparison module is used for comparing the feature description vectors of the feature points with the feature description vectors of each point in the retrieval range on the preview image one by one, and marking the row-column number coordinates of the matched same-name points on the preview image; the comparison module is specifically used for setting the feature description vector of the feature point as VfAnd the feature description vector of the corresponding coordinate point on the preview image is Vf', two feature description vectors Vf,VfThe degree of match between' is determined by the following formula:
Figure FDA0002416506070000011
wherein, sNoIs a feature description vector VfLength of (d); veIs a row vector of all values 1 and VeIs equal to the length of the feature description vector; a larger match value indicates a higher degree of match between the two feature description vectors.
CN201811627694.6A 2018-12-28 2018-12-28 Printing control platform of printer Active CN109532255B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811627694.6A CN109532255B (en) 2018-12-28 2018-12-28 Printing control platform of printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811627694.6A CN109532255B (en) 2018-12-28 2018-12-28 Printing control platform of printer

Publications (2)

Publication Number Publication Date
CN109532255A CN109532255A (en) 2019-03-29
CN109532255B true CN109532255B (en) 2020-06-02

Family

ID=65857886

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811627694.6A Active CN109532255B (en) 2018-12-28 2018-12-28 Printing control platform of printer

Country Status (1)

Country Link
CN (1) CN109532255B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112829478B (en) * 2021-01-19 2022-09-09 厦门喵宝科技有限公司 Method for printing management of Bluetooth printer

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005217605A (en) * 2004-01-28 2005-08-11 Noritsu Koki Co Ltd Image processing method, image processing apparatus, and photo processing apparatus
JP2012142712A (en) * 2010-12-28 2012-07-26 Brother Ind Ltd Printing device and printing method
CN102922880A (en) * 2011-08-12 2013-02-13 卡西欧计算机株式会社 Nail print apparatus and printing control method
JP2016121980A (en) * 2014-12-24 2016-07-07 株式会社リコー Image inspection device, image inspection system, and image inspection method
JP2017001321A (en) * 2015-06-12 2017-01-05 キヤノン株式会社 Printing device and inspection method
CN106307967A (en) * 2015-06-30 2017-01-11 卡西欧计算机株式会社 Drawing apparatus and drawing method for drawing apparatus
CN108099434A (en) * 2017-11-03 2018-06-01 安徽九天印务有限公司 A kind of printing process of packaging bag Quick Response Code
CN108891133A (en) * 2018-08-07 2018-11-27 国网浙江省电力有限公司宁波供电公司 A kind of distributed photovoltaic online receipt printer and Method of printing

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005217605A (en) * 2004-01-28 2005-08-11 Noritsu Koki Co Ltd Image processing method, image processing apparatus, and photo processing apparatus
JP2012142712A (en) * 2010-12-28 2012-07-26 Brother Ind Ltd Printing device and printing method
CN102922880A (en) * 2011-08-12 2013-02-13 卡西欧计算机株式会社 Nail print apparatus and printing control method
JP2016121980A (en) * 2014-12-24 2016-07-07 株式会社リコー Image inspection device, image inspection system, and image inspection method
JP2017001321A (en) * 2015-06-12 2017-01-05 キヤノン株式会社 Printing device and inspection method
CN106307967A (en) * 2015-06-30 2017-01-11 卡西欧计算机株式会社 Drawing apparatus and drawing method for drawing apparatus
CN108099434A (en) * 2017-11-03 2018-06-01 安徽九天印务有限公司 A kind of printing process of packaging bag Quick Response Code
CN108891133A (en) * 2018-08-07 2018-11-27 国网浙江省电力有限公司宁波供电公司 A kind of distributed photovoltaic online receipt printer and Method of printing

Also Published As

Publication number Publication date
CN109532255A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
TW401567B (en) Certifiable optical character recognition
US8401293B2 (en) Word recognition of text undergoing an OCR process
US8391607B2 (en) Image processor and computer readable medium
CN107045632A (en) Method and apparatus for extracting text from imaging files
US20120039536A1 (en) Optical character recognition with two-pass zoning
CN112508011A (en) OCR (optical character recognition) method and device based on neural network
US11715018B2 (en) Image processing apparatus and non-transitory computer readable medium
CN102722729A (en) Method of detection document alteration by comparing characters using shape features of characters
US20150254869A1 (en) Image processing apparatus, image processing method, and storage medium
US7505180B2 (en) Optical character recognition using digital information from encoded text embedded in the document
CN111814779A (en) Bill text recognition method, device, equipment and storage medium
CN109532255B (en) Printing control platform of printer
US20050185220A1 (en) Separator page processing system
EP3477547B1 (en) Optical character recognition systems and methods
US8599401B2 (en) Image processing device, image processing system, and computer readable medium
JP2006079571A (en) Printer print verification inspection device
JP6763173B2 (en) Document correction methods, document correction devices, and computer programs
US10936893B2 (en) Information processing device and method for document image extraction, composite image generation, and OCR processing including display of reading resolution instructions based on character density
US8964192B2 (en) Print verification database mechanism
US20200202123A1 (en) Information processing device and information processing method
CN112101356A (en) Method and device for positioning specific text in picture and storage medium
US11354890B2 (en) Information processing apparatus calculating feedback information for partial region of image and non-transitory computer readable medium storing program
US10623598B2 (en) Image processing apparatus and non-transitory computer readable medium for extracting and connecting inherent regions of multiple pages of document data
JP2018116424A (en) Image processing device and program
JP2017174200A (en) Information output device, information output method, and information output program

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
TA01 Transfer of patent application right

Effective date of registration: 20200509

Address after: Room 601, floor 6, building 1, Lane ditch 1, Haidian District, Beijing 100089

Applicant after: BEIJING SHUKE WANGWEI TECHNOLOGY Co.,Ltd.

Address before: 430000 Wuhu Farm Team of Huangpi District, Wuhan City, Hubei Province

Applicant before: WUHAN PENGYI TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant