CN110581934A - Video jitter elimination method and device, terminal equipment and storage medium - Google Patents

Video jitter elimination method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN110581934A
CN110581934A CN201910667371.8A CN201910667371A CN110581934A CN 110581934 A CN110581934 A CN 110581934A CN 201910667371 A CN201910667371 A CN 201910667371A CN 110581934 A CN110581934 A CN 110581934A
Authority
CN
China
Prior art keywords
sub
video
blocks
gray
video frame
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.)
Pending
Application number
CN201910667371.8A
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.)
Anhui Nanrui Jiyuan Power Grid Technology Co ltd
State Grid Corp of China SGCC
Electric Power Research Institute of State Grid Shandong Electric Power Co Ltd
NARI Group Corp
Original Assignee
Anhui Nari Jiyuan Power Grid Technology Co Ltd
State Grid Corp of China SGCC
Electric Power Research Institute of State Grid Shandong Electric Power 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 Anhui Nari Jiyuan Power Grid Technology Co Ltd, State Grid Corp of China SGCC, Electric Power Research Institute of State Grid Shandong Electric Power Co Ltd filed Critical Anhui Nari Jiyuan Power Grid Technology Co Ltd
Priority to CN201910667371.8A priority Critical patent/CN110581934A/en
Publication of CN110581934A publication Critical patent/CN110581934A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/14Picture signal circuitry for video frequency region
    • H04N5/144Movement detection
    • H04N5/145Movement estimation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/14Picture signal circuitry for video frequency region
    • H04N5/21Circuitry for suppressing or minimising disturbance, e.g. moiré or halo

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Picture Signal Circuits (AREA)

Abstract

the invention discloses a video jitter elimination method, which comprises the following steps: dividing the video frame into a plurality of sub-region blocks, and screening the sub-region blocks to obtain a screened video frame; and performing motion compensation on the screened video frame by adopting motion estimation to obtain a compensated video frame. The invention also discloses a video jitter elimination device, a video jitter elimination device and a computer readable storage medium. The method identifies the video jitter according to the gray gradient, and has simple algorithm; and the quality of the finally obtained video frame is ensured by performing motion compensation through motion estimation.

Description

