CN110648284B - Image processing method and device with uneven illumination - Google Patents

Image processing method and device with uneven illumination Download PDF

Info

Publication number
CN110648284B
CN110648284B CN201910711914.1A CN201910711914A CN110648284B CN 110648284 B CN110648284 B CN 110648284B CN 201910711914 A CN201910711914 A CN 201910711914A CN 110648284 B CN110648284 B CN 110648284B
Authority
CN
China
Prior art keywords
image
gray
value
gray level
sub
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
CN201910711914.1A
Other languages
Chinese (zh)
Other versions
CN110648284A (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
Individual
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 Individual filed Critical Individual
Priority to CN201910711914.1A priority Critical patent/CN110648284B/en
Publication of CN110648284A publication Critical patent/CN110648284A/en
Application granted granted Critical
Publication of CN110648284B publication Critical patent/CN110648284B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • G06T5/90
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/90Determination of colour characteristics

Abstract

The invention relates to the technical field of image processing, in particular to an image processing method and device with uneven illumination, which comprises the steps of firstly converting an acquired original image into a gray image; dividing the gray level image into a plurality of gray level sub-images, and calculating a primary threshold value of each gray level sub-image; then generating an adaptive threshold value of the gray level image according to the preliminary threshold value; and finally, converting the gray level image into a binary image according to the self-adaptive threshold value.

Description

Image processing method and device with uneven illumination
Technical Field
The invention relates to the technical field of image processing, in particular to an image processing method and device with uneven illumination.
Background
As one of the main ways for human beings to obtain information, digital images are widely used in many fields such as aerospace technology, biomedicine, military police, video and multimedia technology, and electronic commerce. However, due to the restriction of factors such as illumination, weather and acquisition equipment, the problem of uneven illumination often exists in the actually obtained image, background noise is generated in the image due to uneven light field illumination, the contrast and gray scale distribution of the image are uneven, image distortion is caused, the transmission of image information is seriously affected by the image distortion, and the interference of the identification precision and the analysis result is caused to the detection system based on the image.
Therefore, how to carry out reasonable gray correction on the image and overcome the problem caused by uneven illumination so as to restore the image in real space as much as possible has important significance.
Disclosure of Invention
In order to solve the above problems, the present invention provides an image processing method and apparatus with non-uniform illumination, which overcomes the non-uniform illumination phenomenon by adaptively adjusting the binarization threshold of the grayscale image.
In order to achieve the above object, the present invention provides the following technical solutions:
an image processing method of uneven illumination, comprising:
converting the obtained original image into a gray image;
dividing the gray level image into a plurality of gray level sub-images, and calculating a primary threshold value of each gray level sub-image;
generating an adaptive threshold of the gray level image according to the preliminary threshold;
and converting the gray level image into a binary image according to the self-adaptive threshold value.
Further, the converting the acquired original image into a grayscale image includes:
setting the total number of pixels of the original image as N, where N = Nx × Ny, nx is the total number of abscissa pixels of the grayscale image, ny is the total number of ordinate pixels of the grayscale image, and calculating a grayscale value with coordinates of (x, y) pixel points by using the following formula:
I(x,y)=0.3*R(x,y)+0.6*G(x,y)+0.1*B(x,y)
wherein, I (x, y) represents the gray value of the pixel point with the coordinate (x, y), R (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the red channel, G (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the green channel, and B (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the blue channel.
Further, the calculating the preliminary threshold of each gray-scale sub-image specifically includes:
dividing the gray-scale image into n blocks, wherein n = p × q, calculating a gray-scale average value of each block of the gray-scale sub-image by using the following formula, and using the gray-scale average value as a preliminary threshold value of the gray-scale sub-image;
Figure BDA0002154082580000021
wherein k =1,2.,. N, P, q are positive integers, u ∈ [ x-P/2,x + P/2], v ∈ [ y-q/2,y + q/2], and P (k) represents the gray scale average value of the kth block of gray scale sub-images.
Further, the generating an adaptive threshold for the grayscale image according to the preliminary threshold includes:
calculating an adaptive threshold for each of the grayscale sub-images by:
Figure BDA0002154082580000022
wherein Q (k) represents the adaptive threshold of the kth gray level sub-image, i belongs to [0, k ], s is an integer, and s is more than or equal to 1 and less than k;
an adaptive threshold Q of the grayscale image is denoted as Q = { Q (1), Q (2),.., Q (k),. Q (n) }.
Further, the converting the grayscale image into a binarized image according to the adaptive threshold includes:
calculating a binarization value of the grayscale image by the following function:
Figure BDA0002154082580000023
wherein, T (x, y) represents the coordinate as the value of pixel point after binaryzation;
and taking an image matrix formed by binarized values of all pixel points in the gray level image as a binary image.
An image processing apparatus of illumination non-uniformity, the apparatus comprising: a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing the computer program to operate in modules of:
the first image conversion module is used for converting the acquired original image into a gray image;
the preliminary threshold calculation module is used for dividing the gray level image into a plurality of gray level sub-images and calculating a preliminary threshold of each gray level sub-image;
the self-adaptive threshold value generation module is used for generating a self-adaptive threshold value of the gray level image according to the preliminary threshold value;
and the second image conversion module is used for converting the gray level image into a binary image according to the self-adaptive threshold value.
The invention has the beneficial effects that: the invention discloses a method and a device for processing an image with uneven illumination, which comprises the steps of firstly converting an acquired original image into a gray image; dividing the gray level image into a plurality of gray level sub-images, and calculating a primary threshold value of each gray level sub-image; then generating an adaptive threshold value of the gray level image according to the preliminary threshold value; and finally, converting the gray level image into a binary image according to the self-adaptive threshold. The invention overcomes the phenomenon of uneven illumination by self-adaptively adjusting the binarization threshold of the gray level image.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
FIG. 1 is a schematic flow chart of a method for processing an image with uneven illumination according to the present invention;
fig. 2 is a schematic structural diagram of an image processing apparatus with uneven illumination according to the present invention.
Detailed Description
The conception, specific structure and technical effects of the present disclosure will be clearly and completely described below in conjunction with the embodiments and the accompanying drawings to fully understand the objects, aspects and effects of the present disclosure. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
Fig. 1 shows an image processing method for uneven illumination, which includes the following steps:
s100, converting the acquired original image into a gray image;
step S200, dividing the gray level image into a plurality of gray level sub-images, and calculating a primary threshold value of each gray level sub-image;
step S300, generating an adaptive threshold value of the gray level image according to the preliminary threshold value;
and step S400, converting the gray level image into a binary image according to the adaptive threshold.
In the prior art, a fixed binarization threshold value is adopted for image binarization processing, which can only correspond to one type of image, and if the illumination of the image is not uniform, the image binarization processing effect is extremely great due to the adoption of the fixed binarization threshold value. The self-adaptive binarization can obtain a binarization threshold value suitable for the image according to the gray level histogram of the image.
According to the embodiment, one or more areas with uneven illumination in the image often exist according to the illumination condition, so that the gray level image is firstly divided into a plurality of areas, the image with uneven illumination can be roughly divided by partitioning the image, and the preliminary threshold values of the gray level image under different illumination intensities are calculated; and then generating an adaptive threshold of the gray image according to the initial threshold, smoothing the gray value of an image area with uneven illumination, reasonably correcting the gray value of the image, and overcoming the problem caused by uneven illumination, thereby restoring the image in a real space as much as possible.
In a preferred embodiment, the converting the acquired original image into a grayscale image includes:
setting the total number of pixels of the original image as N, where N = Nx × Ny, nx is the total number of abscissa pixels of the grayscale image, ny is the total number of ordinate pixels of the grayscale image, and calculating a grayscale value with coordinates of (x, y) pixel points by using the following formula:
I(x,y)=0.3*R(x,y)+0.6*G(x,y)+0.1*B(x,y)
wherein, I (x, y) represents the gray value of the pixel point with the coordinate (x, y), R (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the red channel, G (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the green channel, and B (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the blue channel.
In the embodiment, different weights are given to the brightness values of the three color channels, so that the gray value of the gray image is more accurately expressed.
In a preferred embodiment, in step S200, calculating the preliminary threshold of each gray-scale sub-image specifically includes:
dividing the gray-scale image into n blocks, wherein n = p × q, calculating a gray-scale average value of each block of the gray-scale sub-image by using the following formula, and using the gray-scale average value as a preliminary threshold value of the gray-scale sub-image;
Figure BDA0002154082580000041
wherein k =1,2., n, P, q are positive integers, u belongs to [ x-P/2, x + P/2], v belongs to [ y-q/2, y + q/2], and P (k) represents the gray level average value of the kth block of gray level sub-images.
In a preferred embodiment, said generating an adaptive threshold for said grayscale image according to said preliminary threshold comprises:
calculating an adaptive threshold for each of the grayscale sub-images by:
Figure BDA0002154082580000042
wherein Q (k) represents an adaptive threshold of the kth grey level sub-image, i belongs to [0, k ], s is an integer, and s is more than or equal to 1 and less than k;
an adaptive threshold Q of the grayscale image is represented as Q = { Q (1), Q (2),. ·, Q (k),.., Q (n) }.
In the embodiment, the gray values of s points before the k point are weighted and summed, so that the gray value smoothing is performed on the image area with uneven illumination, the proportion of the pixel points closer to the k point is gradually increased, and the color of the pixel points is more accurate.
Further, the converting the grayscale image into a binarized image according to the adaptive threshold includes:
calculating a binarization value of the grayscale image by the following function:
Figure BDA0002154082580000051
wherein, T (x, y) represents the coordinate as the value after the binarization of the (x, y) pixel point;
and then, an image matrix formed by the binarized values of all pixel points in the gray level image is used as a binarized image.
In this embodiment, t is a constant preset manually, and the constant t may be set according to the actual illumination condition to adjust the adaptive threshold, so as to adapt to the actual illumination condition, and more conveniently overcome the phenomenon of uneven illumination.
Referring to fig. 2, the present invention also provides an image processing apparatus with uneven illumination, the apparatus comprising: a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing the computer program to operate in modules of:
a first image conversion module 100, configured to convert an acquired original image into a grayscale image;
a preliminary threshold calculation module 200, configured to divide the grayscale image into a plurality of grayscale sub-images, and calculate a preliminary threshold of each grayscale sub-image;
an adaptive threshold generating module 300, configured to generate an adaptive threshold of the grayscale image according to the preliminary threshold;
a second image conversion module 400, configured to convert the grayscale image into a binary image according to the adaptive threshold.
The image processing device with uneven illumination can be operated in computing equipment such as a desktop computer, a notebook computer, a palm computer and a cloud server. The image processing device with uneven illumination can be operated by a device comprising a processor and a memory. It will be understood by those skilled in the art that the example is merely an example of an uneven illumination image processing apparatus, and does not constitute a limitation of an uneven illumination image processing apparatus, and may include more or less components than a certain proportion, or combine some components, or different components, for example, the uneven illumination image processing apparatus may further include an input-output device, a network access device, a bus, etc.
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, the processor is the control center of the non-uniform illumination image processing device operating apparatus, and various interfaces and lines are used to connect various parts of the whole non-uniform illumination image processing device operating apparatus.
The memory can be used for storing the computer program and/or the module, and the processor can realize various functions of the image processing device with uneven illumination by running 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, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. 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.
While the present disclosure 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 disclosure by providing a broad, potential interpretation of such claims in view of the prior art with reference to the appended claims. Furthermore, the foregoing description of the present disclosure has been presented in terms of embodiments foreseen by the inventors for purposes of providing a useful description, and enabling one of ordinary skill in the art to devise equivalent variations of the present disclosure that are not presently foreseen.

Claims (2)

1. An image processing method for uneven illumination, comprising:
converting the obtained original image into a gray image;
dividing the gray level image into a plurality of gray level sub-images, and calculating a preliminary threshold value of each gray level sub-image;
generating an adaptive threshold of the gray level image according to the preliminary threshold;
converting the gray level image into a binary image according to the self-adaptive threshold value;
wherein, the converting the acquired original image into a gray scale image comprises:
setting the total number of pixels of the original image as N, where N = Nx × Ny, nx is the total number of abscissa pixels of the grayscale image, ny is the total number of ordinate pixels of the grayscale image, and calculating a grayscale value with coordinates of (x, y) pixel points by using the following formula:
I(x,y)=0.3*R(x,y)+0.6*G(x,y)+0.1*B(x,y)
wherein, I (x, y) represents the gray value of the pixel point with coordinates (x, y), R (x, y) represents the brightness value of the pixel point with coordinates (x, y) in the red channel, G (x, y) represents the brightness value of the pixel point with coordinates (x, y) in the green channel, and B (x, y) represents the brightness value of the pixel point with coordinates (x, y) in the blue channel;
the calculating the preliminary threshold of each gray-scale sub-image specifically comprises:
dividing the gray-scale image into n blocks, wherein n = p × q, calculating a gray-scale average value of each block of the gray-scale sub-image by using the following formula, and using the gray-scale average value as a preliminary threshold value of the gray-scale sub-image;
Figure FDA0003886415340000011
wherein k =1,2.,. N, P, q are positive integers, u belongs to [ x-P/2,x + P/2], v belongs to [ y-q/2,y + q/2], and P (k) represents the gray level average value of the kth block of gray level sub-images;
the generating an adaptive threshold for the grayscale image according to the preliminary threshold includes:
calculating an adaptive threshold for each of the grayscale sub-images by:
Figure FDA0003886415340000021
wherein Q (k) represents an adaptive threshold of the kth grey level sub-image, i belongs to [0, k ], s is an integer, and 1 < s < k;
representing an adaptive threshold Q of the grayscale image as Q = { Q (1), Q (2),. ·, Q (k),.., Q (n) };
the converting the grayscale image into a binarized image according to the adaptive threshold includes:
calculating a binarization value of the grayscale image by the following function:
Figure FDA0003886415340000022
wherein, T (x, y) represents the coordinate as the binarized value of the (x, y) pixel point, and T is a preset constant;
and taking an image matrix formed by the binarized values of all pixel points in the gray level image as a binarized image.
2. An image processing apparatus of uneven illumination, the apparatus comprising: a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing the computer program to operate in modules of:
the first image conversion module is used for converting the acquired original image into a gray image;
the preliminary threshold value calculation module is used for dividing the gray level image into a plurality of gray level sub-images and calculating the preliminary threshold value of each gray level sub-image;
the adaptive threshold generating module is used for generating an adaptive threshold of the gray level image according to the preliminary threshold;
the second image conversion module is used for converting the gray level image into a binary image according to the self-adaptive threshold;
wherein, the converting the acquired original image into a gray scale image comprises:
setting the total number of pixels of the original image as N, where N = Nx × Ny, nx is the total number of abscissa pixels of the grayscale image, ny is the total number of ordinate pixels of the grayscale image, and calculating a grayscale value with coordinates of (x, y) pixel points by using the following formula:
I(x,y)=0.3*R(x,y)+0.6*G(x,y)+0.1*B(x,y)
wherein, I (x, y) represents the gray value of the pixel point with coordinates (x, y), R (x, y) represents the brightness value of the pixel point with coordinates (x, y) in the red channel, G (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the green channel, and B (x, y) represents the brightness value of the pixel point with the coordinate (x, y) in the blue channel;
the calculating the preliminary threshold of each gray-scale sub-image specifically comprises:
dividing the gray-scale image into n blocks, wherein n = p × q, calculating a gray-scale average value of each block of the gray-scale sub-image by using the following formula, and using the gray-scale average value as a preliminary threshold value of the gray-scale sub-image;
Figure FDA0003886415340000031
wherein k =1,2.,. N, P, q are positive integers, u belongs to [ x-P/2,x + P/2], v belongs to [ y-q/2,y + q/2], and P (k) represents the gray level average value of the kth block of gray level sub-images;
the generating an adaptive threshold for the grayscale image according to the preliminary threshold includes:
calculating an adaptive threshold for each of the grayscale sub-images by the following formula:
Figure FDA0003886415340000032
wherein Q (k) represents an adaptive threshold of the kth gray level sub-image, i belongs to [0, k ], s is an integer, and 1 < s < k;
representing an adaptive threshold Q of the grayscale image as Q = { Q (1), Q (2),. ·, Q (k),.., Q (n) };
the converting the grayscale image into a binarized image according to the adaptive threshold includes:
calculating a binary value of the gray scale image by the following function:
Figure FDA0003886415340000033
wherein, T (x, y) represents the coordinate as the binarized value of the (x, y) pixel point, and T is a preset constant;
and taking an image matrix formed by binarized values of all pixel points in the gray level image as a binary image.
CN201910711914.1A 2019-08-02 2019-08-02 Image processing method and device with uneven illumination Active CN110648284B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910711914.1A CN110648284B (en) 2019-08-02 2019-08-02 Image processing method and device with uneven illumination

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910711914.1A CN110648284B (en) 2019-08-02 2019-08-02 Image processing method and device with uneven illumination

Publications (2)

Publication Number Publication Date
CN110648284A CN110648284A (en) 2020-01-03
CN110648284B true CN110648284B (en) 2023-01-24

Family

ID=68990010

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910711914.1A Active CN110648284B (en) 2019-08-02 2019-08-02 Image processing method and device with uneven illumination

Country Status (1)

Country Link
CN (1) CN110648284B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113362319A (en) * 2021-06-30 2021-09-07 深圳市创想三维科技股份有限公司 Laser printing method and device based on image processing, laser printer and computer readable storage medium
CN115082354B (en) * 2022-07-19 2022-12-27 广州市新文溯科技有限公司 Fax image processing method and device and readable medium
CN116609332B (en) * 2023-07-20 2023-10-13 佳木斯大学 Novel tissue embryo pathological section panorama scanning system
CN116993624B (en) * 2023-09-25 2023-12-29 湖南肆玖科技有限公司 Image data processing method, device and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480683A (en) * 2017-08-24 2017-12-15 郑州云海信息技术有限公司 A kind of image processing method and device
CN108509819A (en) * 2018-03-07 2018-09-07 中山大学 A kind of Quick Response Code binarization method even for uneven illumination
CN109543692A (en) * 2018-11-27 2019-03-29 合肥工业大学 A kind of binarization method being exclusively used in the image of code containing QR

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2650180C (en) * 2008-01-17 2015-04-07 Imds America Inc. Image binarization using dynamic sub-image division
CN107256543B (en) * 2017-06-21 2020-10-02 深圳市万普拉斯科技有限公司 Image processing method, image processing device, electronic equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480683A (en) * 2017-08-24 2017-12-15 郑州云海信息技术有限公司 A kind of image processing method and device
CN108509819A (en) * 2018-03-07 2018-09-07 中山大学 A kind of Quick Response Code binarization method even for uneven illumination
CN109543692A (en) * 2018-11-27 2019-03-29 合肥工业大学 A kind of binarization method being exclusively used in the image of code containing QR

Also Published As

Publication number Publication date
CN110648284A (en) 2020-01-03

Similar Documents

Publication Publication Date Title
CN110648284B (en) Image processing method and device with uneven illumination
CN108615253B (en) Image generation method, device and computer readable storage medium
CN109309826B (en) Image color balancing method and device, terminal equipment and readable storage medium
CN110969046B (en) Face recognition method, face recognition device and computer-readable storage medium
US11875486B2 (en) Image brightness statistical method and imaging device
CN110675334A (en) Image enhancement method and device
CN111383232A (en) Matting method, matting device, terminal equipment and computer-readable storage medium
DE102014102241A1 (en) Image subsystem and image processing system with the same
CN111489322A (en) Method and device for adding sky filter to static picture
CN111882565B (en) Image binarization method, device, equipment and storage medium
CN115496668A (en) Image processing method, image processing device, electronic equipment and storage medium
CN113628259A (en) Image registration processing method and device
CN111539975B (en) Method, device, equipment and storage medium for detecting moving object
CN108734712B (en) Background segmentation method and device and computer storage medium
CN108470351B (en) Method, device and storage medium for measuring body shift by image patch tracking
CN116843566A (en) Tone mapping method, tone mapping device, display device and storage medium
CN111797694A (en) License plate detection method and device
CN113052768A (en) Method for processing image, terminal and computer readable storage medium
CN110633705A (en) Low-illumination imaging license plate recognition method and device
CN113837998A (en) Method and device for automatically adjusting and aligning pictures based on deep learning
CN113344832A (en) Image processing method and device, electronic equipment and storage medium
CN110688999A (en) Mach-band effect simulated point light source metal steel seal character detection method
CN112101148B (en) Moving object detection method and device, storage medium and terminal equipment
CN110647898A (en) Image processing method, image processing device, electronic equipment and computer storage medium
CN111145072B (en) Method and system for preventing image memory from overflowing

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

Effective date of registration: 20221201

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

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
GR01 Patent grant
GR01 Patent grant