CN107274397B - Automatic card frame identification method - Google Patents

Automatic card frame identification method Download PDF

Info

Publication number
CN107274397B
CN107274397B CN201710444592.XA CN201710444592A CN107274397B CN 107274397 B CN107274397 B CN 107274397B CN 201710444592 A CN201710444592 A CN 201710444592A CN 107274397 B CN107274397 B CN 107274397B
Authority
CN
China
Prior art keywords
frame
curve
time
rendering
mathematical model
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
CN201710444592.XA
Other languages
Chinese (zh)
Other versions
CN107274397A (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.)
Shenzhen Ruiyun Technology Co ltd
Original Assignee
Shenzhen Rayvision 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 Shenzhen Rayvision Technology Co ltd filed Critical Shenzhen Rayvision Technology Co ltd
Priority to CN201710444592.XA priority Critical patent/CN107274397B/en
Publication of CN107274397A publication Critical patent/CN107274397A/en
Application granted granted Critical
Publication of CN107274397B publication Critical patent/CN107274397B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration by the use of local operators
    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30168Image quality inspection

Abstract

The invention discloses an automatic identification method of a card frame, which controls the relation between an output sequence frame and frame time through a python script, reduces noise, calls different modes for analysis and calculation to obtain a consistent curve and a distribution diagram of points obtained by the curve and the relation between the frame and rendering time, and judges the frame with abnormal time on the diagram according to the curve, so that the identification of the bad frame is intelligent, the labor cost is reduced, and the rendering efficiency is integrally improved.

Description

Automatic card frame identification method
Technical Field
The invention relates to the technical field of identification methods, in particular to an automatic identification method of a card frame.
Background
At present, in the field of cloud rendering and the field of CG movie and television, frames are rendered one by one and then viewed one by one. Particularly in the field of cloud rendering, after cloud rendering is completed, a frame is downloaded to a client locally to check whether a bad frame exists.
The technology for checking whether a bad frame exists in the market at present is very troublesome, and the overall working efficiency is reduced.
Disclosure of Invention
The present invention is directed to a method for automatically identifying a card frame to solve the above problems.
The invention realizes the purpose through the following technical scheme:
the invention comprises the following steps:
the method comprises the following steps: controlling the relation between an output sequence frame and frame time through a python script, and denoising and clearing interference data;
step two: calling various model simulation curves, carrying out fitting degree detection, analyzing and calculating, selecting the most suitable mathematical model, and obtaining a matched curve and a point distribution diagram obtained by the corresponding relation between the curve and the frame and the rendering time;
step three: and judging the deviation degree of the actual rendering calculation time and the mathematical model according to the curve, and finally outputting a frame with abnormal rendering time.
Preferably, according to the second step, the models are one of gaussian, polynomial or fourier.
Preferably, according to the first step, when the noise reduction process removes the interference data, the noise reduction process is performed through a Savitzky-Golay filter.
Preferably, the method performs the fitting degree detection and the analysis calculation through the regression standard deviation according to the step two.
The invention has the beneficial effects that:
the invention provides an automatic identification method of a card frame, which controls the relation between an output sequence frame and frame time through a python script, reduces noise, calls different modes for analysis and calculation to obtain a consistent curve and a distribution diagram of points obtained by the curve and the relation between the frame and rendering time, and judges the frame with abnormal time on the diagram according to the curve, so that the identification of the bad frame is intelligent, the labor cost is reduced, and the rendering efficiency is integrally improved.
Drawings
Fig. 1 is a schematic flow chart of an automatic card frame identification method according to the present invention.
Detailed Description
The invention will be further described with reference to the accompanying drawings in which:
as shown in fig. 1: the invention comprises the following steps:
the method comprises the following steps: controlling the relation between an output sequence frame and frame time through a python script, denoising and clearing interference data, wherein denoising is carried out through a Savitzky-Golay filter when the interference data are cleared;
step two: calling various model simulation curves, carrying out fitting degree detection through regression standard deviation, analyzing and calculating, selecting the most suitable mathematical model, and obtaining a matched curve and a point distribution diagram obtained by the corresponding relation between the curve and the frame and the rendering time;
step three: and judging the deviation degree of the actual rendering calculation time and the mathematical model according to the curve, and finally outputting a frame with abnormal rendering time.
The multiple models are one of gaussian, polynomial or fourier, wherein gaussian and polynomial models have higher accuracy than fourier models.
In summary, the invention provides an automatic identification method for a card frame, which controls the relationship between an output sequence frame and a frame time through a python script, performs noise reduction processing, calls different mode analysis calculations to obtain a consistent curve and a distribution diagram of points obtained by the curve and the relationship between the frame and rendering time, and judges a frame with abnormal time on the diagram according to the curve, so that the identification of the bad frame is intelligent, the labor cost is reduced, and the rendering efficiency is integrally improved.
As will be apparent to those skilled in the art, many modifications can be made to the invention without departing from the spirit and scope thereof, and it is intended that the present invention cover all modifications and equivalents of the embodiments of the invention covered by the appended claims.

Claims (3)