video jitter elimination method and device, terminal equipment and storage medium
Technical Field
The present invention relates to the field of video processing technologies, and in particular, to a method and an apparatus for eliminating video jitter, a terminal device, and a storage medium.
Background
Video jitter refers to the overall displacement between video frames, thereby affecting a series of subsequent operations such as video impression and compression coding.
Technologies for detecting video jitter are currently roughly: an optical flow method, a block matching method, a feature point matching method, and a gray projection method. Fast corner detection and LK sparse optical flow are adopted in the actual operation of the optical flow method. Block matching is a common method in image denoising and motion estimation. By matching the query block with neighboring image blocks, the K blocks closest to the query block are found from these neighboring blocks. The feature point matching method and the optical flow method are relatively dependent on the search of feature points. The gray projection method is a method which is used more, has relatively small calculated amount and has good actual effect.
The optical flow method depends on the detection of characteristic points, and the robustness is poor; the block matching method has higher requirements on image stability; the feature point matching method also depends on the search of feature points, and the calculated amount is huge; the gray projection method utilizes the change of the overall gray distribution rule of the image to determine the movement between frames, but has the defects that the global motion calculation is influenced by foreground motion and the effect on the rotary motion is poor.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a video jitter elimination method, an elimination apparatus, a terminal device and a storage medium.
the technical scheme adopted by the invention is as follows:
In a first aspect, the present invention provides a video jitter elimination method, including:
Dividing the video frame into a plurality of sub-region blocks, and screening the sub-region blocks to obtain a screened video frame;
And performing motion compensation on the screened video frame by adopting motion estimation to obtain a compensated video frame.
in a first possible implementation manner of the first aspect, the video frame is divided into a plurality of sub-region blocks, and the sub-region blocks are screened to obtain a screened video frame; the method specifically comprises the following steps:
And screening the subarea blocks by adopting gray gradient, deleting the subarea blocks with jitter to obtain blank subarea blocks, reserving the subarea blocks without jitter, and forming a screening video frame by the blank subarea blocks and the subarea blocks without jitter.
In a second possible implementation manner of the first aspect, the screening the sub-region blocks by using a gray scale gradient specifically includes:
and calculating the gray gradient of each sub-region block, and comparing the gray gradient of each sub-region block with a gradient threshold, wherein the sub-region block with the gray gradient smaller than the gray threshold is a sub-region block with jitter, and the sub-region block with the gray gradient larger than or equal to the gray threshold is a sub-region block without jitter.
Further, the gray threshold is an average value of gray gradients of the sub-region blocks.
in a third possible implementation manner of the first aspect, the screening the sub-region blocks by using a gray scale gradient specifically includes:
Calculating the gray scale gradient of each sub-region block, and sequencing the gray scale gradients according to the numerical value;
Calculating the difference between every two adjacent gray gradients according to the sorting sequence;
Calculating the average value of all the difference values, and deleting the sub-region module corresponding to the difference value larger than the average value;
The sub-region module corresponding to the difference value is a sub-region module corresponding to a larger value of the two gray gradients used for calculating the difference.
In a fourth possible implementation manner of the first aspect, the motion compensation is performed on the screened video frames by using motion estimation to obtain compensated video frames; the method specifically comprises the following steps: and obtaining the motion information of the video frame by adopting motion estimation, and performing motion compensation on the screened video frame.
in a second aspect, an embodiment of the present invention provides a video jitter removing apparatus, including:
the screening module is used for dividing the video frame into a plurality of sub-area blocks and screening the sub-area blocks to obtain a screened video frame;
And the compensation module is used for performing motion compensation on the screened video frames by adopting motion estimation to obtain compensated video frames.
in a third aspect, an embodiment of the present invention provides a video jitter removing apparatus, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the video jitter removing method when executing the computer program.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored, where the computer program is executed by a processor to implement a video jitter elimination method as described above.
The invention has the beneficial effects that:
The gray scale gradient of each sub-region block is calculated, and the sub-region blocks with the gray scale gradient smaller than the gradient threshold value are deleted. Video jitter is identified according to the gray gradient, and the algorithm is simple; motion compensation is carried out through motion estimation, so that the quality of finally obtained video frames is ensured; the gradient threshold value is a variable value, and the updating of the gradient threshold value according to each frame of video is realized, so that the screening of the sub-region blocks in each video frame is favorably ensured to be carried out according to the characteristics of the video frame, the video jitter elimination method is ensured to adapt according to the characteristics of the video frame, the video jitter elimination effect is favorably further improved, the integrity of the video is ensured, and the quality of each frame of video is ensured.
Drawings
FIG. 1 is a flow chart of a video jitter removal method according to the present invention;
fig. 2 is a block diagram of a video jitter removing apparatus according to the present invention.
Detailed Description
The invention provides a video jitter elimination method, which realizes the identification and elimination of jitter blur in a video frame by screening a sub-region module according to gray gradient; after the jitter blur is deleted, the blank area is compensated according to the motion estimation, so that the integrity of the video frame is ensured, and the video jitter is eliminated.
The foregoing is the core idea of the present application, and in order to make those skilled in the art better understand the scheme of the present application, the present application will be further described in detail with reference to the accompanying drawings. It should be understood that the specific features in the embodiments and examples of the present application are detailed description of the technical solutions of the present application, and are not limited to the technical solutions of the present application, and the technical features in the embodiments and examples of the present application may be combined with each other without conflict.
Example one
Fig. 1 is a flow chart of a video jitter elimination method according to the present invention.
Referring to fig. 1, a video judder removal method includes the steps of:
step 101, dividing a video frame into a plurality of sub-area blocks, and screening the sub-area blocks to obtain a screened video frame;
And 102, performing motion compensation on the screened video frame by adopting motion estimation to obtain a compensated video frame.
therefore, in the invention, the video jitter is identified according to the gray gradient, and the algorithm is simple; and the quality of the finally obtained video frame is ensured by performing motion compensation through motion estimation. In addition, the invention uses the video frames to carry out the jitter elimination object, thereby ensuring the integrity of the video and the quality of each frame of video.
In step 101, dividing a video frame into a plurality of sub-area blocks, and screening the sub-area blocks to obtain a screened video frame; the method specifically comprises the following steps:
and screening the subarea blocks by adopting gray gradient, deleting the subarea blocks with jitter to obtain blank subarea blocks, reserving the subarea blocks without jitter, and forming a screening video frame by the blank subarea blocks and the subarea blocks without jitter.
The screening of the sub-region blocks by using the gray scale gradient specifically comprises:
And calculating the gray gradient of each sub-region block, and comparing the gray gradient of each sub-region block with a gradient threshold, wherein the sub-region block with the gray gradient smaller than the gray threshold is a sub-region block with jitter, and the sub-region block with the gray gradient larger than or equal to the gray threshold is a sub-region block without jitter.
The gray threshold is the mean value of the gray gradient of each sub-region block.
In this embodiment, the specific method for selecting the sub-region blocks according to the gray scale gradient includes: and calculating the gray gradient of each sub-region block, and deleting the sub-region blocks with the gray gradient smaller than a gradient threshold value. Specifically, in this embodiment, the gradient threshold is an average value of the block gray scale gradients of the sub-regions. In the embodiment, the gradient threshold is a variable value, so that the gradient threshold is updated according to each frame of video, thereby being beneficial to ensuring that screening of sub-region blocks in each video frame is carried out according to the characteristics of the video frame, ensuring the characteristic that the video jitter elimination method adapts according to the video frame, and being beneficial to further improving the video jitter elimination effect.
example two
In this embodiment, another implementation manner is adopted for the sub-region block screening on the basis of the first embodiment, and specifically, the implementation manner is as follows: screening the subarea blocks by adopting gray gradient, which specifically comprises the following steps:
Calculating the gray scale gradient of each sub-region block, and sequencing the gray scale gradients according to the numerical value;
calculating the difference between every two adjacent gray gradients according to the sorting sequence;
calculating the average value of all the difference values, and deleting the sub-region module corresponding to the difference value larger than the average value;
the sub-region module corresponding to the difference value is a sub-region module corresponding to a larger value of the two gray gradients used for calculating the difference.
In this embodiment, it is assumed that a video frame is divided into N sub-region modules, and the gray scale gradients corresponding to the sub-region modules are: a1, a2, a3 … …, an; a1, a2, a3 … … and an are arranged according to numerical value size sequence, a2-a1= c1, a3-a2= c2 … …, an-a (n-1) = c (n-1); the sub-region block corresponding to c1 is the sub-region block with the gray scale gradient of a2, the sub-region block corresponding to c2 is the sub-region block with the gray scale gradient of a3, and the sub-region block corresponding to c (n-1) is the sub-region block with the gray scale gradient of an.
Assuming that the average value of c1, c2 … … and c (n-1) is c0, wherein c2 is greater than c0, the sub-region block with the gray gradient of a3 is eliminated in the video frame, and the video frame after the sub-region block is eliminated is subjected to motion compensation through motion estimation.
In this embodiment, the screening of the sub-region blocks is performed according to the gray gradient difference, so that the screening accuracy of the video jitter is further improved.
In step 102, performing motion compensation on the screened video frame by using motion estimation to obtain a compensated video frame; the method specifically comprises the following steps: and obtaining the motion information of the video frame by adopting motion estimation, and performing motion compensation on the screened video frame.
according to the video jitter elimination method, the sub-region module is screened according to the gray gradient, so that the identification and elimination of jitter blur in the video frame are realized; after the jitter blur is deleted, the blank area is compensated according to the motion estimation, so that the integrity of the video frame is ensured, and the video jitter is eliminated.
EXAMPLE III
Based on the same inventive concept as the video jitter removing method in the foregoing embodiment, the present invention also provides a video jitter removing apparatus.
referring to fig. 2, a block diagram of a video jitter removing apparatus according to the present invention is shown.
As shown in fig. 2, a video judder removing apparatus includes:
the screening module 201 is configured to divide a video frame into a plurality of sub-region blocks, and screen the sub-region blocks to obtain a screened video frame;
and the compensation module 202 is configured to perform motion compensation on the screened video frame by using motion estimation to obtain a compensated video frame.
Various modifications and embodiments of a video jitter removal method in the first embodiment are also applicable to a video jitter removal method in the present embodiment, and a video jitter removal method in the present embodiment is clearly known to those skilled in the art from the foregoing detailed description of a video jitter removal method, so that details are not described herein again for the sake of brevity of the description.
Example four
A video judder removal device comprising a memory, a processor and a computer program stored in said memory and executable on said processor, characterized in that said processor implements a video judder removal method as described when executing said computer program.
the Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, or the like. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, said processor being the control center for said one video jitter removal method, various interfaces and lines connecting the various parts of the overall said one video jitter removal method.
The memory can be used for storing the computer program and/or the module, and the processor can realize various functions of the video structuring storage device based on edge computing by operating or executing the computer program and/or the module stored in the memory and calling the data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, a text conversion function, etc.), and the like; the storage data area may store data (such as audio data, text message data, etc.) created according to the use of the cellular phone, etc. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
EXAMPLE five
A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out a video judder removal method as described.
wherein, the module integrated by the video jitter elimination method can be stored in a computer readable storage medium if the module is realized in the form of a software functional unit and sold or used as a stand-alone product. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
The above examples are typical examples of the present invention, but the embodiments of the present invention are not limited to the above examples. Other changes, modifications, substitutions, combinations, and simplifications which do not depart from the spirit and principles of the invention are intended to be included within the scope of the invention.
the present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
finally, it should be noted that: the above embodiments are only intended to illustrate the technical solution of the present invention and not to limit the same, and a person of ordinary skill in the art can make modifications or equivalents to the specific embodiments of the present invention with reference to the above embodiments, and such modifications or equivalents without departing from the spirit and scope of the present invention are within the scope of the claims of the present invention as set forth in the claims.

