CN103974052A - Adjusting method, device and equipment for image saturation - Google Patents

Adjusting method, device and equipment for image saturation Download PDF

Info

Publication number
CN103974052A
CN103974052A CN201410175460.8A CN201410175460A CN103974052A CN 103974052 A CN103974052 A CN 103974052A CN 201410175460 A CN201410175460 A CN 201410175460A CN 103974052 A CN103974052 A CN 103974052A
Authority
CN
China
Prior art keywords
centerdot
image
pixel
alpha
assignment
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
CN201410175460.8A
Other languages
Chinese (zh)
Other versions
CN103974052B (en
Inventor
秦文礼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHENZHEN YUNZHOU MULTIMEDIA TECHNOLOGY Co Ltd
Original Assignee
SHENZHEN YUNZHOU MULTIMEDIA TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SHENZHEN YUNZHOU MULTIMEDIA TECHNOLOGY Co Ltd filed Critical SHENZHEN YUNZHOU MULTIMEDIA TECHNOLOGY Co Ltd
Priority to CN201410175460.8A priority Critical patent/CN103974052B/en
Publication of CN103974052A publication Critical patent/CN103974052A/en
Application granted granted Critical
Publication of CN103974052B publication Critical patent/CN103974052B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Color Image Communication Systems (AREA)
  • Processing Of Color Television Signals (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

The invention discloses an adjusting method, device and equipment for image saturation. According to the method, in RGB space, a coefficient is utilized for freely adjusting saturation measurement, model transformation is not needed, and therefore the calculated amount is reduced; moreover, an image after being processed through the method does not distort, color transition is smooth, adjustment is uniform, the phenomenon of color bleeding due to over-saturation of colors will not occur, and therefore the phenomenon of the fault of some image colors can be avoided. The image is more suitable for the human eyes to observe, the image quality is high, real-time video application is achieved, and the method can be applied to a camera shooting signal system and an electronic image signal system.

Description

A kind of method of adjustment, device and equipment of image saturation
Technical field
The present invention relates to technical field of image processing, relate in particular to a kind of method of adjustment, device and equipment of image saturation.
Background technology
Saturation refers to the bright-coloured degree of color, also claims the purity of color.Saturation depends on the ratio containing colour content and colour killing composition (grey) in this look.Larger containing colour content, saturation is larger, and color relation is more bright-coloured; The composition of colour killing is simultaneously larger, and saturation is less, and color relation more approaches gray scale.HSV (Hue, Saturation, Value, it is a kind of color space creating according to the characteristic directly perceived of color, also claim hexagonal pyramid model Hexcone Model, in this model, the parameter of color respectively: tone (H), saturation (S), brightness (V)) be one color model more intuitively, in many image editing tools, application is more extensive.Conventionally while RGB image being carried out to saturation adjustment, first convert RGB to HSV, then in HSV space, adjust, after having adjusted, again HSV model conversion is become to RGB model.
But RGB model and HSV model are mutually needing a large amount of calculating in conversion process, and prior art that RGB image is carried out to saturation is often inhomogeneous while adjusting, occur that color is overflowed or fault-layer-phenomenon.
Summary of the invention
The object of the embodiment of the present invention is to propose a kind of method of adjustment of image saturation, be intended to solve prior art RGB model and HSV model large in mutual conversion calculations amount, and prior art to RGB image carry out saturation adjust time inhomogeneous, occur that color is overflowed or the problem of fault-layer-phenomenon.
The embodiment of the present invention is achieved in that a kind of method of adjustment of image saturation, said method comprising the steps of:
Obtain pending image A;
If A (i, j) rfor (i, j) some pixel red color component value of A, A (i, j) gfor (i, j) some pixel green component values of A, A (i, j) bfor (i, j) some pixel blue component value of A; I represents that pixel is positioned at the row-coordinate of present image; J represents that pixel is positioned at the row coordinate of present image;
RGB component to image A is processed, and obtains image B;
Concrete processing method is as follows:
If M=max{A (i, j) r, A (i, j) g, A (i, j) b, m=min{A (i, j) r, A (i, j) g, A (i, j) b}
If M=A (i, j) r, image B assignment by the following method:
B ( i , j ) R = A ( i , j ) R B ( i , j ) G = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) G B ( i , j ) B = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) B
If M=A (i, j) g, image B assignment by the following method:
B ( i , j ) R = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) R B ( i , j ) G = A ( i , j ) G B ( i , j ) B = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) B
If M=A (i, j) b, image B assignment by the following method:
B ( i , j ) R = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) R B ( i , j ) G = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) G B ( i , j ) B = A ( i , j ) B
Wherein: B (i, j) rfor (i, j) some pixel red color component value of B, B (i, j) gfor (i, j) some pixel green component values of B, B (i, j) bfor (i, j) some pixel blue component value of B; α is the adjustment parameter of [1,1];
Output image B.
Another object of the embodiment of the present invention is to propose a kind of adjusting device of image saturation, and described device comprises:
Image collection module, for obtaining pending image A;
Component processing module, processes for the RGB component to image A, obtains image B;
Described component processing module further comprises and module is set and judges assignment module,
Module is set, for M=max{A (i, j) is set r, A (i, j) g, A (i, j) b,
m=min{A(i,j) R,A(i,j) G,A(i,j) B};
Wherein, A (i, j) rfor (i, j) some pixel red color component value of A, A (i, j) gfor (i, j) some pixel green component values of A, A (i, j) bfor (i, j) some pixel blue component value of A; I represents that pixel is positioned at the row-coordinate of present image; J represents that pixel is positioned at the row coordinate of present image;
Judge assignment module, for judgement
If M=A (i, j) r, image B assignment by the following method:
B ( i , j ) R = A ( i , j ) R B ( i , j ) G = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) G B ( i , j ) B = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) B
If M=A (i, j) g, image B assignment by the following method:
B ( i , j ) R = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) R B ( i , j ) G = A ( i , j ) G B ( i , j ) B = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) B
If M=A (i, j) b, image B assignment by the following method:
B ( i , j ) R = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) R B ( i , j ) G = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) G B ( i , j ) B = A ( i , j ) B
Wherein: B (i, j) rfor (i, j) some pixel red color component value of B, B (i, j) gfor (i, j) some pixel green component values of B, B (i, j) bfor (i, j) some pixel blue component value of B; α is the adjustment parameter of [1,1];
Image output module, for output image B.
The 3rd object of the embodiment of the present invention is to propose a kind of equipment of the adjusting device that comprises described image saturation.
Beneficial effect of the present invention
The present invention is by rgb space, utilizing a coefficient freely to adjust saturation measures, do not need model conversion, thereby minimizing amount of calculation, and after the inventive method processing image, there is no distortion, color transition is smooth, adjust very evenly, there will not be color too saturated (or gray processing) and occur the phenomenon that color is overflowed, avoided part picture color fault-layer-phenomenon with this.Be more suitable for eye-observation, there is higher picture quality, meet real-time video application, also can, in shooting, in electronic image signal system, apply.
Brief description of the drawings
Fig. 1 is the method for adjustment flow chart of a kind of image saturation of the preferred embodiment of the present invention;
Fig. 2 is the adjusting device structure chart of a kind of image saturation of the preferred embodiment of the present invention.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated, for convenience of explanation, only show the part relevant to the embodiment of the present invention.Should be appreciated that the specific embodiment that this place is described, only for explaining the present invention, not in order to limit the present invention.
The embodiment of the present invention is by rgb space, utilizing a coefficient freely to adjust saturation measures, do not need model conversion, thereby minimizing amount of calculation, and after the processing of the embodiment of the present invention method image, there is no distortion, color transition is smooth, adjust very evenly, there will not be color too saturated (or gray processing) and occur the phenomenon that color is overflowed, avoided part picture color fault-layer-phenomenon with this.Be more suitable for eye-observation, there is higher picture quality, meet real-time video application, also can, in shooting, in electronic image signal system, apply.
Embodiment mono-
Fig. 1 is the method for adjustment flow chart of a kind of image saturation of the preferred embodiment of the present invention; Said method comprising the steps of:
S101, obtains pending image A;
If A (i, j) rfor (i, j) some pixel red color component value of A, A (i, j) gfor (i, j) some pixel green component values of A, A (i, j) bfor (i, j) some pixel blue component value of A; I represents that pixel is positioned at the row-coordinate of present image; J represents that pixel is positioned at the row coordinate of present image;
S102, processes the RGB component of image A, obtains image B;
Concrete processing method is as follows:
If M=max{A (i, j) r, A (i, j) g, A (i, j) b, m=min{A (i, j) r, A (i, j) g, A (i, j) b}
If M=A (i, j) r, image B assignment by the following method:
B ( i , j ) R = A ( i , j ) R B ( i , j ) G = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) G B ( i , j ) B = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) B
If M=A (i, j) is G, image B assignment by the following method:
B ( i , j ) R = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) R B ( i , j ) G = A ( i , j ) G B ( i , j ) B = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) B
If M=A (i, j) b, image B assignment by the following method:
B ( i , j ) R = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) R B ( i , j ) G = ( 1 + α · m · ( 1 - 1 M ) ) · A ( i , j ) G B ( i , j ) B = A ( i , j ) B
Wherein: B (i, j) rfor (i, j) some pixel red color component value of B, B (i, j) gfor (i, j) some pixel green component values of B, B (i, j) bfor (i, j) some pixel blue component value of B;
α is the adjustment parameter of [1,1]; When α >0, saturation strengthens operation, and when α <0, saturation weakens operation.
S103, output image B.
Embodiment bis-
Fig. 2 is the adjusting device structure chart of a kind of image saturation of the preferred embodiment of the present invention, and described device comprises:
Image collection module, for obtaining pending image A;
Component processing module, processes for the RGB component to image A, obtains image B;
Described component processing module further comprises and module is set and judges assignment module,
Module is set, for M=max{A (i, j) is set r, A (i, j) g, A (i, j) b,
m=min{A(i,j) R,A(i,j) G,A(i,j) B};
Wherein, A (i, j) rfor (i, j) some pixel red color component value of A, A (i, j) gfor (i, j) some pixel green component values of A, A (i, j) bfor (i, j) some pixel blue component value of A; I represents that pixel is positioned at the row-coordinate of present image; J represents that pixel is positioned at the row coordinate of present image;
Judge assignment module, for judgement
If M=A (i, j) r, image B assignment by the following method:
B ( i , j ) R = A ( i , j ) R B ( i , j ) G = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) G B ( i , j ) B = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) B
If M=A (i, j) g, image B assignment by the following method:
B ( i , j ) R = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) R B ( i , j ) G = A ( i , j ) G B ( i , j ) B = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) B
If M=A (i, j) b, image B assignment by the following method:
B ( i , j ) R = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) R B ( i , j ) G = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) G B ( i , j ) B = A ( i , j ) B
Wherein: B (i, j) rfor (i, j) some pixel red color component value of B, B (i, j) gfor (i, j) some pixel green component values of B, B (i, j) bfor (i, j) some pixel blue component value of B;
α is the adjustment parameter of [1,1]; When α >0, saturation strengthens operation, and when α <0, saturation weakens operation.
Image output module, for output image B.
Those having ordinary skill in the art will appreciate that, the all or part of step realizing in above-described embodiment method can complete by program command related hardware, described program can be stored in a computer read/write memory medium, and described storage medium can be ROM, RAM, disk, CD etc.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any amendments of doing within the spirit and principles in the present invention, be equal to and replace and improvement etc., within all should being included in protection scope of the present invention.

