CN110599511A - Image filtering method and device for reserving image edge and storage medium - Google Patents

Image filtering method and device for reserving image edge and storage medium Download PDF

Info

Publication number
CN110599511A
CN110599511A CN201910769079.7A CN201910769079A CN110599511A CN 110599511 A CN110599511 A CN 110599511A CN 201910769079 A CN201910769079 A CN 201910769079A CN 110599511 A CN110599511 A CN 110599511A
Authority
CN
China
Prior art keywords
image
repaired
block
target
edge
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.)
Granted
Application number
CN201910769079.7A
Other languages
Chinese (zh)
Other versions
CN110599511B (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.)
Zhang Jiehui
Original Assignee
Zhongshan City Oppe Metal Products 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 Zhongshan City Oppe Metal Products Co Ltd filed Critical Zhongshan City Oppe Metal Products Co Ltd
Priority to CN201910769079.7A priority Critical patent/CN110599511B/en
Publication of CN110599511A publication Critical patent/CN110599511A/en
Application granted granted Critical
Publication of CN110599511B publication Critical patent/CN110599511B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/50Image enhancement or restoration by the use of more than one image, e.g. averaging, subtraction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/136Segmentation; Edge detection involving thresholding

Abstract

The invention relates to an image filtering method, a device and a storage medium for reserving image edges, which comprises the following steps: step 101, acquiring a target image, extracting a contour line in the target image, and forming a first image by the extracted contour line and an empty template image with the same size as an original image; 102, performing image restoration on a target image to obtain a second image; 103, performing image enhancement processing on the repaired second image to obtain a third image; and 104, performing image superposition on the first image and the third image to obtain a fourth image, and outputting the fourth image as a target image. According to the invention, the edge of the image is extracted, and then the edge image of the image and the repaired image are subjected to image superposition to obtain the repaired image with a complete edge. The invention is applied to the field of image processing.

Description