Claims (9)

1. A video judder removal method, comprising:
dividing the video frame into a plurality of sub-region blocks, and screening the sub-region blocks to obtain a screened video frame;
And performing motion compensation on the screened video frame by adopting motion estimation to obtain a compensated video frame.
2. the method according to claim 1, wherein the video frame is divided into a plurality of sub-area blocks, and the sub-area blocks are screened to obtain a screened video frame; the method specifically comprises the following steps:
And screening the subarea blocks by adopting gray gradient, deleting the subarea blocks with jitter to obtain blank subarea blocks, reserving the subarea blocks without jitter, and forming a screening video frame by the blank subarea blocks and the subarea blocks without jitter.
3. The method according to claim 2, wherein the selecting the sub-region block using the gray scale gradient comprises:
And calculating the gray gradient of each sub-region block, and comparing the gray gradient of each sub-region block with a gradient threshold, wherein the sub-region block with the gray gradient smaller than the gray threshold is a sub-region block with jitter, and the sub-region block with the gray gradient larger than or equal to the gray threshold is a sub-region block without jitter.
4. the method of claim 3, wherein the gray threshold is an average of gray gradients of the sub-region blocks.
5. the method according to claim 2, wherein the selecting the sub-region block using the gray scale gradient comprises:
calculating the gray scale gradient of each sub-region block, and sequencing the gray scale gradients according to the numerical value;
Calculating the difference between every two adjacent gray gradients according to the sorting sequence;
Calculating the average value of all the difference values, and deleting the sub-region module corresponding to the difference value larger than the average value;
The sub-region module corresponding to the difference value is a sub-region module corresponding to a larger value of the two gray gradients used for calculating the difference.
6. The method of claim 1, wherein the motion compensation of the filtered video frames using motion estimation results in compensated video frames; the method specifically comprises the following steps: and obtaining the motion information of the video frame by adopting motion estimation, and performing motion compensation on the screened video frame.
7. A video judder removal apparatus, comprising:
The screening module is used for dividing the video frame into a plurality of sub-area blocks and screening the sub-area blocks to obtain a screened video frame;
And the compensation module is used for performing motion compensation on the screened video frames by adopting motion estimation to obtain compensated video frames.
8. a video judder removal device comprising a memory, a processor and a computer program stored in said memory and executable on said processor, characterized in that said processor implements a video judder removal method as claimed in claims 1-6 when executing said computer program.
9. A computer-readable storage medium, in which a computer program is stored, which, when being executed by a processor, carries out a video judder removal method as claimed in claims 1-6.
CN201910667371.8A 2019-07-23 2019-07-23 Video jitter elimination method and device, terminal equipment and storage medium Pending CN110581934A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910667371.8A CN110581934A (en) 2019-07-23 2019-07-23 Video jitter elimination method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910667371.8A CN110581934A (en) 2019-07-23 2019-07-23 Video jitter elimination method and device, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110581934A true CN110581934A (en) 2019-12-17