Claims (3)

1. a method of adjustment for image saturation, is characterized in that, said method comprising the steps of:
Obtain pending image A;
If A (i, j) rfor (i, j) some pixel red color component value of A, A (i, j) gfor (i, j) some pixel green component values of A, A (i, j) bfor (i, j) some pixel blue component value of A; I represents that pixel is positioned at the row-coordinate of present image; J represents that pixel is positioned at the row coordinate of present image;
RGB component to image A is processed, and obtains image B;
Concrete processing method is as follows:
If M=max{A (i, j) r, A (i, j) g, A (i, j) b, m=min{A (i, j) r, A (i, j) g, A (i, j) b}
If M=A (i, j) r, image B assignment by the following method:
B ( i , j ) R = A ( i , j ) R B ( i , j ) G = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) G B ( i , j ) B = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) B
If M=A (i, j) g, image B assignment by the following method:
B ( i , j ) R = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) R B ( i , j ) G = A ( i , j ) G B ( i , j ) B = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) B
If M=A (i, j) b, image B assignment by the following method:
B ( i , j ) R = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) R B ( i , j ) G = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) G B ( i , j ) B = A ( i , j ) B
Wherein: B (i, j) rfor (i, j) some pixel red color component value of B, B (i, j) gfor (i, j) some pixel green component values of B, B (i, j) bfor (i, j) some pixel blue component value of B; α is the adjustment parameter of [1,1];
Output image B.
2. an adjusting device for image saturation, is characterized in that, described device comprises:
Image collection module, for obtaining pending image A;
Component processing module, processes for the RGB component to image A, obtains image B;
Described component processing module further comprises and module is set and judges assignment module,
Module is set, for M=max{A (i, j) is set r, A (i, j) g, A (i, j) b,
m=min{A(i,j) R,A(i,j) G,A(i,j) B};
Wherein, A (i, j) rfor (i, j) some pixel red color component value of A, A (i, j) gfor (i, j) some pixel green component values of A, A (i, j) bfor (i, j) some pixel blue component value of A; I represents that pixel is positioned at the row-coordinate of present image; J represents that pixel is positioned at the row coordinate of present image;
Judge assignment module, for judgement
If M=A (i, j) r, image B assignment by the following method:
B ( i , j ) R = A ( i , j ) R B ( i , j ) G = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) G B ( i , j ) B = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) B
If M=A (i, j) g, image B assignment by the following method:
B ( i , j ) R = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) R B ( i , j ) G = A ( i , j ) G B ( i , j ) B = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) B
If M=A (i, j) b, image B assignment by the following method:
B ( i , j ) R = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) R B ( i , j ) G = ( 1 + &alpha; &CenterDot; m &CenterDot; ( 1 - 1 M ) ) &CenterDot; A ( i , j ) G B ( i , j ) B = A ( i , j ) B
Wherein: B (i, j) rfor (i, j) some pixel red color component value of B, B (i, j) gfor (i, j) some pixel green component values of B, B (i, j) bfor (i, j) some pixel blue component value of B; α is the adjustment parameter of [1,1]; Image output module, for output image B.
3. one kind comprises the equipment of the adjusting device of image saturation as claimed in claim 2.
CN201410175460.8A 2014-04-28 2014-04-28 The method of adjustment of a kind of image saturation, device and equipment Expired - Fee Related CN103974052B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410175460.8A CN103974052B (en) 2014-04-28 2014-04-28 The method of adjustment of a kind of image saturation, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410175460.8A CN103974052B (en) 2014-04-28 2014-04-28 The method of adjustment of a kind of image saturation, device and equipment