Image filtering method and device for reserving image edge and storage medium
Technical Field
The present invention relates to the field of image processing, and in particular, to an image filtering method and apparatus for preserving image edges, and a storage medium.
Background
Image filtering is a fundamental stone operation that many industries must master, such as face recognition, iris recognition and other popular technical fields today.
When image filtering is performed in the current market, although the definition of an image can be improved and the image can be repaired when the image is processed, the edge of the image is damaged, the edge of the image is incomplete, and the situation similar to broken lines occurs.
An image filtering method for reserving an image edge is urgently needed in the market at present, and a repaired image with a complete edge can be obtained by extracting the image edge and then overlapping the edge image of the image and the repaired image.
Disclosure of Invention
The present invention is directed to solve the deficiencies of the prior art, and provides an image filtering method, an image filtering device and a storage medium for preserving image edges, which can obtain a restored image with complete edges.
In order to achieve the purpose, the invention adopts the following technical scheme:
an image filtering method for preserving image edges is provided, comprising:
step 101, acquiring a target image, extracting a contour line in the target image, and forming a first image by the extracted contour line and an empty template image with the same size as an original image;
102, performing image restoration on a target image to obtain a second image;
103, performing image enhancement processing on the repaired second image to obtain a third image;
and 104, performing image superposition on the first image and the third image to obtain a fourth image, and outputting the fourth image as a target image.
Further, the above-mentioned manner of extracting the contour line in the target image is to extract the image contour feature by a Canny operator, and specifically includes the following steps:
step 201, performing image smoothing processing on a target image by using a Gaussian filter;
step 202, calculating the amplitude and direction of the gradient of the smoothed image by using finite difference of first-order partial derivatives;
step 203, carrying out non-maximum suppression processing on the gradient amplitude of the smoothed image;
and step 204, carrying out double-threshold algorithm detection and connection edge processing on the image processed in the step 203.
Further, the above-mentioned manner of performing image restoration on the target image to obtain the second image specifically includes the following:
step 301, representing a complete region of a target image by P, determining that Q is a region to be repaired of the target image, and then P-Q is a target region which does not need to be repaired;
step 302, calculating each pixel point a at the edge of the region Q to be repaired of the target image, and calculating a block M to be repaired with the pixel point a as the centeraRepair priority of (a):
A(a)=C(a)D(a),
wherein C (a) designs the block E to be repairedaD (a) is the block E to be repairedaThe data factor item of (1), whereinIn the formula | MaL is the block M to be repairedaα is a normalization factor;a unit vector which is perpendicular to the edge of the area Q to be repaired at the point a is represented;
step 303, finding out pixel points corresponding to the MAX a (a) value from the edge points of the area Q to be repaired, repairing the block to be repaired with the pixel points corresponding to the MAX a (a) value as the center, and simultaneously repairing the repaired block M to be repairedaThe repair priority of (1) is set to 0;
and step 304, repeating the step 303 until the area Q to be repaired is completely repaired to obtain a second image.
Further, the repairing process in step 303 includes the following steps:
step 401, calculate the block M to be repairedaThe gray value of the known pixel and the Euclidean distance d of the gray value in the corresponding block in the image which does not need to be repaired, and the block with the minimum Euclidean distance is taken as the block M to be repairedaMost matched image block Na
Step 402, according to the best matching image block NaGray value of middle pixel point to block M to be repairedaThe gray values in the pixel points are filled, and after the filling is finished, the gray values are ready to be filledRepair block MaMarking as repair-free areas;
and step 403, processing the image processed in the step 402 again according to the steps 401 to 402 until the area to be repaired is completely repaired.
Further, the specific manner of superimposing the first image and the third image to obtain the fourth image includes the following steps:
the first image and the third image are subjected to an image superimposing operation by matlab, and the RGB values of the blank template image of the first image excluding the extracted contour line portion are set to 0.
An image filtering apparatus for preserving image edges is also provided, to which the image filtering method for preserving image edges is applied, including:
the contour line extraction module is used for extracting contour lines in the target image and enabling the extracted contour lines and the blank template image with the same size as the original image to jointly form a first image;
the image restoration module is used for restoring the target image to obtain a second image;
the image enhancement module is used for carrying out image enhancement processing on the repaired second image to obtain a third image;
and the image superposition module is used for carrying out image superposition on the first image and the third image to obtain a fourth image, and outputting the fourth image as a target image.
Further, the image inpainting module includes:
a to-be-repaired area determining subunit, configured to determine a to-be-repaired area of the target image;
the pixel point calculation subunit is used for calculating each pixel point a of the edge of the region Q to be repaired of the target image;
a repair priority calculation subunit for calculating a block M to be repaired centered on the pixel point aaRepair priority a.
A computer-readable storage medium is also proposed, in which a computer program is stored which, when being executed by a processor, carries out the steps of the image filtering method preserving image edges.
The invention has the beneficial effects that:
according to the invention, the image edge is extracted, and then the edge image of the image and the repaired image are subjected to image superposition to obtain the repaired image with complete edge, so that the damage to the image edge in the image repairing process can be avoided, and the clear and complete repaired image can be obtained.
Drawings
Fig. 1 is a flowchart of an image filtering method for preserving image edges.
Detailed Description
The conception, the specific structure and the technical effects of the present invention will be clearly and completely described in conjunction with the embodiments and the accompanying drawings to fully understand the objects, the schemes and the effects of the present invention. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The same reference numbers will be used throughout the drawings to refer to the same or like parts.
With reference to fig. 1, the present invention provides an image filtering method for preserving image edges, including:
step 101, acquiring a target image, extracting a contour line in the target image, and forming a first image by the extracted contour line and an empty template image with the same size as an original image;
102, performing image restoration on a target image to obtain a second image;
103, performing image enhancement processing on the repaired second image to obtain a third image;
and 104, performing image superposition on the first image and the third image to obtain a fourth image, and outputting the fourth image as a target image.
According to the invention, the image edge is extracted, and then the edge image of the image and the repaired image are subjected to image superposition to obtain the repaired image with complete edge, so that the damage to the image edge in the image repairing process can be avoided, and the clear and complete repaired image is output.
As a preferred embodiment of the present invention, the method for extracting the contour line in the target image is to extract the image contour feature by using a Canny operator, and specifically includes the following steps:
step 201, performing image smoothing processing on a target image by using a Gaussian filter;
step 202, calculating the amplitude and direction of the gradient of the smoothed image by using finite difference of first-order partial derivatives;
step 203, carrying out non-maximum suppression processing on the gradient amplitude of the smoothed image;
and step 204, carrying out double-threshold algorithm detection and connection edge processing on the image processed in the step 203.
According to the method, the Canny operator is adopted to extract the edge of the contour line of the target image, and the Canny improves the non-maximum suppression and the double threshold on the basis of the first-order differential operator. By utilizing non-maximum suppression, not only can the multi-response edge be effectively suppressed, but also the positioning accuracy of the edge can be improved; the missing rate of the edge can be effectively reduced by using the double thresholds.
As a preferred embodiment of the present invention, the method for performing image restoration on the target image to obtain the second image specifically includes the following steps:
step 301, representing a complete region of a target image by P, determining that Q is a region to be repaired of the target image, and then P-Q is a target region which does not need to be repaired;
step 302, calculating each pixel point a at the edge of the region Q to be repaired of the target image, and calculating a block M to be repaired with the pixel point a as the centeraRepair priority of (a):
A(a)=C(a)D(a),
wherein C (a) designs the block E to be repairedaD (a) is the block E to be repairedaThe data factor item of (1), whereinIn the formula | MaL is the block M to be repairedaα is a normalization factor;a unit vector which is perpendicular to the edge of the area Q to be repaired at the point a is represented;
step 303, finding out pixel points corresponding to the MAX a (a) value from the edge points of the area Q to be repaired, repairing the block to be repaired with the pixel points corresponding to the MAX a (a) value as the center, and simultaneously repairing the repaired block M to be repairedaThe repair priority of (1) is set to 0;
and step 304, repeating the step 303 until the area Q to be repaired is completely repaired to obtain a second image.
According to the embodiment, the repairing priority is calculated, and the repairing blocks in the area to be repaired are sequentially repaired according to the priority, so that the repairing accuracy can be ensured to a certain extent.
As a preferred embodiment of this embodiment, the repairing process in step 303 includes the following steps:
step 401, calculate the block M to be repairedaThe gray value of the known pixel and the Euclidean distance d of the gray value in the corresponding block in the image which does not need to be repaired, and the block with the minimum Euclidean distance is taken as the block M to be repairedaMost matched image block Na
Step 402, according to the best matching image block NaGray value of middle pixel point to block M to be repairedaThe gray value of the pixel point is filled, and after the filling is finished, the block M to be repaired isaMarking as repair-free areas;
and step 403, processing the image processed in the step 402 again according to the steps 401 to 402 until the area to be repaired is completely repaired.
In the present embodiment, the closest euclidean distance is calculated, and the point in the repair-unnecessary region of the euclidean distance is used as the most matched image block NaGray value of middle pixel point to block M to be repairedaImage ofThe gray values in the pixel points are filled, so that the continuity of the image can be ensured to a certain extent.
As a preferred embodiment of the present invention, the specific manner of superimposing the first image and the third image to obtain the fourth image includes the following:
the first image and the third image are subjected to an image superimposing operation by matlab, and the RGB values of the blank template image of the first image excluding the extracted contour line portion are set to 0.
In the present embodiment, when superimposing the first image and the third image, the RGB values of the blank template image excluding the extracted contour line portion of the first image are set to 0 at the same time, and it is possible to avoid a situation where the first image and the third image overlap each other at a position other than the contour line.
An image filtering apparatus for preserving image edges is also provided, to which the image filtering method for preserving image edges is applied, including:
the contour line extraction module is used for extracting contour lines in the target image and enabling the extracted contour lines and the blank template image with the same size as the original image to jointly form a first image;
the image restoration module is used for restoring the target image to obtain a second image;
the image enhancement module is used for carrying out image enhancement processing on the repaired second image to obtain a third image;
and the image superposition module is used for carrying out image superposition on the first image and the third image to obtain a fourth image, and outputting the fourth image as a target image.
As a preferred embodiment of this aspect, the image restoration module includes:
a to-be-repaired area determining subunit, configured to determine a to-be-repaired area of the target image;
the pixel point calculation subunit is used for calculating each pixel point a of the edge of the region Q to be repaired of the target image;
a repair priority calculation subunit for calculating a block M to be repaired centered on the pixel point aaRepair priority a.
A computer-readable storage medium is also proposed, in which a computer program is stored which, when being executed by a processor, carries out the steps of the image filtering method preserving image edges.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may be stored in a computer readable storage medium. 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 can implement the steps of the above-described method embodiments when the computer program is executed by a processor. 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, etc. It should be noted that the computer readable medium may contain other components which may be suitably increased or decreased as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media which may not include electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
While the present invention has been described in considerable detail and with particular reference to a few illustrative embodiments thereof, it is not intended to be limited to any such details or embodiments or any particular embodiments, but it is to be construed as effectively covering the intended scope of the invention by providing a broad, potential interpretation of such claims in view of the prior art with reference to the appended claims. Furthermore, the foregoing describes the invention in terms of embodiments foreseen by the inventor for which an enabling description was available, notwithstanding that insubstantial modifications of the invention, not presently foreseen, may nonetheless represent equivalent modifications thereto.
The above description is only a preferred embodiment of the present invention, and the present invention is not limited to the above embodiment, and the present invention shall fall within the protection scope of the present invention as long as the technical effects of the present invention are achieved by the same means. The invention is capable of other modifications and variations in its technical solution and/or its implementation, within the scope of protection of the invention.

