CN110599511B - Image filtering method, device and storage medium for reserving image edges - Google Patents

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

Info

Publication number
CN110599511B
CN110599511B CN201910769079.7A CN201910769079A CN110599511B CN 110599511 B CN110599511 B CN 110599511B CN 201910769079 A CN201910769079 A CN 201910769079A CN 110599511 B CN110599511 B CN 110599511B
Authority
CN
China
Prior art keywords
image
repaired
block
area
target
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
CN201910769079.7A
Other languages
Chinese (zh)
Other versions
CN110599511A (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
Guangdong Aopo Smart Home 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 Guangdong Aopo Smart Home Co ltd filed Critical Guangdong Aopo Smart Home 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 using two or more images, e.g. averaging or 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

The application relates to an image filtering method, a device and a storage medium for reserving image edges, which comprise 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 the original image; 102, performing image restoration on a target image to obtain a second image; step 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. The method can obtain the repaired image with the complete edge by extracting the edge of the image and then carrying out image superposition on the edge image of the image and the repaired image. The application is applied to the field of image processing.

Description

Image filtering method, device and storage medium for reserving image edges
Technical Field
The present application relates to the field of image processing, and in particular, to an image filtering method, apparatus and storage medium for preserving edges of an image.
Background
Image filtering is a key stone operation that many industries must master, such as face recognition, iris recognition, and other popular technical fields today.
When image filtering is carried out in the current market, the definition of the image can be improved and the image can be repaired, but the edge of the image is damaged, so that the edge of the image is incomplete, and the situation similar to broken lines occurs.
There is an urgent need in the market today for an image filtering method that preserves the edges of an image, by extracting the edges of the image, and then by superimposing the edge image of the image with the restored image, obtaining a restored image with a complete edge.
Disclosure of Invention
The application aims to solve the defects of the prior art and provides an image filtering method, an image filtering device and a storage medium for reserving image edges, which can obtain a repaired image with complete edges.
In order to achieve the above purpose, the present application adopts the following technical scheme:
an image filtering method for preserving image edges is provided, 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 the original image;
102, performing image restoration on a target image to obtain a second image;
step 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 method for extracting the contour line in the target image is to extract the contour feature of the image 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 the finite difference of the first-order bias;
step 203, performing non-maximum value inhibition processing on the gradient amplitude of the smoothed image;
step 204, performing dual-threshold algorithm detection and connection edge processing on the image processed in step 203.
Further, the above-mentioned method for performing image restoration on the target image to obtain the second image specifically includes the following steps:
step 301, using P to represent a complete area of a target image, and determining Q as an area to be repaired of the target image, wherein P-Q is an area without repair of the target;
step 302, calculating each pixel point a of the edge of the to-be-repaired area Q of the target image, and calculating the to-be-repaired block M centered on the pixel point a a Repair priority a of (2):
A(a)=C(a)D(a),
wherein C (a) designs the block E to be repaired a Is the confidence factor term of the block to be repaired E a WhereinIn |M a I is the block M to be repaired a α is a normalization factor;a unit vector representing an edge perpendicular to the region Q to be repaired at the point a;
step 303, finding out pixel points corresponding to the MAX A (a) value in the edge points of the to-be-repaired area Q, repairing the to-be-repaired block centered on the pixel points corresponding to the MAX A (a) value, and completing the repair of the to-be-repaired block M a Is set to 0;
step 304, repeating 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, calculating a block M to be repaired a The gray value of the known pixel and the Euclidean distance d of the gray value in the corresponding block in the image without repairing area, and the block with the minimum Euclidean distance is taken as the block M to be repaired a Is the best matched image block N of (2) a
Step 402, according to the best matching image block N a Gray value of middle pixel point is to repair block M a Filling gray values in pixel points of (2), and after filling, filling the block M to be repaired a Marking as a repair-free area;
step 403, the image processed in step 402 is processed again according to steps 401 to 402 until the area to be repaired is completely repaired.
Further, the specific way of performing image superposition on the first image and the third image to obtain the fourth image includes the following steps:
and performing image superposition operation on the first image and the third image through matlab, and setting RGB values of an empty template image of the first image except for the extracted contour line part to be 0.
An image filtering device for preserving image edges is also provided, and the image filtering method for preserving image edges is applied, and comprises the following steps:
the contour line extraction module is used for extracting contour lines in the target image, and the extracted contour lines and the blank template image with the same size as the original image form a first image together;
the image restoration module is used for carrying out image restoration on 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 restoration module includes:
the device comprises a to-be-repaired area determining subunit, a target image processing subunit, a processing unit and a processing unit, wherein the to-be-repaired area determining subunit is used for determining the to-be-repaired area of the target image;
a pixel point calculating subunit, configured to calculate each pixel point a of the edge of the to-be-repaired area Q of the target image;
a repair priority calculating subunit for calculating a block M to be repaired centered on the pixel point a a Is assigned repair priority a.
A computer-readable storage medium storing a computer program is also proposed, which when executed by a processor implements the steps of the image filtering method preserving image edges.
The beneficial effects of the application are as follows:
according to the application, 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 the 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 obtained.
Drawings
Fig. 1 is a flowchart of an image filtering method for preserving image edges.
Detailed Description
The conception, specific structure, and technical effects produced by the present application will be clearly and completely described below with reference to the embodiments and the drawings to fully understand the objects, aspects, and effects of the present application. It should be noted that, without conflict, the embodiments of the present application and features of the embodiments may be combined with each other. The same reference numbers will be used throughout the drawings to refer to the same or like parts.
In conjunction with fig. 1, the present application proposes 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 the original image;
102, performing image restoration on a target image to obtain a second image;
step 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 application, 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 the complete edge, so that the damage to the image edge in the image repairing process can be avoided, and a clear and complete repaired image is output.
In a preferred embodiment of the present application, the method for extracting the contour line in the target image is to extract the contour feature of the image 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 the finite difference of the first-order bias;
step 203, performing non-maximum value inhibition processing on the gradient amplitude of the smoothed image;
step 204, performing dual-threshold algorithm detection and connection edge processing on the image processed in step 203.
According to the method, edge extraction is carried out on the contour line of the target image by adopting a Canny operator, and the Canny is added with two improvements of non-maximum value inhibition and double threshold on the basis of a first-order differential operator. The non-maximum value inhibition is utilized to effectively inhibit the multi-response edge, and the positioning accuracy of the edge can be improved; the double threshold can effectively reduce the omission ratio of the edge.
As a preferred embodiment of the present application, the above-mentioned method for performing image restoration on the target image to obtain the second image specifically includes the following steps:
step 301, using P to represent a complete area of a target image, and determining Q as an area to be repaired of the target image, wherein P-Q is an area without repair of the target;
step 302, calculating each pixel point a of the edge of the to-be-repaired area Q of the target image, and calculating the to-be-repaired block M centered on the pixel point a a Repair priority a of (2):
A(a)=C(a)D(a),
wherein C (a) designs the block E to be repaired a Is the confidence factor term of the block to be repaired E a WhereinIn |M a I is the block M to be repaired a α is a normalization factor;a unit vector representing an edge perpendicular to the region Q to be repaired at the point a;
step 303, finding out pixel points corresponding to the MAX A (a) value in the edge points of the to-be-repaired area Q, repairing the to-be-repaired block centered on the pixel points corresponding to the MAX A (a) value, and completing the repair of the to-be-repaired block M a Is set to 0;
step 304, repeating step 303 until the area Q to be repaired is completely repaired to obtain a second image.
According to the method and the device, the repair priority is calculated, and the repair blocks with the repair areas are repaired sequentially according to the priority, so that the repair accuracy can be guaranteed to a certain extent.
As a preferred embodiment of the present solution, the repairing process in step 303 includes the following steps:
step 401, calculating a block M to be repaired a The gray value of the known pixel and the Euclidean distance d of the gray value in the corresponding block in the image without repairing area, and the block with the minimum Euclidean distance is taken as the block M to be repaired a Is the best matched image block N of (2) a
Step 402, according to the best matching image block N a Gray value of middle pixel point is to repair block M a Filling gray values in pixel points of (2), and after filling, filling the block M to be repaired a Marking as a repair-free area;
step 403, the image processed in step 402 is processed again according to steps 401 to 402 until the area to be repaired is completely repaired.
In the present embodiment, the euclidean distance is calculated so that the point in the repair-free region of the nearest euclidean distance is used as the best matching image block N a Gray value of middle pixel point is to repair block M a The gray values in the pixels of (a) are filled, so that the continuity of the image can be ensured to a certain extent.
As a preferred embodiment of the present application, the specific manner of performing image superposition on the first image and the third image to obtain the fourth image includes the following:
and performing image superposition operation on the first image and the third image through matlab, and setting RGB values of an empty template image of the first image except for the extracted contour line part to be 0.
In the present embodiment, when the first image and the third image are superimposed, 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, so that the situation in which the images overlap at positions other than the contour lines of the first image and the third image can be avoided.
An image filtering device for preserving image edges is also provided, and the image filtering method for preserving image edges is applied, and comprises the following steps:
the contour line extraction module is used for extracting contour lines in the target image, and the extracted contour lines and the blank template image with the same size as the original image form a first image together;
the image restoration module is used for carrying out image restoration on 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 the present solution, the image restoration module includes:
the device comprises a to-be-repaired area determining subunit, a target image processing subunit, a processing unit and a processing unit, wherein the to-be-repaired area determining subunit is used for determining the to-be-repaired area of the target image;
a pixel point calculating subunit, configured to calculate each pixel point a of the edge of the to-be-repaired area Q of the target image;
a repair priority calculating subunit for calculating a block M to be repaired centered on the pixel point a a Is assigned repair priority a.
A computer-readable storage medium storing a computer program is also proposed, which when executed by a processor implements the steps of the image filtering method preserving image edges.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical modules, i.e., may be located in one place, or may be distributed over 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 this embodiment.
In addition, each functional module in each embodiment of the present application may be integrated into one processing module, or each module may exist alone physically, or two or more modules may be integrated into one module. The integrated modules may be implemented in hardware or in software functional modules.
While the present application has been described in considerable detail and with particularity with respect to several described embodiments, it is not intended to be limited to any such detail or embodiments or any particular embodiment, but is to be construed as providing broad interpretation of such claims by reference to the appended claims in view of the prior art so as to effectively encompass the intended scope of the application. Furthermore, the foregoing description of the application has been presented in its embodiments contemplated by the inventors for the purpose of providing a useful description, and for the purposes of providing a non-essential modification of the application that may not be presently contemplated, may represent an equivalent modification of the application.
The present application is not limited to the above embodiments, but is merely preferred embodiments of the present application, and the present application should be construed as being limited to the above embodiments as long as the technical effects of the present application are achieved by the same means. Various modifications and variations are possible in the technical solution and/or in the embodiments within the scope of the application.

Claims (5)

1. An image filtering method for preserving edges of an image, 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 the original image, wherein the contour line in the target image comprises the following steps: carrying out image smoothing on a target image by using a Gaussian filter, calculating the amplitude and the direction of a gradient by using the finite difference of first-order partial derivatives on the smoothed image, carrying out non-maximum suppression on the gradient amplitude of the smoothed image, and carrying out double-threshold algorithm detection and connection edge processing on the non-maximum suppression-processed image;
102, performing image restoration on a target image to obtain a second image;
step 103, performing image enhancement processing on the repaired second image to obtain a third image;
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;
the method for obtaining the second image by repairing the target image specifically comprises the following steps:
step 301, using P to represent a complete area of a target image, and determining Q as an area to be repaired of the target image, wherein P-Q is an area without repair of the target;
step 302, calculating each pixel point a of the edge of the to-be-repaired area Q of the target image, and calculating the to-be-repaired block M centered on the pixel point a a Repair priority a of (2):
A(a)=C(a)D(a),
wherein C (a) designs the block E to be repaired a Is the confidence factor term of the block to be repaired E a WhereinIn |M a I is the block M to be repaired a α is a normalization factor;a unit vector representing an edge perpendicular to the region Q to be repaired at the point a;
step 303, finding out pixel points corresponding to the MAX A (a) value in the edge points of the to-be-repaired area Q, repairing the to-be-repaired block centered on the pixel points corresponding to the MAX A (a) value, and completing the repair of the to-be-repaired block M a Is set to 0;
step 304, repeating step 303 until the area to be repaired Q is completely repaired to obtain a second image;
the repair process in step 303 includes the following:
step 401, calculating a block M to be repaired a The gray value of the known pixel and the Euclidean distance d of the gray value in the corresponding block in the image without repairing area, and the block with the minimum Euclidean distance is taken as the block M to be repaired a Is the best matched image block N of (2) a
Step 402, according to the best matching image block N a Gray value of middle pixel point is to repair block M a Filling gray values in pixel points of (2), and after filling, filling the block M to be repaired a Marking as a repair-free area;
step 403, the image processed in step 402 is processed again according to steps 401 to 402 until the area to be repaired is completely repaired.
2. The method for preserving image edges according to claim 1, wherein the specific way of performing image superposition on the first image and the third image to obtain the fourth image comprises the following steps:
and performing image superposition operation on the first image and the third image through matlab, and setting RGB values of an empty template image of the first image except for the extracted contour line part to be 0.
3. An image filtering device for preserving image edges, wherein the image filtering method for preserving image edges comprises the following steps:
the contour extraction module is used for extracting a contour in a target image, the extracted contour and an empty template image with the same size as the original image form a first image together, and the contour extraction module comprises: carrying out image smoothing on a target image by using a Gaussian filter, calculating the amplitude and the direction of a gradient by using the finite difference of first-order partial derivatives on the smoothed image, carrying out non-maximum suppression on the gradient amplitude of the smoothed image, and carrying out double-threshold algorithm detection and connection edge processing on the non-maximum suppression-processed image;
the image restoration module is used for carrying out image restoration on 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;
the image superposition module is used for 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;
the method for obtaining the second image by repairing the target image specifically comprises the following steps:
step 301, using P to represent a complete area of a target image, and determining Q as an area to be repaired of the target image, wherein P-Q is an area without repair of the target;
step 302, calculating each pixel point a of the edge of the to-be-repaired area Q of the target image, and calculating the to-be-repaired block M centered on the pixel point a a Repair priority a of (2):
A(a)=C(a)D(a),
wherein C (a) designs the block E to be repaired a Is the confidence factor term of the block to be repaired E a WhereinIn |M a I is the block M to be repaired a α is a normalization factor;a unit vector representing an edge perpendicular to the region Q to be repaired at the point a;
step 303, finding out pixel points corresponding to the MAX A (a) value in the edge points of the to-be-repaired area Q, repairing the to-be-repaired block centered on the pixel points corresponding to the MAX A (a) value, and completing the repair of the to-be-repaired block M a Is set to 0;
step 304, repeating step 303 until the area to be repaired Q is completely repaired to obtain a second image;
the repair process in step 303 includes the following:
step 401, calculating a block M to be repaired a The gray value of the known pixel and the Euclidean distance d of the gray value in the corresponding block in the image without repairing area, and the block with the minimum Euclidean distance is taken as the block M to be repaired a Is the best matched image block N of (2) a
Step 402, according to the best matching image block N a Gray value of middle pixel point is to repair block M a Filling gray values in pixel points of (2), and after filling, filling the block M to be repaired a Marking as a repair-free area;
step 403, the image processed in step 402 is processed again according to steps 401 to 402 until the area to be repaired is completely repaired.
4. An image filtering apparatus for preserving edges of an image as claimed in claim 3, wherein said image restoration module comprises:
the device comprises a to-be-repaired area determining subunit, a target image processing subunit, a processing unit and a processing unit, wherein the to-be-repaired area determining subunit is used for determining the to-be-repaired area of the target image;
a pixel point calculating subunit, configured to calculate each pixel point a of the edge of the to-be-repaired area Q of the target image;
a repair priority calculating subunit for calculating a block M to be repaired centered on the pixel point a a Is assigned repair priority a.
5. A computer readable storage medium storing a computer program, characterized in that the computer program when executed by a processor implements the steps of the method according to any of claims 1-2.
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 CN110599511A (en) 2019-12-20
CN110599511B true 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)