Publications (2)

Publication Number Publication Date
CN103974052A true CN103974052A (en) 2014-08-06
CN103974052B CN103974052B (en) 2016-08-03

Family

ID=51243030

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410175460.8A Expired - Fee Related CN103974052B (en) 2014-04-28 2014-04-28 The method of adjustment of a kind of image saturation, device and equipment

Country Status (1)

Country Link
CN (1) CN103974052B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104637034A (en) * 2014-12-31 2015-05-20 广州博冠信息科技有限公司 Method and device for regulating image saturation degree
CN105631826A (en) * 2015-12-25 2016-06-01 武汉鸿瑞达信息技术有限公司 Color image saturation enhancing method and system
CN107767436A (en) * 2016-08-19 2018-03-06 西门子保健有限责任公司 Volume drawing with the segmentation for preventing color bleeding

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001204043A (en) * 2000-01-19 2001-07-27 Victor Co Of Japan Ltd Video signal processing circuit
US20040114795A1 (en) * 2002-12-12 2004-06-17 Chung-Yen Lu Method and apparatus for color processing
CN1536530A (en) * 2003-04-09 2004-10-13 矽统科技股份有限公司 Colour treatment method and device
CN101909215A (en) * 2009-06-05 2010-12-08 华映视讯(吴江)有限公司 Color conversion method and corresponding color display method thereof
FR2980325A1 (en) * 2011-09-21 2013-03-22 St Microelectronics Grenoble 2 Method for increasing color saturation of red, green, blue values of pixel of digital image, involves increasing color saturation of pixel of image based on calculated maximum increases of saturation factor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001204043A (en) * 2000-01-19 2001-07-27 Victor Co Of Japan Ltd Video signal processing circuit
US20040114795A1 (en) * 2002-12-12 2004-06-17 Chung-Yen Lu Method and apparatus for color processing
CN1536530A (en) * 2003-04-09 2004-10-13 矽统科技股份有限公司 Colour treatment method and device
CN101909215A (en) * 2009-06-05 2010-12-08 华映视讯(吴江)有限公司 Color conversion method and corresponding color display method thereof
FR2980325A1 (en) * 2011-09-21 2013-03-22 St Microelectronics Grenoble 2 Method for increasing color saturation of red, green, blue values of pixel of digital image, involves increasing color saturation of pixel of image based on calculated maximum increases of saturation factor

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104637034A (en) * 2014-12-31 2015-05-20 广州博冠信息科技有限公司 Method and device for regulating image saturation degree
CN105631826A (en) * 2015-12-25 2016-06-01 武汉鸿瑞达信息技术有限公司 Color image saturation enhancing method and system
CN105631826B (en) * 2015-12-25 2018-12-07 武汉鸿瑞达信息技术有限公司 A kind of color image saturation Enhancement Method and system
CN107767436A (en) * 2016-08-19 2018-03-06 西门子保健有限责任公司 Volume drawing with the segmentation for preventing color bleeding
CN107767436B (en) * 2016-08-19 2021-04-09 西门子保健有限责任公司 Volume rendering with segmentation to prevent color bleed