Family

ID=68810404

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910667371.8A Pending CN110581934A (en) 2019-07-23 2019-07-23 Video jitter elimination method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110581934A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112804444A (en) * 2020-12-30 2021-05-14 影石创新科技股份有限公司 Video processing method and device, computing equipment and storage medium
CN116148869A (en) * 2023-04-21 2023-05-23 深圳市龙之源科技股份有限公司 Hand-held distance measuring instrument
CN117409065A (en) * 2022-07-08 2024-01-16 腾讯科技(深圳)有限公司 Object measuring method, device, computer apparatus, readable storage medium and product

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110267507A1 (en) * 2010-04-30 2011-11-03 Kane Paul J Range measurement using a zoom camera
CN106131450A (en) * 2016-07-29 2016-11-16 努比亚技术有限公司 A kind of method of image procossing, device and terminal
JP2017181247A (en) * 2016-03-30 2017-10-05 ローム株式会社 Jitter detecting circuit
CN107895349A (en) * 2017-10-23 2018-04-10 电子科技大学 A kind of endoscopic video deblurring method based on synthesis
CN108492287A (en) * 2018-03-14 2018-09-04 罗普特(厦门)科技集团有限公司 A kind of video jitter detection method, terminal device and storage medium
CN109698906A (en) * 2018-11-24 2019-04-30 四川鸿景润科技有限公司 Dithering process method and device, video monitoring system based on image

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110267507A1 (en) * 2010-04-30 2011-11-03 Kane Paul J Range measurement using a zoom camera
JP2017181247A (en) * 2016-03-30 2017-10-05 ローム株式会社 Jitter detecting circuit
CN106131450A (en) * 2016-07-29 2016-11-16 努比亚技术有限公司 A kind of method of image procossing, device and terminal
CN107895349A (en) * 2017-10-23 2018-04-10 电子科技大学 A kind of endoscopic video deblurring method based on synthesis
CN108492287A (en) * 2018-03-14 2018-09-04 罗普特(厦门)科技集团有限公司 A kind of video jitter detection method, terminal device and storage medium
CN109698906A (en) * 2018-11-24 2019-04-30 四川鸿景润科技有限公司 Dithering process method and device, video monitoring system based on image

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
白丰 等: "基于分区灰度投影的稳像算法在卫星装配中的应用", 《中国机械工程》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112804444A (en) * 2020-12-30 2021-05-14 影石创新科技股份有限公司 Video processing method and device, computing equipment and storage medium
CN117409065A (en) * 2022-07-08 2024-01-16 腾讯科技(深圳)有限公司 Object measuring method, device, computer apparatus, readable storage medium and product
CN116148869A (en) * 2023-04-21 2023-05-23 深圳市龙之源科技股份有限公司 Hand-held distance measuring instrument
CN116148869B (en) * 2023-04-21 2023-08-18 深圳市龙之源科技股份有限公司 Hand-held distance measuring instrument

