CN112837316A - Method and device for identifying clustered cells - Google Patents

Method and device for identifying clustered cells Download PDF

Info

Publication number
CN112837316A
CN112837316A CN202110279099.3A CN202110279099A CN112837316A CN 112837316 A CN112837316 A CN 112837316A CN 202110279099 A CN202110279099 A CN 202110279099A CN 112837316 A CN112837316 A CN 112837316A
Authority
CN
China
Prior art keywords
cell
pixels
image
value
model
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
CN202110279099.3A
Other languages
Chinese (zh)
Other versions
CN112837316B (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 Ruiwode Life Technology Co ltd
Original Assignee
Rwd Life Science 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 Rwd Life Science Co ltd filed Critical Rwd Life Science Co ltd
Priority to CN202110279099.3A priority Critical patent/CN112837316B/en
Publication of CN112837316A publication Critical patent/CN112837316A/en
Application granted granted Critical
Publication of CN112837316B publication Critical patent/CN112837316B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0012Biomedical image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration using local operators
    • G06T5/30Erosion or dilatation, e.g. thinning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/187Segmentation; Edge detection involving region growing; involving region merging; involving connected component labelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10056Microscopic image
    • G06T2207/10061Microscopic image from scanning electron microscope
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30024Cell structures in vitro; Tissue sections in vitro

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Radiology & Medical Imaging (AREA)
  • Quality & Reliability (AREA)
  • Image Processing (AREA)
  • Investigating Or Analysing Biological Materials (AREA)
  • Image Analysis (AREA)

Abstract

The embodiment of the invention provides a clustered cell identification method, which comprises the following steps: acquiring a first cell image; determining a cell center point according to the cell model and the gray value of the pixel in the first cell image; setting the gray value of the pixel corresponding to the cell center point in a second cell image with the gray value of the pixel being a first preset value as a second preset value; determining areas communicated by a second preset value as a cell central area; wherein the cell model is a square matrix of 5 pixels in length and 5 pixels in width. According to the embodiment of the invention, the square matrix with the length of 5 pixels and the width of 5 pixels is used as the cell model, the cell central area is determined according to the cell model and the gray value of the pixels in the first cell image, the number of the cell central areas is the number of the cells, and the accuracy of cell counting when more cells are clustered is improved.

Description

Method and device for identifying clustered cells
Technical Field
The invention relates to the field of image recognition, in particular to a clustered cell recognition method and a clustered cell recognition device.
Background
Cell counting is a common function in biological research, and an accurate counting result is very important for experimental evaluation. Cell counting based on microscopic cell images is currently one of the mainstream methods. However, as many as several tens of cell clusters often occur in cell images. When there is more cell clumping, the annular boundaries of many cells in the central region of the cell clump become obscured, resulting in inaccurate cell counts.
Disclosure of Invention
The embodiment of the invention provides a clustered cell identification method, and aims to solve the problem that cell counting is inaccurate when more cells are clustered in the prior art.
In a first aspect, there is provided a method for identifying aggregated cells, comprising:
acquiring a first cell image;
determining a cell center point according to the cell model and the gray value of the pixel in the first cell image;
setting the gray value of the pixel corresponding to the cell center point in a second cell image with the gray value of the pixel being a first preset value as a second preset value;
determining areas communicated by a second preset value as a cell central area;
wherein the cell model is a square matrix of 5 pixels in length and 5 pixels in width.
In a second aspect, there is provided a clustered cell identifying apparatus comprising:
an acquisition unit configured to acquire a first cell image;
the first determining unit is used for determining a cell center point according to the cell model and the gray value of the pixel in the first cell image;
the setting unit is used for setting the gray value of the pixel corresponding to the cell center point as a second preset value in a second cell image of which the gray values of the pixels are all the first preset values;
a second determination unit for determining regions connected by a second preset value as a cell center region;
wherein the cell model is a square matrix of 5 pixels in length and 5 pixels in width.
According to the embodiment of the invention, the square matrix with the length of 5 pixels and the width of 5 pixels is used as the cell model, the cell central area is determined according to the cell model and the gray value of the pixels in the first cell image, the number of the cell central areas is the number of the cells, and the accuracy of cell counting when more cells are clustered is improved.
Drawings
The foregoing and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow chart of a method for identifying clumped cells according to an embodiment of the present invention;
FIG. 2 is a gray scale image of a cell image according to one embodiment of the present invention;
FIG. 3 is a schematic diagram of a cell model provided in accordance with an embodiment of the present invention;
FIG. 4 is a flow chart of determining a center point of a cell according to an embodiment of the present invention;
FIG. 5 is a binarized image of the processed cell mass according to an embodiment of the present invention;
FIG. 6 is a flowchart of a clustered cell identification method according to a second embodiment of the present invention;
FIG. 7 is a diagram illustrating the effect of a cell image with cell boundaries marked according to a second embodiment of the present invention;
fig. 8 is a block diagram of a clustered cell identifying apparatus according to a third embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar modules or modules having the same or similar functionality throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention. On the contrary, the embodiments of the invention include all changes, modifications and equivalents coming within the spirit and terms of the claims appended hereto.
According to the embodiment of the invention, the square matrix with the length of 5 pixels and the width of 5 pixels is used as the cell model, the cell central area is determined according to the cell model and the gray value of the pixels in the first cell image, the number of the cell central areas is the number of the cells, and the accuracy of cell counting when more cells are clustered is improved.
Example one
Fig. 1 is a flowchart of a method for identifying clustered cells according to an embodiment of the present invention. As shown in fig. 1, the method includes:
step S101: a first cell image is acquired.
In the embodiment of the invention, a slide glass filled with cell sap is shot under the light path of a microscope to obtain a first cell image, and the first cell image can be a color image or a gray-scale image. If the color image is a color image, a gray scale image as shown in FIG. 2 is obtained through conversion. In the case of cell clumps in fig. 2, especially in the box, the clumped cells are up to several tens.
Step S102: the first cell image is scaled according to the cell model and the cell type such that the pixels covered by a single cell match the cell model, wherein the cell model is a square matrix 5 pixels in length and 5 pixels in width.
In the embodiment of the invention, a square matrix with the length of 5 pixels and the width of 5 pixels is taken as a cell model. As shown in fig. 3, each grid represents one pixel, and the entire cell model is a square matrix with a length of 5 pixels and a width of 5 pixels. C is the center of the cell model, B1-B8 is 8 neighborhoods of C, preferably, 12 pixels of A1-A12 of the outermost layer of the square matrix are selected as the outermost layer of the cell model, and the pixels at the four corners of the square matrix are ignored.
In general, the cell fluid in which the cell count is required contains a single type of cells, and the size of the cells is uniform. In the case of a known cell type, such as a cell type that needs to be cell counted, the user inputs the cell type, and the first cell image is scaled so that the pixels covered by a single cell are matched with the cell model, i.e., the number of pixels covered by a single cell is substantially equivalent to the cell model.
Step S103: the cell center point is determined from the cell model and the gray values of the pixels in the first cell image.
In the embodiment of the present invention, the cell center point refers to a point within a cell boundary, and one cell may include a plurality of cell center points.
As an embodiment of the present invention, the process of determining the center point of a cell is shown in FIG. 4, and the method comprises:
step S401: and calculating the gray value difference value of the selected pixel in the first cell image and the pixels in the 8 neighborhoods thereof according to the cell model to obtain the number of the first pixels of which the gray value difference value is larger than the first threshold.
Step S402: and calculating the gray value difference between the selected pixel in the first cell image and the 12 outermost pixels according to the cell model to obtain the number of second pixels of which the gray value difference is greater than a second threshold.
Step S403: and when the number of the first pixels is larger than a first preset counting value or the number of the second pixels is larger than a second preset counting value, determining the selected pixels as the cell center points.
In the embodiment of the invention, pixel points of the zoomed first cell image are traversed, each pixel point is used as C in the cell model, the gray value difference value between the pixel point and the surrounding pixels is calculated, and whether the pixel point is the cell center point is judged. Preferably, in order to enable each calculation to be performed on the complete cell model, the two outermost circles of pixels of the scaled first cell image are ignored, and only the pixels within the two outermost circles of pixels are traversed.
Specifically, one pixel in the preferred range is selected as C in the cell model, and gray value difference values of the pixel and pixels in 8 neighborhoods of the pixel, namely C-B1 and C-B2 … … C-B8, are calculated to obtain the number of first pixels of which the gray value difference value is larger than a first threshold; and calculating gray value difference values of the gray value difference values and 12 pixels on the outermost layer of the cell model, namely C-A1 and C-A2 … … C-A12, and obtaining the number of second pixels of which the gray value difference values are larger than a second threshold. The number of the first pixels is larger than a first preset counting value or the number of the second pixels is larger than a second preset counting value, which indicates that the selected pixel is brighter than the surrounding environment, and the pixel is determined to be positioned in the cell boundary and is the center point of the cell. And traversing each pixel in the preferred range, and repeating the calculation step to determine the cell center point.
Step S104: and setting the gray value of the pixel corresponding to the cell center point in the second cell image with the gray value of the pixel being the first preset value as a second preset value.
Step S105: and determining the areas communicated with the second preset value as the cell central area.
In the embodiment of the present invention, the number of pixels in the length and the number of pixels in the width of the second cell image are both the same as the zoomed first cell image, and the gray values are both the first preset values, for example, the first preset value is 0. The pixel position where the cell center point is located determined in step S103 is mapped to the second cell image, and the gray value of the pixel on the second cell image is set to a second preset value, for example, the second preset value is 255. For each pixel, 4 neighborhoods thereof are detected, and a region connected by a second preset value is determined as a cell center region. The cell mass in the box of FIG. 2 was processed as described above to obtain a binarized image as shown in FIG. 5.
In the present embodiment, the cell center region refers to a region composed of the cell center point. The single white regions in fig. 5 are connected by four neighborhoods of the second preset value, and are composed of one or more cell center points, which are regarded as a cell center region and represent a cell. The number of white regions is the number of cells contained in the cell mass, and a total of 43 white regions in which four adjacent regions are connected in fig. 5 indicate a total of 43 cells.
The embodiment of the invention determines the cell number through the cell central region instead of the cell boundary, thereby reducing the influence of cell boundary deletion or low cell boundary definition on cell counting.
According to the embodiment of the invention, the square matrix with the length of 5 pixels and the width of 5 pixels is used as the cell model, the cell central area is determined according to the cell model and the gray value of the pixels in the first cell image, the number of the cell central areas is the number of the cells, and the accuracy of cell counting when more cells are clustered is improved.
Example two
Fig. 6 is a flowchart of a clustered cell identification method according to a second embodiment of the present invention. As shown in fig. 6, steps S601 to S605 of the method are the same as steps S101 to S105 of the first embodiment, and are not repeated herein. After step S605, the method further includes step S606: each cell center region is expanded according to a preset algorithm to identify cell boundaries.
In embodiments of the invention, the central region of each cell is expanded according to a predetermined algorithm, such as a dilation algorithm, and cell boundaries are determined by stopping dilation when certain conditions are met or when dilation is no longer possible. The first cell image is then combined to obtain a cell image with cell boundaries marked as shown in fig. 7, so that the observation is more intuitive and clear.
The embodiment of the invention determines the cell number through the cell central region instead of the cell boundary, thereby reducing the influence of cell boundary deletion or low cell boundary definition on cell counting. And then, the cell boundary is obtained by expanding the cell center region as the center, so that the observation is more visual and clear.
According to the embodiment of the invention, the square matrix with the length of 5 pixels and the width of 5 pixels is used as the cell model, the cell central area is determined according to the cell model and the gray value of the pixels in the first cell image, the number of the cell central areas is the number of the cells, and the accuracy of cell counting when more cells are clustered is improved.
EXAMPLE III
Fig. 8 is a block diagram of a clustered cell identification apparatus according to a third embodiment of the present invention, and as shown in fig. 8, the apparatus includes: an acquisition unit 81, a first determination unit 82, a setting unit 83, and a second determination unit 84.
The acquisition unit 81 is used to acquire a first cell image.
The first determination unit 82 is adapted to determine the cell center point based on the cell model and the gray values of the pixels in the first cell image.
The setting unit 83 is configured to set the gray value of the pixel corresponding to the cell center point in the second cell image where the gray values of the pixels are all the first preset values as the second preset values.
The second determination unit 84 is configured to determine regions connected by a second preset value as a cell center region.
Wherein the cell model is a square matrix of 5 pixels in length and 5 pixels in width. The first cell image and the second cell image have the same number of pixels in length and the same number of pixels in width.
Preferably, the apparatus further comprises a scaling unit 85 for scaling the first cell image according to the cell model and the cell type such that pixels covered by a single cell match the cell model.
Preferably, the apparatus further comprises an expanding unit 86 for expanding each cell center region according to a preset algorithm to identify cell boundaries.
In the embodiment of the present invention, the first determination unit 82 includes a first calculation subunit, a second calculation subunit, and a judgment subunit.
The first calculating subunit is configured to calculate a gray value difference between the selected pixel in the first cell image and the pixel in the 8-neighborhood region of the selected pixel according to the cell model, and obtain the number of first pixels of which the gray value difference is greater than the first threshold.
The second calculating subunit is configured to calculate gray value differences between the selected pixels in the first cell image and the 12 outermost pixels according to the cell model, and obtain a second number of pixels with gray value differences larger than a second threshold.
The judging subunit is used for determining the selected pixel as the cell center point when the first pixel number is greater than a first preset counting value or the second pixel number is greater than a second preset counting value.
The clustered cell identification method performed in the clustered cell identification apparatus corresponds to the methods described in the first and second embodiments one to one, and details thereof are not repeated herein.
The embodiment of the invention determines the cell number through the cell central region instead of the cell boundary, thereby reducing the influence of cell boundary deletion or low cell boundary definition on cell counting. And then, the cell boundary is obtained by expanding the cell center region as the center, so that the observation is more visual and clear.
According to the embodiment of the invention, the square matrix with the length of 5 pixels and the width of 5 pixels is used as the cell model, the cell central area is determined according to the cell model and the gray value of the pixels in the first cell image, the number of the cell central areas is the number of the cells, and the accuracy of cell counting when more cells are clustered is improved.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (10)

1. A method for identifying aggregated cells, the method comprising:
acquiring a first cell image;
determining a cell center point according to a cell model and gray values of pixels in the first cell image;
setting the gray value of the pixel corresponding to the cell center point in a second cell image with the gray value of the pixel being a first preset value as a second preset value;
determining the areas communicated by the second preset value as cell center areas;
wherein the cell model is a square matrix of 5 pixels in length and 5 pixels in width.
2. The method of claim 1, wherein after said acquiring a first cell image, prior to said determining a cell center point from a cell model and gray scale values of pixels in said first cell image, said method further comprises:
scaling the first cell image according to a cell model and a cell type such that pixels covered by a single cell match the cell model.
3. The method of claim 1, wherein after said determining the regions connected at said second preset value as cell center regions, the method further comprises:
each cell center region is expanded according to a preset algorithm to identify cell boundaries.
4. The method of claim 1, wherein the first cell image and the second cell image have the same number of pixels in length and the same number of pixels in width.
5. The method of any one of claims 1-4, wherein said determining a cell center point from a cell model and gray scale values of pixels in said first cell image comprises:
calculating the gray value difference value of the selected pixel in the first cell image and the pixels in the 8 neighborhoods thereof according to the cell model to obtain the number of first pixels of which the gray value difference value is greater than a first threshold;
calculating gray value difference values of the selected pixels and 12 outermost pixels in the first cell image according to the cell model to obtain the number of second pixels of which the gray value difference values are larger than a second threshold;
and when the number of the first pixels is larger than a first preset counting value or the number of the second pixels is larger than a second preset counting value, determining the selected pixels as the cell center points.
6. An apparatus for identifying aggregated cells, the apparatus comprising:
an acquisition unit configured to acquire a first cell image;
a first determining unit for determining a cell center point according to a cell model and a gray value of a pixel in the first cell image;
the setting unit is used for setting the gray value of the pixel corresponding to the cell center point in a second cell image of which the gray values of the pixels are all the first preset values as second preset values;
a second determination unit for determining regions connected by the second preset value as a cell center region;
wherein the cell model is a square matrix of 5 pixels in length and 5 pixels in width.
7. The apparatus of claim 6, further comprising:
and the scaling unit is used for scaling the first cell image according to the cell model and the cell type so that the pixels covered by the single cell are matched with the cell model.
8. The apparatus of claim 6, further comprising:
and the expanding unit is used for expanding the central area of each cell according to a preset algorithm so as to identify the cell boundary.
9. The apparatus of claim 6, wherein the first cell image and the second cell image have the same number of pixels in length and the same number of pixels in width.
10. The apparatus according to any one of claims 7-9, wherein the first determining unit comprises:
the first calculating subunit is used for calculating the gray value difference value between the selected pixel in the first cell image and the pixel in the 8 neighborhoods thereof according to the cell model to obtain the number of first pixels of which the gray value difference value is greater than a first threshold;
the second calculating subunit is used for calculating the gray value difference value between the selected pixel in the first cell image and the 12 outermost pixels according to the cell model to obtain the number of second pixels of which the gray value difference value is greater than a second threshold;
and the judging subunit is used for determining the selected pixel as the cell center point when the number of the first pixels is greater than a first preset counting value or the number of the second pixels is greater than a second preset counting value.
CN202110279099.3A 2021-03-16 2021-03-16 Method and device for identifying aggregated cells Active CN112837316B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110279099.3A CN112837316B (en) 2021-03-16 2021-03-16 Method and device for identifying aggregated cells

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110279099.3A CN112837316B (en) 2021-03-16 2021-03-16 Method and device for identifying aggregated cells

Publications (2)

Publication Number Publication Date
CN112837316A true CN112837316A (en) 2021-05-25
CN112837316B CN112837316B (en) 2024-01-12

Family

ID=75930290

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110279099.3A Active CN112837316B (en) 2021-03-16 2021-03-16 Method and device for identifying aggregated cells

Country Status (1)

Country Link
CN (1) CN112837316B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030167001A1 (en) * 2001-11-23 2003-09-04 Allain Pascal Raymond Method for the detection and automatic characterization of nodules in a tomographic image and a system of medical imaging by tomodensimetry
CN101949819A (en) * 2010-09-16 2011-01-19 北京优纳科技有限公司 Cell counting method based on image identification
CN106056118A (en) * 2016-06-12 2016-10-26 合肥工业大学 Recognition and counting method for cells
CN110516584A (en) * 2019-08-22 2019-11-29 杭州图谱光电科技有限公司 A kind of Auto-counting of Cells method based on dynamic learning of microscope
CN110706206A (en) * 2019-09-11 2020-01-17 深圳先进技术研究院 Fluorescent cell counting method, fluorescent cell counting device, terminal equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030167001A1 (en) * 2001-11-23 2003-09-04 Allain Pascal Raymond Method for the detection and automatic characterization of nodules in a tomographic image and a system of medical imaging by tomodensimetry
CN101949819A (en) * 2010-09-16 2011-01-19 北京优纳科技有限公司 Cell counting method based on image identification
CN106056118A (en) * 2016-06-12 2016-10-26 合肥工业大学 Recognition and counting method for cells
CN110516584A (en) * 2019-08-22 2019-11-29 杭州图谱光电科技有限公司 A kind of Auto-counting of Cells method based on dynamic learning of microscope
CN110706206A (en) * 2019-09-11 2020-01-17 深圳先进技术研究院 Fluorescent cell counting method, fluorescent cell counting device, terminal equipment and storage medium

Also Published As

Publication number Publication date
CN112837316B (en) 2024-01-12

Similar Documents

Publication Publication Date Title
CN115082467B (en) Building material welding surface defect detection method based on computer vision
CN109785337B (en) In-column mammal counting method based on example segmentation algorithm
CN112818988B (en) Automatic identification reading method and system for pointer instrument
CN107992782B (en) Cloud precipitation particle shape identification method based on image geometric characteristic parameters
JP6194791B2 (en) Image processing apparatus and program
CN108711148B (en) Tire defect intelligent detection method based on deep learning
EP3098591A1 (en) Detection control device, program, detection system, storage medium and detection control method
CN108052886A (en) A kind of puccinia striiformis uredospore programming count method of counting
CN113658174B (en) Microkernel histology image detection method based on deep learning and image processing algorithm
KR20140142368A (en) Defect determination device, radiography system, and defect determination method
CN112819821B (en) Cell nucleus image detection method
CN105631876A (en) CT image resolution automatic test method based on global binarization
CN112036384B (en) Sperm head shape recognition method, device and equipment
CN103954334A (en) Fully automatic image pickup type water meter verification system and operating method thereof
CN113168687A (en) Image evaluation apparatus and method
CN105678739A (en) Resolution test method for three-dimensional image of cone beam CT system
CN117237747A (en) Hardware defect classification and identification method based on artificial intelligence
CN112837316A (en) Method and device for identifying clustered cells
CN112560839A (en) Automatic identification method and system for reading of pointer instrument
CN115082444B (en) Copper pipe weld defect detection method and system based on image processing
CN116403223A (en) Pointer instrument reading identification method and system based on machine learning
CN110675363A (en) Automatic calculation method of DNA index for cervical cells
CN108109675B (en) Laboratory quality control data management system
CN112907558A (en) Full-automatic image determination method for thousand grain weight of rape seeds
CN114496177B (en) Method and system for detecting clinical infection source of infectious department based on big data

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
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 518057, Room 1901, Building A, Building 7, Shenzhen International Innovation Valley, Dashi Road, Xili Community, Xili Street, Nanshan District, Shenzhen City, Guangdong Province (9th, 19th, 20th, and 9th floors of Building A)

Patentee after: Shenzhen Ruiwode Life Technology Co.,Ltd.

Country or region after: China

Address before: 518057 room 1901, block a, building 9, area C, Wanke Yuncheng phase III, Liuxin 4th Road, Xili community, Xili street, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: RWD LIFE SCIENCE Co.,Ltd.

Country or region before: China