Also Published As

Publication number Publication date
CN103974052B (en) 2016-08-03

Similar Documents

Publication Publication Date Title
CN102970549B (en) Image processing method and image processing device
CN101794565B (en) Image display method, device and system
US11037522B2 (en) Method for radiometric display, corresponding system, apparatus and computer program product
US20220245775A1 (en) Tone mapping method and electronic device
KR20170091744A (en) Display management for high dynamic range video
CN107154059A (en) A kind of high dynamic range video processing method
CN107820069B (en) Video monitoring equipment ISP debugging method
US11783459B2 (en) Method and device of inverse tone mapping and electronic device
EP3429180B1 (en) Method and system for color gamut mapping
EP3566429B1 (en) Color image modification with approximation function
US11074849B2 (en) Display method, display device, and display
CN101908330A (en) Method for display equipment with narrow dynamic range to reproduce image with wide dynamic range
CN103886565A (en) Nighttime color image enhancement method based on purpose optimization and histogram equalization
CN107862672B (en) Image defogging method and device
US20210287348A1 (en) Color saturation adjustment in non-uniform color space
CN1655626B (en) System and method for clipping values of pixels
CN105763768A (en) Image processing method, device and system
CN103974052A (en) Adjusting method, device and equipment for image saturation
CN108717839B (en) Method and device for converting RGB (red, green and blue) to RGBW (red, green and blue) and storage medium
CN103971336B (en) Adjusting method, device and equipment for image lightness
JP5833049B2 (en) Image processing method, image processing apparatus, and image processing program
KR100791374B1 (en) Method and apparatus for image adaptive color adjustment of pixel in color gamut
CN101873502B (en) Color space converting circuit and method
CN101304467A (en) Color processing apparatus and method
CN110708476B (en) Real-time image processing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent of invention or patent application
CB02 Change of applicant information

Address after: The central Shenzhen city of Guangdong Province, 518057 Keyuan Road, Nanshan District science and Technology Park No. 15 Science Park Sinovac A Building 1 unit 403, No. 405 unit

Applicant after: Shenzhen Yunzhou Multimedia Technology Co., Ltd.

Address before: Unit B4 9 building 518057 Guangdong city of Shenzhen province Nanshan District high in the four EVOC Technology Building No. 31

Applicant before: Shenzhen Yunzhou Multimedia Technology Co., Ltd.

C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160803

Termination date: 20200428