Similar Documents

Publication Publication Date Title
CN110581934A (en) Video jitter elimination method and device, terminal equipment and storage medium
CN110852997B (en) Dynamic image definition detection method and device, electronic equipment and storage medium
US20230214981A1 (en) Method for detecting appearance defects of a product and electronic device
CN110738611A (en) video image quality enhancement method, system and equipment
JP2021135993A (en) Text recognition method, text recognition apparatus, electronic device, and storage medium
CN114049499A (en) Target object detection method, apparatus and storage medium for continuous contour
CN111161299B (en) Image segmentation method, storage medium and electronic device
CN111597845A (en) Two-dimensional code detection method, device and equipment and readable storage medium
CN111369599A (en) Image matching method, device and apparatus and storage medium
TW201911230A (en) Surveillance method, computing device, and non-transitory storage medium
CN114355467A (en) Detection model establishment and multi-image-based track foreign matter detection method
CN113409353A (en) Motion foreground detection method and device, terminal equipment and storage medium
CN108109120B (en) Illumination compensation method and device for dot matrix two-dimensional code
CN115830273A (en) Optimization method and device of lightweight grid before three-dimensional scene rendering
CN112541435B (en) Image processing method, device and storage medium
CN115272421A (en) Front background extraction method and device, computer equipment and storage medium
CN112037814B (en) Audio fingerprint extraction method and device, electronic equipment and storage medium
CN110580706A (en) Method and device for extracting video background model
CN110956589A (en) Image blurring processing method, device, equipment and storage medium
CN113112432A (en) Method for automatically identifying image strips
CN113573137A (en) Video canvas boundary detection method, system, terminal equipment and storage medium
CN110097583B (en) Picture screening method and device
CN114596210A (en) Noise estimation method, device, terminal equipment and computer readable storage medium
CN111160358A (en) Image binarization method, device, equipment and medium
CN117853371B (en) Multi-branch frequency domain enhanced real image defogging method, system and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
TA01 Transfer of patent application right

Effective date of registration: 20200402

Address after: 210000 good faith Avenue, Jiangning economic and Technological Development Zone, Nanjing, Jiangsu Province, No. 19

Applicant after: NARI GROUP Corp.

Applicant after: ELECTRIC POWER RESEARCH INSTITUTE OF STATE GRID SHANDONG ELECTRIC POWER Co.

Applicant after: ANHUI NANRUI JIYUAN POWER GRID TECHNOLOGY Co.,Ltd.

Applicant after: STATE GRID CORPORATION OF CHINA

Address before: 230088 No. 90 science Avenue, hi tech Zone, Anhui, Hefei

Applicant before: ANHUI NANRUI JIYUAN POWER GRID TECHNOLOGY Co.,Ltd.

Applicant before: ELECTRIC POWER RESEARCH INSTITUTE OF STATE GRID SHANDONG ELECTRIC POWER Co.

Applicant before: STATE GRID CORPORATION OF CHINA

TA01 Transfer of patent application right
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20191217

RJ01 Rejection of invention patent application after publication