Families Citing this family (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 (8)

* 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
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7831107B2 (en) * 2005-10-17 2010-11-09 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and program

Patent Citations (8)

* 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
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
焦明连,朱恒山,李晶.《测绘与地理信息技术》.中国矿业大学出版社,2018,第104-106页. *

Also Published As

Publication number Publication date
CN110599511A (en) 2019-12-20

Similar Documents

Publication Publication Date Title
EP3695384B1 (en) Point cloud meshing method, apparatus, device and computer storage media
JP6100744B2 (en) Color document image segmentation and binarization using automatic restoration
CN107316326B (en) Edge-based disparity map calculation method and device applied to binocular stereo vision
JP6355346B2 (en) Image processing apparatus, image processing method, program, and storage medium
KR20150117646A (en) Method and apparatus for image enhancement and edge verification using at least one additional image
CN107622480B (en) Kinect depth image enhancement method
CN110648349A (en) Weld defect segmentation method based on background subtraction and connected region algorithm
US9582859B2 (en) System and a method for depth-image-based rendering
CN111260675B (en) High-precision extraction method and system for image real boundary
JP2010205067A (en) Device, method and program for extracting area
CN103761768A (en) Stereo matching method of three-dimensional reconstruction
CN104050472B (en) A kind of adaptive global threshold method of Binary Sketch of Grey Scale Image
CN110599511B (en) Image filtering method, device and storage medium for reserving image edges
CN113744142B (en) Image restoration method, electronic device and storage medium
WO2017041552A1 (en) Texture feature extraction method and apparatus
CN117132503A (en) Method, system, equipment and storage medium for repairing local highlight region of image
Janarthanan et al. A detailed survey on various image inpainting techniques
CN104408430B (en) License plate positioning method and device
CN109426770B (en) Iris identification method
Liu et al. Enhanced algorithm for exemplar-based image inpainting
Viacheslav et al. Kinect depth map restoration using modified exemplar-based inpainting
CN108961290B (en) Adaptive image edge detection method based on Ratio operator of Otsu
KR101724337B1 (en) Robust Edge Detection Method and System for Noise and Blur
CN113643290A (en) Straw counting method and device based on image processing and storage medium
Voronin et al. Fast texture and structure image reconstruction using the perceptual hash

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
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.

GR01 Patent grant
GR01 Patent grant
TA01 Transfer of patent application right
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.