Claims (8)

1. An image filtering method for preserving image edges, comprising:
step 101, acquiring a target image, extracting a contour line in the target image, and forming a first image by the extracted contour line and an empty template image with the same size as an original image;
102, performing image restoration on a target image to obtain a second image;
103, performing image enhancement processing on the repaired second image to obtain a third image;
and 104, performing image superposition on the first image and the third image to obtain a fourth image, and outputting the fourth image as a target image.
2. The image filtering method for preserving image edges according to claim 1, wherein the extracting of the contour lines in the target image is performed by extracting image contour features through a Canny operator, and specifically comprises the following steps:
step 201, performing image smoothing processing on a target image by using a Gaussian filter;
step 202, calculating the amplitude and direction of the gradient of the smoothed image by using finite difference of first-order partial derivatives;
step 203, carrying out non-maximum suppression processing on the gradient amplitude of the smoothed image;
and step 204, carrying out double-threshold algorithm detection and connection edge processing on the image processed in the step 203.
3. The image filtering method for preserving image edges as claimed in claim 1, wherein the manner of performing image restoration on the target image to obtain the second image specifically includes the following steps:
step 301, representing a complete region of a target image by P, determining that Q is a region to be repaired of the target image, and then P-Q is a target region which does not need to be repaired;
step 302, calculating each pixel point a at the edge of the region Q to be repaired of the target image, and calculating a block M to be repaired with the pixel point a as the centeraRepair priority of (a):
A(a)=C(a)D(a),
wherein C (a) designs the block E to be repairedaD (a) is the block E to be repairedaThe data factor item of (1), whereinIn the formula | MaL is the block M to be repairedaα is a normalization factor;a unit vector which is perpendicular to the edge of the area Q to be repaired at the point a is represented;
step 303, finding out pixel points corresponding to the MAX a (a) value from the edge points of the area Q to be repaired, repairing the block to be repaired with the pixel points corresponding to the MAX a (a) value as the center, and simultaneously repairing the repaired block M to be repairedaThe repair priority of (1) is set to 0;
and step 304, repeating the step 303 until the area Q to be repaired is completely repaired to obtain a second image.
4. The method of claim 3, wherein the repairing process in step 303 comprises the following steps:
step 401, calculate the block M to be repairedaThe gray value of the known pixel and the Euclidean distance d of the gray value in the corresponding block in the image which does not need to be repaired, and the block with the minimum Euclidean distance is taken as the block M to be repairedaMost matched image block Na
Step 402, according to the best matching image block NaGray value of middle pixel point to block M to be repairedaThe gray value of the pixel point is filled, and after the filling is finished, the block M to be repaired isaMarking as repair-free areas;
and step 403, processing the image processed in the step 402 again according to the steps 401 to 402 until the area to be repaired is completely repaired.
5. The method as claimed in claim 1, wherein the step of superimposing the first image and the third image to obtain the fourth image comprises:
the first image and the third image are subjected to an image superimposing operation by matlab, and the RGB values of the blank template image of the first image excluding the extracted contour line portion are set to 0.
6. An image filtering apparatus for preserving image edges, which is characterized in that, the image filtering method for preserving image edges is applied, comprising:
the contour line extraction module is used for extracting contour lines in the target image and enabling the extracted contour lines and the blank template image with the same size as the original image to jointly form a first image;
the image restoration module is used for restoring the target image to obtain a second image;
the image enhancement module is used for carrying out image enhancement processing on the repaired second image to obtain a third image;
and the image superposition module is used for carrying out image superposition on the first image and the third image to obtain a fourth image, and outputting the fourth image as a target image.
7. The image filtering apparatus for preserving image edge as claimed in claim 6, wherein the image repairing module comprises:
a to-be-repaired area determining subunit, configured to determine a to-be-repaired area of the target image;
the pixel point calculation subunit is used for calculating each pixel point a of the edge of the region Q to be repaired of the target image;
a repair priority calculation subunit for calculating a block M to be repaired centered on the pixel point aaRepair priority a.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN201910769079.7A 2019-08-20 2019-08-20 Image filtering method, device and storage medium for reserving image edges Active CN110599511B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910769079.7A CN110599511B (en) 2019-08-20 2019-08-20 Image filtering method, device and storage medium for reserving image edges

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910769079.7A CN110599511B (en) 2019-08-20 2019-08-20 Image filtering method, device and storage medium for reserving image edges