1. An automatic identification method of a card frame is characterized by comprising the following steps:
the method comprises the following steps: controlling the relation between an output sequence frame and frame time through a python script, and denoising and clearing interference data;
step two: calling various model simulation curves, carrying out fitting degree detection, analyzing and calculating, selecting the most suitable mathematical model, and obtaining a matched curve and a point distribution diagram obtained by the corresponding relation between the curve and the frame and the rendering time; the mathematical model is one of gauss, polynomial or fourier;
step three: and judging the deviation degree of the actual rendering calculation time and the mathematical model according to the curve, and finally outputting a frame with abnormal rendering time.
2. The method of claim 1, wherein the method further comprises: according to the first step, when the noise reduction processing is used for eliminating interference data, the noise reduction processing is carried out through a Savitzky-Golay filter.
3. The method of claim 1, wherein the method further comprises: and according to the second step, performing fitting degree detection and analysis calculation through the regression standard deviation.
CN201710444592.XA 2017-06-13 2017-06-13 Automatic card frame identification method Active CN107274397B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710444592.XA CN107274397B (en) 2017-06-13 2017-06-13 Automatic card frame identification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710444592.XA CN107274397B (en) 2017-06-13 2017-06-13 Automatic card frame identification method

Publications (2)

Publication Number Publication Date
CN107274397A CN107274397A (en) 2017-10-20
CN107274397B true CN107274397B (en) 2020-08-11

Family

ID=60066745

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710444592.XA Active CN107274397B (en) 2017-06-13 2017-06-13 Automatic card frame identification method

Country Status (1)

Country Link
CN (1) CN107274397B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102201122A (en) * 2011-05-16 2011-09-28 大连大学 Motion capture system, data noise reduction method and system of motion capture

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102982159B (en) * 2012-12-05 2016-07-06 上海创图网络科技发展有限公司 A kind of three-dimensional web page many scenes fast switch over method
US9483685B2 (en) * 2014-04-28 2016-11-01 University Of Pittsburgh - Of The Commonwealth System Of Higher Education System and method for automated identification of abnormal ciliary motion
CN104376595B (en) * 2014-11-28 2017-03-29 史文中 A kind of three-dimensional road generation method cooperateed with based on airborne LiDAR and GIS
CN106528398B (en) * 2015-09-15 2019-09-06 网易(杭州)网络有限公司 The visual analysis method of Games Software performance
CN105676470B (en) * 2016-03-24 2018-04-10 清华大学 A kind of visual spatial resolution enhancement method and system of three-dimensional scenic
CN106504185B (en) * 2016-10-26 2020-04-07 腾讯科技(深圳)有限公司 Rendering optimization method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102201122A (en) * 2011-05-16 2011-09-28 大连大学 Motion capture system, data noise reduction method and system of motion capture

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
非线性编辑网络卡帧现象原因分析;周林栋等;《维护与维修》;20081231;全文 *

Also Published As

Publication number Publication date
CN107274397A (en) 2017-10-20

Similar Documents

Publication Publication Date Title
CN107122369B (en) Service data processing method, device and system
CN111178523A (en) Behavior detection method and device, electronic equipment and storage medium
CN103903006A (en) Crop pest identification method and system based on Android platform
CN110675359A (en) Defect sample generation method and system for steel coil surface and electronic equipment
CN113436100A (en) Method, apparatus, device, medium and product for repairing video
CN112381800A (en) Wire diameter abnormity identification method and device, electronic equipment and computer readable storage medium
CN104952089B (en) A kind of image processing method and system
CN107274397B (en) Automatic card frame identification method
CN111881748B (en) Lane line visual identification method and system based on VBAI platform modeling
CN109785312B (en) Image blur detection method and system and electronic equipment
CN114626118A (en) Building indoor model generation method and device
CN108537786B (en) Method and apparatus for processing image
CN116128826A (en) YOLOv 5-based lithium battery defect detection method, system, equipment and storage medium
CN108960455A (en) Service operation state analysis method, calculates equipment and storage medium at device
US11681920B2 (en) Method and apparatus for compressing deep learning model
CN107944645A (en) A kind of feasibility analysis method of tobacco distribution line optimization
CN114297075A (en) Code detection method and device, electronic equipment and computer readable medium
CN112861772A (en) Scene analysis method and device based on image recognition
CN113344064A (en) Event processing method and device
CN113420713A (en) Abnormity monitoring method and device, electronic equipment and computer readable medium
CN112423036B (en) Video data processing method, video data processing device, computer equipment and storage medium
CN110705627A (en) Target detection method, target detection system, target detection device and readable storage medium
CN112149450A (en) Noodle arrangement inspection system and method
CN117349189B (en) APP new version testing method, equipment and medium
CN110322465B (en) Contour detection method and device for tumor microspheres

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
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 518000 901-B, Bike Science and Technology Building, No. 9, Kexue Road, Central District, High tech Zone, Nanshan District, Shenzhen, Guangdong

Patentee after: Shenzhen Ruiyun Technology Co.,Ltd.

Address before: 518000 901-B, Bike Science and Technology Building, No. 9, Kexue Road, Central District, High tech Zone, Nanshan District, Shenzhen, Guangdong

Patentee before: SHENZHEN RAYVISION TECHNOLOGY CO.,LTD.

CP01 Change in the name or title of a patent holder