Publications (2)

Publication Number Publication Date
CN110599511A true CN110599511A (en) 2019-12-20
CN110599511B CN110599511B (en) 2023-09-01

Family

ID=68854880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910769079.7A Active CN110599511B (en) 2019-08-20 2019-08-20 Image filtering method, device and storage medium for reserving image edges

Country Status (1)

Country Link
CN (1) CN110599511B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112907482A (en) * 2021-03-17 2021-06-04 浙江理工大学 Method for denoising American image

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6611618B1 (en) * 1997-11-13 2003-08-26 Schepens Eye Research Institute, Inc. Wide-band image enhancement
US20070086667A1 (en) * 2005-10-17 2007-04-19 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and program
CN101661613A (en) * 2009-08-27 2010-03-03 北京交通大学 Image restoration method based on image segmentation, and system therefor
CN102117481A (en) * 2011-03-17 2011-07-06 西安交通大学 Automatic digital repair method of damaged images
CN102567955A (en) * 2010-12-30 2012-07-11 北京大学 Method and system for inpainting images
CN102999887A (en) * 2012-11-12 2013-03-27 中国科学院研究生院 Sample based image repairing method
CN105260993A (en) * 2015-10-23 2016-01-20 哈尔滨工业大学 Hyperspectral image stripe missing restoring method based on edge constraint and self-adaptive morphological filter
CN107507208A (en) * 2017-07-12 2017-12-22 天津大学 A kind of characteristics of image point extracting method based on Curvature Estimation on profile
CN109816674A (en) * 2018-12-27 2019-05-28 北京航天福道高技术股份有限公司 Registration figure edge extracting method based on Canny operator

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6611618B1 (en) * 1997-11-13 2003-08-26 Schepens Eye Research Institute, Inc. Wide-band image enhancement
US20070086667A1 (en) * 2005-10-17 2007-04-19 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and program
CN101661613A (en) * 2009-08-27 2010-03-03 北京交通大学 Image restoration method based on image segmentation, and system therefor
CN102567955A (en) * 2010-12-30 2012-07-11 北京大学 Method and system for inpainting images
CN102117481A (en) * 2011-03-17 2011-07-06 西安交通大学 Automatic digital repair method of damaged images
CN102999887A (en) * 2012-11-12 2013-03-27 中国科学院研究生院 Sample based image repairing method
CN105260993A (en) * 2015-10-23 2016-01-20 哈尔滨工业大学 Hyperspectral image stripe missing restoring method based on edge constraint and self-adaptive morphological filter
CN107507208A (en) * 2017-07-12 2017-12-22 天津大学 A kind of characteristics of image point extracting method based on Curvature Estimation on profile
CN109816674A (en) * 2018-12-27 2019-05-28 北京航天福道高技术股份有限公司 Registration figure edge extracting method based on Canny operator

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
焦明连,朱恒山,李晶, 中国矿业大学出版社, pages: 104 - 106 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112907482A (en) * 2021-03-17 2021-06-04 浙江理工大学 Method for denoising American image

Also Published As

Publication number Publication date
CN110599511B (en) 2023-09-01

Similar Documents

Publication Publication Date Title
CN110766736B (en) Defect detection method, defect detection device, electronic equipment and storage medium
US9292759B2 (en) Methods and systems for optimized parameter selection in automated license plate recognition
CN107220988B (en) Part image edge extraction method based on improved canny operator
CN106156692B (en) method and device for positioning human face edge feature points
CN109919160B (en) Verification code identification method, device, terminal and storage medium
JP2016513320A (en) Method and apparatus for image enhancement and edge verification using at least one additional image
US9582859B2 (en) System and a method for depth-image-based rendering
US9524445B2 (en) Methods and systems for suppressing non-document-boundary contours in an image
CN108846844B (en) Sea surface target detection method based on sea antenna
JP5534411B2 (en) Image processing device
CN109544577B (en) Improved straight line extraction method based on edge point grouping
US9342731B1 (en) System and method for identification of fingerprints
CN111179186A (en) Image denoising system for protecting image details
CN113781413B (en) Electrolytic capacitor positioning method based on Hough gradient method
CN110599511A (en) Image filtering method and device for reserving image edge and storage medium
CN112926695A (en) Image recognition method and system based on template matching
CN117132503A (en) Method, system, equipment and storage medium for repairing local highlight region of image
JP2023104915A (en) Image processing method, apparatus, and storage medium
CN113643290B (en) Straw counting method and device based on image processing and storage medium
Viacheslav et al. Kinect depth map restoration using modified exemplar-based inpainting
CN109934190B (en) Self-adaptive highlight face image texture recovery method based on deformed Gaussian kernel function
JP2013182416A (en) Feature amount extraction device, feature amount extraction method, and feature amount extraction program
Bangalore et al. Tracking moving objects using bandpass filter enhanced localisation and automated initialisation of active contour snakes
CN111079756A (en) Method and equipment for extracting and reconstructing table in document image
Voronin et al. Image inpainting algorithm based on edge reconstruction

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
CB02 Change of applicant information

Address after: No.45 Zhaoyi Road, Dongsheng Town, Zhongshan City, Guangdong Province 528415

Applicant after: Guangdong AOPO smart home Co.,Ltd.

Address before: No.45 Zhaoyi Road, Dongsheng Town, Zhongshan City, Guangdong Province 528415

Applicant before: ZHONGSHAN AOPO METAL MANUFACTORY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
TA01 Transfer of patent application right

Effective date of registration: 20230828

Address after: No. 18 Tai'an West Lane, Yuelong Middle Road, Xiaolan Town, Zhongshan City, Guangdong Province, 528400

Applicant after: Zhang Jiehui

Address before: No.45 Zhaoyi Road, Dongsheng Town, Zhongshan City, Guangdong Province 528415

Applicant before: Guangdong AOPO smart home Co.,Ltd.

TA01 Transfer of patent application right