WO2023019555A1 - Cell fluorescence image thresholding method and system, terminal, and storage medium - Google Patents

Cell fluorescence image thresholding method and system, terminal, and storage medium Download PDF

Info

Publication number
WO2023019555A1
WO2023019555A1 PCT/CN2021/113795 CN2021113795W WO2023019555A1 WO 2023019555 A1 WO2023019555 A1 WO 2023019555A1 CN 2021113795 W CN2021113795 W CN 2021113795W WO 2023019555 A1 WO2023019555 A1 WO 2023019555A1
Authority
WO
WIPO (PCT)
Prior art keywords
fluorescence image
cell fluorescence
image
pixel value
pixel
Prior art date
Application number
PCT/CN2021/113795
Other languages
French (fr)
Chinese (zh)
Inventor
吴昊
魏彦杰
潘毅
Original Assignee
深圳先进技术研究院
中国科学院深圳理工大学(筹)
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 深圳先进技术研究院, 中国科学院深圳理工大学(筹) filed Critical 深圳先进技术研究院
Priority to PCT/CN2021/113795 priority Critical patent/WO2023019555A1/en
Publication of WO2023019555A1 publication Critical patent/WO2023019555A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis

Definitions

  • the application belongs to the technical field of biomedical image processing, and in particular relates to a method, system, terminal and storage medium for thresholding a cell fluorescence image.
  • the light source used by the experimental platform is a point light source when taking fluorescence images
  • the distribution of pixel values in the center of the fluorescence image is much larger than that in the surrounding areas, and the conventional threshold method cannot preserve the central and surrounding cell markers at the same time.
  • the method adopted by experimentalists is to crop the fluorescence image, and only keep a small part of the image in the center of the field of view for thresholding operation, but the edge information of cell markers is not well preserved during the thresholding process. This makes the finally obtained biological parameters have certain errors.
  • the cutting operation greatly reduces the number of available cell markers. In order to ensure a certain amount of data, further experimental operations need to be added, which increases the complexity of the operation.
  • the present application provides a cell fluorescence image thresholding method, system, terminal and storage medium, aiming to solve one of the above-mentioned technical problems in the prior art at least to a certain extent.
  • a cell fluorescence image thresholding method comprising:
  • the connected domains in the binarized image are obtained, and the area of each connected domain is calculated, and the connected domains whose area is smaller than a set threshold are eliminated to obtain a thresholded cell fluorescence image.
  • the technical solution adopted in the embodiment of the present application also includes: the adjustment of the pixel value distribution of the cell fluorescence image by using the limited contrast adaptive local histogram equalization algorithm is specifically:
  • Bilinear interpolation is used to reconstruct the pixel gray value of the complete histogram after pixel value equalization processing, and the processed cell fluorescence image is obtained.
  • the technical solution adopted in the embodiment of the present application further includes: performing bilateral filtering on the cell fluorescence image after the pixel value distribution adjustment is specifically:
  • G ⁇ (x) be a two-dimensional Gaussian kernel
  • G ⁇ s , G ⁇ r are spatial weight and gray weight respectively
  • I p is the pixel value of the position to be calculated
  • I q is the pixel value in the neighborhood
  • is the spatial distance between p and q
  • BF represents the bilateral filter
  • BF[I] p represents the pixel value at position p in the cell fluorescence image calculated using the bilateral filter
  • q ⁇ S represents the pixel value at position p calculated using the bilateral filter
  • the result is determined by the neighborhood
  • the weighted sum of each pixel value in the range S is determined.
  • the weight of each pixel value in the neighborhood is determined by the spatial weight G ⁇ s and the gray weight G ⁇ r ;
  • W p is the normalization factor, and the calculation formula of W p is :
  • the technical solution adopted in the embodiment of the present application also includes: the binarization processing of the cell fluorescence image processed by the bilateral filter using the Otsu method is specifically:
  • C1 and C2 All pixels of the cell fluorescence image are divided into C1 and C2 by the threshold TH, C1 is a pixel class smaller than TH, and C2 is a pixel class larger than TH, assuming that the pixel averages of C1 and C2 are m1 and m2 respectively, the global pixel of the image
  • the mean is mG, and the probabilities of pixels being classified into C1 and C2 classes are p1 and p2 respectively, then:
  • ⁇ 2 p1(m1-mG) 2 +p2(m2-mG) 2
  • the threshold that maximizes the value of ⁇ 2 is the maximum inter-class variance threshold, and the cell fluorescence image is binarized through the maximum inter-class variance threshold to separate cells and background regions.
  • the technical solution adopted in the embodiment of the present application also includes: the calculation of the area of each connected domain is specifically:
  • a cell fluorescence image thresholding system comprising:
  • Pixel value adjustment module used to adjust the pixel value distribution of the cell fluorescence image by using the limited contrast adaptive local histogram equalization algorithm
  • Image filtering module for performing bilateral filtering processing on the cell fluorescence image after the pixel value distribution adjustment
  • Binarization module for performing binarization processing on the cell fluorescence image processed by the bilateral filter by using the Otsu method to obtain a binarized image
  • Noise elimination module used to obtain the connected domains in the binarized image, calculate the area of each connected domain, eliminate the connected domains whose area is smaller than the set threshold, and obtain the thresholded cell fluorescence image.
  • a terminal includes a processor and a memory coupled to the processor, wherein,
  • the memory stores program instructions for implementing the method for thresholding cell fluorescence images
  • the processor is configured to execute the program instructions stored in the memory to control the thresholding of the cell fluorescence image.
  • a storage medium storing program instructions executable by a processor, the program instructions being used to execute the method for thresholding cell fluorescence images.
  • the beneficial effect produced by the embodiment of the present application is that the thresholding method, system, terminal and storage medium of the embodiment of the present application use the CLAHE algorithm to adjust the pixel value distribution of the cell fluorescence image, and after CLAHE processing Bilateral filtering was performed on the cytofluorescence image, and the OTSU algorithm was used to binarize the filtered cytofluorescence image, and the residual noise in the image was removed according to the area of the connected region to obtain the final thresholded cytofluorescence image.
  • the embodiment of the present application effectively removes the interference of the point light source imaging on the fluorescence image, and retains the boundary information of the cells while removing the influence of the point light source, which increases the data volume of the cells to be analyzed, and is conducive to improving the accuracy of subsequent extraction of biological parameters.
  • Fig. 1 is a flow chart of the cell fluorescence image thresholding method of the embodiment of the present application
  • FIG. 2 is a schematic diagram of pixel value equalization processing in an embodiment of the present application
  • FIG. 3 is a schematic structural diagram of a cell fluorescence image thresholding system according to an embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of a terminal according to an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
  • FIG. 1 is a flowchart of a method for thresholding a cell fluorescence image according to an embodiment of the present application.
  • the cell fluorescence image thresholding method of the embodiment of the present application includes the following steps:
  • the cell fluorescence image is captured by a cell microscopic imaging platform.
  • the CLAHE algorithm limits the enhancement range of the local contrast by limiting the height of the local histogram, which can enhance the contrast while suppressing the noise, thereby limiting the noise amplification and local contrast enhancement of the cell fluorescence image, and realizing the brightness of the cell fluorescence image Redistribution, to improve the problem of the pixel value distribution of the cell fluorescence image caused by the point light source being large in the middle and small around the four sides, and eliminating the interference of the point light source in the cell fluorescence image.
  • the CLAHE algorithm calls the function cv2.createCLAHE() provided by opencv to process the cell fluorescence image.
  • the function parameters are clipLimit and tileGridSize, where clipLimit is the histogram clipping threshold, and tileGridSize is the block size.
  • S21 divide the cell fluorescence image into non-overlapping sub-blocks of equal size, and the size of each sub-block is tileGridSize;
  • S22 Calculate the complete histogram of the cell fluorescence image (ie, the pixel value distribution map) and the histogram of each sub-block, and determine the clipping threshold clipLimit of the histogram;
  • the pixel value equalization process is shown in Figure 2, and the pixel values in the range of DA-DA+ ⁇ DA are mapped to DB-DB+ ⁇ DB through the function f, so that the distribution of image pixel values is more uniform.
  • the function f can be calculated automatically.
  • bilateral filtering is a variant of Gaussian filtering, and a distance mechanism is introduced on the basis of Gaussian filtering to better protect the edge information of objects in the image while removing image noise.
  • the basic idea of bilateral filtering is that the pixel value of each position in the image is jointly determined by the pixel values of the neighborhood, which is implemented by calling the function cv2.bilateralFilter() provided by opencv.
  • the algorithm principle of bilateral filtering for cell fluorescence images is:
  • G ⁇ (x) be a two-dimensional Gaussian kernel
  • G ⁇ s and G ⁇ r are space weight and gray scale weight (rangeweight) respectively
  • the space weight plays the role of protecting edge information
  • the gray scale weight plays the role of removing noise.
  • I p is the pixel value of the position to be calculated
  • I q is the pixel value in the neighborhood
  • q (q x ,q y ) is the pixel value in the neighborhood
  • is the spatial distance between p and q, then:
  • BF represents the bilateral filter
  • BF[I] p represents the pixel value at position p in the image calculated by the bilateral filter
  • s in G ⁇ s represents space
  • G ⁇ s is the space weight calculated according to the Gaussian kernel formula
  • q ⁇ S The S represents the neighborhood range, that is, when the bilateral filter is used to calculate the pixel value at position p, the result is determined by the weighted sum of each pixel value in the neighborhood range, and the weight of each pixel value in the neighborhood range is determined by the spatial weight G ⁇ s and gray weight G ⁇ r are jointly determined.
  • W p is the normalization factor
  • the calculation formula of W p is:
  • bilateral filtering is used to process the cell fluorescence image, which can ensure that the edges of the cells collected in the image are clear and well-defined while eliminating noise.
  • the OTSU algorithm is an algorithm for determining the image binarization segmentation threshold.
  • the algorithm divides the image into two parts, the background and the foreground (i.e., cells) according to the grayscale characteristics of the image. After binarization processing, the inter-class variance between the foreground and background images of the image is maximized. The greater the inter-class variance between the background and the foreground, the greater the difference between the two parts of the image. When part of the foreground is misclassified as the background or part of the background is misclassified as the foreground, the difference between the background and the foreground will change. Small. In this embodiment of the present application, the binarized segmentation using the OTSU algorithm can minimize the misclassification probability of the background and the foreground.
  • the function called by the OTSU algorithm is the function cv2.THRESH_OTSU provided by opencv.
  • the algorithm process is as follows: Assume that there is a threshold TH to divide all pixels of the cell fluorescence image into two categories: C1 (less than TH) and C2 (greater than TH). The respective pixel mean values of class pixels are m1 and m2 respectively, the global pixel mean value of the image is mG, and the probabilities of pixels being divided into C1 and C2 classes are p1 and p2 respectively, then:
  • ⁇ 2 p1(m1-mG) 2 +p2(m2-mG) 2 (5)
  • the threshold that maximizes the value of formula (5) is the OTSU threshold, and the OTSU threshold can be obtained by traversing 0-255 gray levels, and the cell fluorescence image is binarized to separate the cells and the background area (the cell pixel value is used as 1 means that the pixel value of the background area is represented by 0).
  • S50 Obtain the connected domains in the binarized image, calculate the area of each connected domain, and eliminate the connected domains whose area is smaller than a set threshold from the cell fluorescence image, to obtain a final thresholded cell fluorescence image;
  • the embodiment of this application uses the function cv2.connectedComponents() provided by opencv to obtain the connected components in the binarized image, and calculate each When the connected domain area is less than the set threshold, the connected domain is considered to be noise, and its pixel value is changed from 1 to 0, which is the same as the background area, so as to remove the residual noise in the image.
  • the pixel values in the connected domain are all 1, all pixel values in the connected domain are accumulated, and the total number of pixel values obtained is the area of the connected domain.
  • the cell fluorescence image thresholding method of the embodiment of the present application uses the CLAHE algorithm to adjust the pixel value distribution of the cell fluorescence image, performs bilateral filtering on the cell fluorescence image after CLAHE processing, and uses the OTSU algorithm to filter the cell fluorescence image Binarization was performed to minimize the probability of background and foreground misclassification, and the residual noise in the image was removed according to the area of the connected region to obtain the final thresholded cytofluorescence image.
  • the embodiment of the present application effectively removes the interference of the point light source imaging on the fluorescent image, and retains the boundary information of the cells while removing the influence of the point light source, which increases the data volume of the cells to be analyzed and is beneficial to improve the accuracy of subsequent extraction of biological parameters.
  • This application is suitable for the imaging scene of cell fluorescence images with relatively large point light source light, and is applicable to different types of cell microscopic imaging platforms (for the same set of cell microscopic imaging platforms, no secondary parameter adjustment is required, and for different cell microscopic imaging platforms, only It can be applied with simple parameter adjustment, and the number of parameters is small).
  • FIG. 3 is a schematic structural diagram of the cell fluorescence image thresholding system of the embodiment of the present application.
  • the cell fluorescence image thresholding system 40 of the embodiment of the present application includes:
  • Image acquisition module 41 for acquiring cell fluorescence images
  • Pixel value adjustment module 42 used to suppress noise and enhance contrast processing on the cell fluorescence image by using the CLAHE algorithm, and adjust the pixel value distribution of the cell fluorescence image; wherein, the CLAHE algorithm limits the enhancement range of the local contrast by limiting the height of the local histogram , can enhance the contrast while suppressing the noise, thereby limiting the noise amplification and local contrast enhancement of the cytofluorescence image, realizing the brightness redistribution of the cytofluorescence image, and improving the pixel value distribution of the cytofluorescence image caused by the point light source. , to eliminate the interference of point light sources in the cell fluorescence image.
  • Image filtering module 43 used to perform bilateral filter (Bilateral Filter) processing on the cell fluorescence image after CLAHE processing, to remove the noise in the cell fluorescence image while retaining the edge information of the cell fluorescence image; wherein, the bilateral filter is a variant of the Gaussian filter , the distance mechanism is introduced on the basis of Gaussian filtering, so that the edge information of objects in the image can be better protected while removing image noise.
  • bilateral filtering is used to process the cell fluorescence image, which can ensure that the edges of the cells collected in the image are clear and well-defined while eliminating noise.
  • Binarization module 44 used to use OTSU algorithm to binarize the filtered cell fluorescence image to separate cells and background areas in the cell fluorescence image; wherein, the OTSU algorithm is a method to determine image binarization segmentation Threshold algorithm, which divides the image into two parts, the background and the foreground, according to the grayscale characteristics of the image. Variance is a measure of the uniformity of the gray distribution. The larger the inter-class variance between the background and the foreground, the greater the difference between the two parts that make up the image. When part of the foreground is misclassified as the background or part of the background is misclassified Foreground will cause the difference between background and foreground to be smaller. In this embodiment of the present application, the binarized segmentation using the OTSU algorithm can minimize the misclassification probability of the background and the foreground.
  • Noise elimination module 45 used to calculate the area of each connected region in the cell fluorescence image after binarization processing, and eliminate the connected region whose area is smaller than the set threshold from the cell fluorescence image to obtain the final thresholded cell fluorescence image; Among them, the shape of the cell is incomplete because it is easy to destroy the cell edge when filtering the image. Therefore, there is still some residual noise in the binarized cell fluorescence image.
  • the embodiment of the present application calculates the area of each connected region in the binarized cell fluorescence image, if the area of the connected region is less than The set threshold, that is, the area is considered to be noise, and it will be erased from the image, thereby removing the residual noise in the image.
  • FIG. 4 is a schematic diagram of a terminal structure in an embodiment of the present application.
  • the terminal 50 includes a processor 51 and a memory 52 coupled to the processor 51 .
  • the memory 52 stores program instructions for realizing the above-mentioned method for thresholding a cell fluorescence image.
  • the processor 51 is used to execute the program instructions stored in the memory 52 to control the thresholding of the cell fluorescence image.
  • the processor 51 may also be referred to as a CPU (Central Processing Unit, central processing unit).
  • the processor 51 may be an integrated circuit chip with signal processing capabilities.
  • the processor 51 can also be a 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 devices, discrete gate or transistor logic devices, discrete hardware components .
  • a general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
  • FIG. 5 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
  • the storage medium of the embodiment of the present application stores a program file 61 capable of realizing all the above-mentioned methods, wherein the program file 61 can be stored in the above-mentioned storage medium in the form of a software product, and includes several instructions to make a computer device (which can It is a personal computer, a server, or a network device, etc.) or a processor (processor) that executes all or part of the steps of the methods in various embodiments of the present invention.
  • a computer device which can It is a personal computer, a server, or a network device, etc.
  • processor processor
  • the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc., which can store program codes. , or terminal devices such as computers, servers, mobile phones, and tablets.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Investigating, Analyzing Materials By Fluorescence Or Luminescence (AREA)

Abstract

The present application relates to a cell fluorescence image thresholding method and system, a terminal, and a storage medium. The method comprises: adjusting pixel value distribution of a cell fluorescence image by using a contrast limited adaptive histogram equalization (CLAHE) algorithm; performing bilateral filtering on the cell fluorescence image that has undergone pixel value distribution adjustment; using Otsu's method to perform binarization processing on the cell fluorescence image that has undergone bilateral filtering to obtain a binarized image; and obtaining communicated domains in the binarized image, calculating the area of each communicated domain, and eliminating communicated domains the area of which is smaller than a set threshold, so as to obtain a thresholding cell fluorescence image. According to the embodiments of the present application, the interference of point light source imaging on the fluorescence image is effectively removed, boundary information of a cell is retained while the effect of a point light source is removed, thus increasing the data volume of a cell to be analyzed, and helping to improve the accuracy of subsequently extracting biological parameters.

Description

细胞荧光图像阈值化方法、系统、终端及存储介质Cell fluorescence image thresholding method, system, terminal and storage medium 技术领域technical field
本申请属生物医学图像处理技术邻域,特别涉及一种细胞荧光图像阈值化方法、系统、终端以及存储介质。The application belongs to the technical field of biomedical image processing, and in particular relates to a method, system, terminal and storage medium for thresholding a cell fluorescence image.
背景技术Background technique
在细胞实验的同时拍摄荧光图像可以大幅提升对细胞的观测和分析效率。作为细胞标记的一种,对细胞的检测和追踪可以通过对荧光图像的处理自动化地进行,大幅提升了实验的效率。同时,通过对荧光图像中细胞标记的分析可以得到一系列具有生物意义的参数,例如细胞面积、核质比、运动速度、方向等。这些参数对于细胞的行为分析及分类辨识具有重要作用。因此,细胞荧光图像的拍摄具有重要的作用和意义。但是,由于实验平台在拍摄荧光图像时采用的光源是点光源,由此会造成荧光图像的像素值分布中央远大于四周,常规的阈值方法无法同时保留中央和四周的细胞标记。实验学家采取的方法是对荧光图像进行裁切,仅保留下视野中央一小部分区域的图像进行阈值化操作,但在阈值化的过程中细胞标记的边缘信息得不到较好的保留,使得最终获取的生物参数具有一定的误差。同时,裁切操作使得可获得的细胞标记数量大幅减少,为了保证一定的数据量,还需要进一步增加实验操作,增加了操作复杂性。Taking fluorescence images at the same time as cell experiments can greatly improve the efficiency of cell observation and analysis. As a kind of cell labeling, the detection and tracking of cells can be automated through the processing of fluorescent images, which greatly improves the efficiency of experiments. At the same time, a series of parameters with biological significance can be obtained through the analysis of cell markers in the fluorescence images, such as cell area, nucleus-to-plasma ratio, movement speed, direction, etc. These parameters play an important role in cell behavior analysis and classification identification. Therefore, the shooting of cell fluorescence images has an important role and significance. However, since the light source used by the experimental platform is a point light source when taking fluorescence images, the distribution of pixel values in the center of the fluorescence image is much larger than that in the surrounding areas, and the conventional threshold method cannot preserve the central and surrounding cell markers at the same time. The method adopted by experimentalists is to crop the fluorescence image, and only keep a small part of the image in the center of the field of view for thresholding operation, but the edge information of cell markers is not well preserved during the thresholding process. This makes the finally obtained biological parameters have certain errors. At the same time, the cutting operation greatly reduces the number of available cell markers. In order to ensure a certain amount of data, further experimental operations need to be added, which increases the complexity of the operation.
发明内容Contents of the invention
本申请提供了一种细胞荧光图像阈值化方法、系统、终端以及存储介质,旨在至少在一定程度上解决现有技术中的上述技术问题之一。The present application provides a cell fluorescence image thresholding method, system, terminal and storage medium, aiming to solve one of the above-mentioned technical problems in the prior art at least to a certain extent.
为了解决上述问题,本申请提供了如下技术方案:In order to solve the above problems, the application provides the following technical solutions:
一种细胞荧光图像阈值化方法,包括:A cell fluorescence image thresholding method, comprising:
利用限制对比度自适应局部直方图均衡算法调整细胞荧光图像的像素值分布;Adjust the pixel value distribution of the cell fluorescence image by using the limited contrast adaptive local histogram equalization algorithm;
对所述像素值分布调整后的细胞荧光图像进行双边滤波处理;performing bilateral filter processing on the cell fluorescence image after the pixel value distribution adjustment;
利用大津法对所述双边滤波处理后的细胞荧光图像进行二值化处理,得到二值化图像;performing binarization processing on the cell fluorescence image after the bilateral filter processing by using the Otsu method to obtain a binarized image;
获取所述二值化图像中的连通域,并计算每个连通域的面积,将面积小于设定阈值的连通域消除,得到阈值化细胞荧光图像。The connected domains in the binarized image are obtained, and the area of each connected domain is calculated, and the connected domains whose area is smaller than a set threshold are eliminated to obtain a thresholded cell fluorescence image.
本申请实施例采取的技术方案还包括:所述利用限制对比度自适应局部直方图均衡算法调整细胞荧光图像的像素值分布具体为:The technical solution adopted in the embodiment of the present application also includes: the adjustment of the pixel value distribution of the cell fluorescence image by using the limited contrast adaptive local histogram equalization algorithm is specifically:
将所述细胞荧光图像分为大小相等的不重叠的子块,每个子块的大小为tileGridSize;Divide the cell fluorescence image into non-overlapping sub-blocks of equal size, the size of each sub-block is tileGridSize;
计算细胞荧光图像的完整直方图以及每个子块的直方图,并确定直方图的剪切阈值clipLimit;Calculate the complete histogram of the cell fluorescence image and the histogram of each sub-block, and determine the clipping threshold clipLimit of the histogram;
将每个子块的直方图中超过剪切阈值clipLimit的像素值均匀地填充到完整直方图中,完成子块直方图中多余像素的重新分配:Evenly fill the pixel values exceeding the clipping threshold clipLimit in the histogram of each sub-block into the complete histogram, and complete the redistribution of redundant pixels in the histogram of the sub-block:
通过函数映射对像素填充后的完整直方图进行像素值均衡处理;Perform pixel value equalization processing on the complete histogram after pixel filling through function mapping;
采用双线性插值对像素值均衡处理后的完整直方图进行像素点灰度值重构,得到处理后的细胞荧光图像。Bilinear interpolation is used to reconstruct the pixel gray value of the complete histogram after pixel value equalization processing, and the processed cell fluorescence image is obtained.
本申请实施例采取的技术方案还包括:所述对所述像素值分布调整后的细胞荧光图像进行双边滤波处理具体为:The technical solution adopted in the embodiment of the present application further includes: performing bilateral filtering on the cell fluorescence image after the pixel value distribution adjustment is specifically:
设G σ(x)为二维高斯核,
Figure PCTCN2021113795-appb-000001
G σs、G σr分别为空间权重和灰度权重,I p为待计算位置的像素值,I q为邻域内的像素值,p=(p x,p y)为待计算的像素值的位置,q=(q x,q y)为邻域内的像素值位置,||p-q||为p 和q之间的空间距离,则:
Let G σ (x) be a two-dimensional Gaussian kernel,
Figure PCTCN2021113795-appb-000001
G σs , G σr are spatial weight and gray weight respectively, I p is the pixel value of the position to be calculated, I q is the pixel value in the neighborhood, p=(p x , p y ) is the position of the pixel value to be calculated ,q=(q x ,q y ) is the pixel value position in the neighborhood, ||pq|| is the spatial distance between p and q, then:
Figure PCTCN2021113795-appb-000002
Figure PCTCN2021113795-appb-000002
其中,BF代表双边滤波器,BF[I] p表示利用双边滤波器计算细胞荧光图像中p位置的像素值,q∈S表示使用双边滤波器计算p位置的像素值时,其结果由邻域范围S内的每个像素值的加权和决定,邻域范围内每个像素值的权重由空间权重G σs和灰度权重G σr共同决定;W p为归一化因子,W p计算公式为: Among them, BF represents the bilateral filter, BF[I] p represents the pixel value at position p in the cell fluorescence image calculated using the bilateral filter, and q∈S represents the pixel value at position p calculated using the bilateral filter, and the result is determined by the neighborhood The weighted sum of each pixel value in the range S is determined. The weight of each pixel value in the neighborhood is determined by the spatial weight G σs and the gray weight G σr ; W p is the normalization factor, and the calculation formula of W p is :
Figure PCTCN2021113795-appb-000003
Figure PCTCN2021113795-appb-000003
本申请实施例采取的技术方案还包括:所述利用大津法对所述双边滤波处理后的细胞荧光图像进行二值化处理具体为:The technical solution adopted in the embodiment of the present application also includes: the binarization processing of the cell fluorescence image processed by the bilateral filter using the Otsu method is specifically:
通过阈值TH将细胞荧光图像的所有像素分为C1和C2两类,C1为小于TH的像素类,C2为大于TH的像素类,假设C1和C2的像素均值分别为m1和m2,图像全局像素均值为mG,像素被分为C1和C2类的概率分别为p1和p2,则有:All pixels of the cell fluorescence image are divided into C1 and C2 by the threshold TH, C1 is a pixel class smaller than TH, and C2 is a pixel class larger than TH, assuming that the pixel averages of C1 and C2 are m1 and m2 respectively, the global pixel of the image The mean is mG, and the probabilities of pixels being classified into C1 and C2 classes are p1 and p2 respectively, then:
p1*m1+p2*m2=mGp1*m1+p2*m2=mG
p1+p2=1p1+p2=1
类间方差的表达式为:The expression for the between-class variance is:
σ 2=p1(m1-mG) 2+p2(m2-mG) 2 σ 2 =p1(m1-mG) 2 +p2(m2-mG) 2
使得σ 2值最大的阈值即为最大类间方差阈值,通过所述最大类间方差阈值对细胞荧光图像进行二值化处理,分离出细胞和背景区域。 The threshold that maximizes the value of σ 2 is the maximum inter-class variance threshold, and the cell fluorescence image is binarized through the maximum inter-class variance threshold to separate cells and background regions.
本申请实施例采取的技术方案还包括:所述计算每个连通域的面积具体为:The technical solution adopted in the embodiment of the present application also includes: the calculation of the area of each connected domain is specifically:
将每个连通域的所有像素值进行累加,将得到的像素值总数作为连通域面积。All the pixel values of each connected domain are accumulated, and the total number of pixel values obtained is regarded as the area of the connected domain.
本申请实施例采取的另一技术方案为:一种细胞荧光图像阈值化系统,包括:Another technical solution adopted in the embodiment of the present application is: a cell fluorescence image thresholding system, comprising:
像素值调整模块:用于利用限制对比度自适应局部直方图均衡算法调整细胞荧光图像的像素值分布;Pixel value adjustment module: used to adjust the pixel value distribution of the cell fluorescence image by using the limited contrast adaptive local histogram equalization algorithm;
图像滤波模块:用于对所述像素值分布调整后的细胞荧光图像进行双边滤波处理;Image filtering module: for performing bilateral filtering processing on the cell fluorescence image after the pixel value distribution adjustment;
二值化模块:用于利用大津法对所述双边滤波处理后的细胞荧光图像进行二值化处理,得到二值化图像;Binarization module: for performing binarization processing on the cell fluorescence image processed by the bilateral filter by using the Otsu method to obtain a binarized image;
噪声消除模块:用于获取所述二值化图像中的连通域,并计算每个连通域的面积,将面积小于设定阈值的连通域消除,得到阈值化细胞荧光图像。Noise elimination module: used to obtain the connected domains in the binarized image, calculate the area of each connected domain, eliminate the connected domains whose area is smaller than the set threshold, and obtain the thresholded cell fluorescence image.
本申请实施例采取的又一技术方案为:一种终端,所述终端包括处理器、与所述处理器耦接的存储器,其中,Another technical solution adopted by the embodiment of the present application is: a terminal, the terminal includes a processor and a memory coupled to the processor, wherein,
所述存储器存储有用于实现所述细胞荧光图像阈值化方法的程序指令;The memory stores program instructions for implementing the method for thresholding cell fluorescence images;
所述处理器用于执行所述存储器存储的所述程序指令以控制细胞荧光图像阈值化。The processor is configured to execute the program instructions stored in the memory to control the thresholding of the cell fluorescence image.
本申请实施例采取的又一技术方案为:一种存储介质,存储有处理器可运行的程序指令,所述程序指令用于执行所述细胞荧光图像阈值化方法。Another technical solution adopted in the embodiment of the present application is: a storage medium storing program instructions executable by a processor, the program instructions being used to execute the method for thresholding cell fluorescence images.
相对于现有技术,本申请实施例产生的有益效果在于:本申请实施例的细胞荧光图像阈值化方法、系统、终端以及存储介质利用CLAHE算法调整细胞荧光图像的像素值分布,对CLAHE处理后的细胞荧光图像进行双边滤波处理,利用OTSU算法对滤波处理后的细胞荧光图像进行二值化处理,并根据连通区域面积去除图像中残留的噪声,得到最终的阈值化细胞荧光图像。本申请实施例有效去除了点光源成像对荧光图像的干扰,并在去除点光源影响的同时保留细 胞的边界信息,提高了待分析细胞的数据量,有利于提升后续提取生物参数的准确性。Compared with the prior art, the beneficial effect produced by the embodiment of the present application is that the thresholding method, system, terminal and storage medium of the embodiment of the present application use the CLAHE algorithm to adjust the pixel value distribution of the cell fluorescence image, and after CLAHE processing Bilateral filtering was performed on the cytofluorescence image, and the OTSU algorithm was used to binarize the filtered cytofluorescence image, and the residual noise in the image was removed according to the area of the connected region to obtain the final thresholded cytofluorescence image. The embodiment of the present application effectively removes the interference of the point light source imaging on the fluorescence image, and retains the boundary information of the cells while removing the influence of the point light source, which increases the data volume of the cells to be analyzed, and is conducive to improving the accuracy of subsequent extraction of biological parameters.
附图说明Description of drawings
图1是本申请实施例的细胞荧光图像阈值化方法的流程图;Fig. 1 is a flow chart of the cell fluorescence image thresholding method of the embodiment of the present application;
图2是本申请实施例的像素值均衡处理示意图;FIG. 2 is a schematic diagram of pixel value equalization processing in an embodiment of the present application;
图3为本申请实施例的细胞荧光图像阈值化系统结构示意图;FIG. 3 is a schematic structural diagram of a cell fluorescence image thresholding system according to an embodiment of the present application;
图4为本申请实施例的终端结构示意图;FIG. 4 is a schematic structural diagram of a terminal according to an embodiment of the present application;
图5为本申请实施例的存储介质的结构示意图。FIG. 5 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
具体实施方式Detailed ways
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本申请,并不用于限定本申请。In order to make the purpose, technical solution and advantages of the present application clearer, the present application will be further described in detail below in conjunction with the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present application, not to limit the present application.
请参阅图1,是本申请实施例的细胞荧光图像阈值化方法的流程图。本申请实施例的细胞荧光图像阈值化方法包括以下步骤:Please refer to FIG. 1 , which is a flowchart of a method for thresholding a cell fluorescence image according to an embodiment of the present application. The cell fluorescence image thresholding method of the embodiment of the present application includes the following steps:
S10:获取细胞荧光图像;S10: acquiring cell fluorescence images;
本步骤中,细胞荧光图像由细胞显微成像平台拍摄得到。In this step, the cell fluorescence image is captured by a cell microscopic imaging platform.
S20:利用CLAHE(Contrast Limited Adaptive histgram equalization,限制对比度自适应局部直方图均衡)算法对细胞荧光图像进行抑制噪声及增强对比度处理,调整细胞荧光图像的像素值分布;S20: Use the CLAHE (Contrast Limited Adaptive histgram equalization) algorithm to suppress noise and enhance the contrast of the cell fluorescence image, and adjust the pixel value distribution of the cell fluorescence image;
本步骤中,CLAHE算法通过限制局部直方图的高度来限制局部对比度的增强幅度,能够在抑制噪声的同时增强对比度,从而限制细胞荧光图像的噪声放大及局部对比度过增强,实现细胞荧光图像的亮度重分布,改善点光源造成的 细胞荧光图像像素值分布中间大四周小的问题,消除细胞荧光图像中的点光源干扰。In this step, the CLAHE algorithm limits the enhancement range of the local contrast by limiting the height of the local histogram, which can enhance the contrast while suppressing the noise, thereby limiting the noise amplification and local contrast enhancement of the cell fluorescence image, and realizing the brightness of the cell fluorescence image Redistribution, to improve the problem of the pixel value distribution of the cell fluorescence image caused by the point light source being large in the middle and small around the four sides, and eliminating the interference of the point light source in the cell fluorescence image.
本申请实施例中,CLAHE算法调用opencv提供的函数cv2.createCLAHE()对细胞荧光图像进行处理,函数参数为clipLimit和tileGridSize,其中clipLimit为直方图剪切阈值,tileGridSize为分块大小。利用CLAHE算法对细胞荧光图像进行抑制噪声及增强对比度处理过程如下:In the embodiment of this application, the CLAHE algorithm calls the function cv2.createCLAHE() provided by opencv to process the cell fluorescence image. The function parameters are clipLimit and tileGridSize, where clipLimit is the histogram clipping threshold, and tileGridSize is the block size. Using the CLAHE algorithm to suppress the noise and enhance the contrast of the cytofluorescence image is as follows:
S21:将细胞荧光图像分为大小相等的不重叠的子块,每个子块的大小为tileGridSize;S21: divide the cell fluorescence image into non-overlapping sub-blocks of equal size, and the size of each sub-block is tileGridSize;
S22:计算细胞荧光图像的完整直方图(即像素值分布图)以及每个子块的直方图,并确定直方图的剪切阈值clipLimit;S22: Calculate the complete histogram of the cell fluorescence image (ie, the pixel value distribution map) and the histogram of each sub-block, and determine the clipping threshold clipLimit of the histogram;
S23:将每个子块的直方图中超过剪切阈值clipLimit的像素值均匀地填充到完整直方图中,完成子块直方图中多余像素的重新分配;S23: Evenly fill the pixel values exceeding the clipping threshold clipLimit in the histogram of each sub-block into the complete histogram, and complete the redistribution of redundant pixels in the histogram of the sub-block;
S24:通过函数映射对像素填充后的完整直方图进行像素值均衡处理;S24: Perform pixel value equalization processing on the complete histogram after pixel filling by function mapping;
其中,像素值均衡处理如图2所示,将DA-DA+ΔDA范围内的像素值通过函数f映射到DB-DB+ΔDB,使得图像像素值分布更加均匀。在已知变换前后的范围时,函数f可以自动计算得到。Among them, the pixel value equalization process is shown in Figure 2, and the pixel values in the range of DA-DA+ΔDA are mapped to DB-DB+ΔDB through the function f, so that the distribution of image pixel values is more uniform. When the range before and after the transformation is known, the function f can be calculated automatically.
S25:采用双线性插值对像素值均衡处理后的完整直方图进行像素点灰度值重构,得到处理后的细胞荧光图像。S25: Using bilinear interpolation to reconstruct the pixel gray value of the complete histogram after pixel value equalization processing, to obtain a processed cell fluorescence image.
S30:对CLAHE处理后的细胞荧光图像进行双边滤波(Bilateral Filter)处理,去除细胞荧光图像中噪声的同时保留细胞荧光图像的边缘信息;S30: performing bilateral filter (Bilateral Filter) processing on the cytofluorescence image processed by CLAHE, removing the noise in the cytofluorescence image while retaining the edge information of the cytofluorescence image;
本步骤中,双边滤波是高斯滤波的变体,在高斯滤波的基础上引入距离机制,使得在去除图像噪声的同时更好地保护图像中物体的边缘信息。双边滤波的基本思路是图像中每个位置的像素值由邻域的像素值共同决定,其调用 opencv提供的函数cv2.bilateralFilter()来实现,对细胞荧光图像进行双边滤波的算法原理为:In this step, bilateral filtering is a variant of Gaussian filtering, and a distance mechanism is introduced on the basis of Gaussian filtering to better protect the edge information of objects in the image while removing image noise. The basic idea of bilateral filtering is that the pixel value of each position in the image is jointly determined by the pixel values of the neighborhood, which is implemented by calling the function cv2.bilateralFilter() provided by opencv. The algorithm principle of bilateral filtering for cell fluorescence images is:
设G σ(x)为二维高斯核,
Figure PCTCN2021113795-appb-000004
G σs、G σr分别为空间权重(spaceweight)和灰度权重(rangeweight),空间权重起保护边缘信息的作用,灰度权重起去除噪声的作用。I p为待计算位置的像素值,I q为邻域内的像素值,p=(p x,p y)为待计算的像素值的位置,q=(q x,q y)为邻域内的像素值位置,||p-q||为p和q之间的空间距离,则:
Let G σ (x) be a two-dimensional Gaussian kernel,
Figure PCTCN2021113795-appb-000004
G σs and G σr are space weight and gray scale weight (rangeweight) respectively, the space weight plays the role of protecting edge information, and the gray scale weight plays the role of removing noise. I p is the pixel value of the position to be calculated, I q is the pixel value in the neighborhood, p=(p x , p y ) is the position of the pixel value to be calculated, q=(q x ,q y ) is the pixel value in the neighborhood The pixel value position, ||pq|| is the spatial distance between p and q, then:
Figure PCTCN2021113795-appb-000005
Figure PCTCN2021113795-appb-000005
其中,BF代表双边滤波器,BF[I] p表示利用双边滤波器计算图像中p位置的像素值,G σs中的s代表space,G σs为根据高斯核公式计算空间权重,q∈S中的S代表邻域范围,即使用双边滤波器计算p位置的像素值时,其结果由邻域范围内的每个像素值的加权和决定,邻域范围内每个像素值的权重由空间权重G σs和灰度权重G σr共同决定。W p为归一化因子,W p计算公式为: Among them, BF represents the bilateral filter, BF[I] p represents the pixel value at position p in the image calculated by the bilateral filter, s in G σs represents space, G σs is the space weight calculated according to the Gaussian kernel formula, q∈S The S represents the neighborhood range, that is, when the bilateral filter is used to calculate the pixel value at position p, the result is determined by the weighted sum of each pixel value in the neighborhood range, and the weight of each pixel value in the neighborhood range is determined by the spatial weight G σs and gray weight G σr are jointly determined. W p is the normalization factor, and the calculation formula of W p is:
Figure PCTCN2021113795-appb-000006
Figure PCTCN2021113795-appb-000006
本申请实施例利用双边滤波对细胞荧光图像进行处理,能够在消除噪声的同时保证图像中采集到的细胞边缘清晰且轮廓分明。In the embodiment of the present application, bilateral filtering is used to process the cell fluorescence image, which can ensure that the edges of the cells collected in the image are clear and well-defined while eliminating noise.
S40:利用OTSU(大津法-最大类间方差法)算法对滤波处理后的细胞荧光图像进行二值化处理,得到二值化图像;S40: Use the OTSU (Otsu method-maximum class variance method) algorithm to perform binarization processing on the filtered cell fluorescence image to obtain a binarized image;
本步骤中,OTSU算法是一种确定图像二值化分割阈值的算法,该算法按照图像的灰度特性将图像分割成背景和前景(即细胞)两部分,通过OTSU算法求得的阈值对图像进行二值化处理后,使得图像的前景与背景图像的类间方差最大。背景和前景之间的类间方差越大,则说明构成图像的两部分的差别越 大,当部分前景被错分为背景或部分背景被错分为前景都会导致背景和前景两部分的差别变小。本申请实施例使用OTSU算法进行二值化分割可以使得背景和前景的错分概率最小化。In this step, the OTSU algorithm is an algorithm for determining the image binarization segmentation threshold. The algorithm divides the image into two parts, the background and the foreground (i.e., cells) according to the grayscale characteristics of the image. After binarization processing, the inter-class variance between the foreground and background images of the image is maximized. The greater the inter-class variance between the background and the foreground, the greater the difference between the two parts of the image. When part of the foreground is misclassified as the background or part of the background is misclassified as the foreground, the difference between the background and the foreground will change. Small. In this embodiment of the present application, the binarized segmentation using the OTSU algorithm can minimize the misclassification probability of the background and the foreground.
具体的,OTSU算法调用的函数为opencv提供的函数cv2.THRESH_OTSU,算法过程如下:假设存在阈值TH将细胞荧光图像的所有像素分为C1(小于TH)和C2(大于TH)两类,这两类像素各自的像素均值分别为m1、m2,图像全局像素均值为mG,像素被分为C1和C2类的概率分别为p1、p2,则有:Specifically, the function called by the OTSU algorithm is the function cv2.THRESH_OTSU provided by opencv. The algorithm process is as follows: Assume that there is a threshold TH to divide all pixels of the cell fluorescence image into two categories: C1 (less than TH) and C2 (greater than TH). The respective pixel mean values of class pixels are m1 and m2 respectively, the global pixel mean value of the image is mG, and the probabilities of pixels being divided into C1 and C2 classes are p1 and p2 respectively, then:
p1*m1+p2*m2=mG (3)p1*m1+p2*m2=mG (3)
p1+p2=1 (4)p1+p2=1 (4)
类间方差的表达式为:The expression for the between-class variance is:
σ 2=p1(m1-mG) 2+p2(m2-mG) 2 (5) σ 2 =p1(m1-mG) 2 +p2(m2-mG) 2 (5)
使得式(5)值最大的阈值即为OTSU阈值,遍历0-255个灰度级,即可得到OTSU阈值并对细胞荧光图像进行二值化处理,分离出细胞和背景区域(细胞像素值用1表示,背景区域像素值用0表示)。The threshold that maximizes the value of formula (5) is the OTSU threshold, and the OTSU threshold can be obtained by traversing 0-255 gray levels, and the cell fluorescence image is binarized to separate the cells and the background area (the cell pixel value is used as 1 means that the pixel value of the background area is represented by 0).
S50:获取二值化图像中的连通域,并计算每个连通区域的面积,将面积小于设定阈值的连通域从细胞荧光图像中消除,得到最终的阈值化细胞荧光图像;S50: Obtain the connected domains in the binarized image, calculate the area of each connected domain, and eliminate the connected domains whose area is smaller than a set threshold from the cell fluorescence image, to obtain a final thresholded cell fluorescence image;
本步骤中,由于在对图像进行滤波时很容易破坏细胞边缘,使得细胞形状不完整,导致二值化图像中还存在部分残留的噪声。由于每个细胞都有一定大小的面积,且细胞面积大小远超过噪声的面积,因此,本申请实施例使用opencv提供的函数cv2.connectedComponents()获取二值化图像中的连通域,并计算每个连通域的面积,当连通域面积小于设定的阈值时,认为该连通域为噪声,将其像素值由1改为与背景区域相同的0,从而去除图像中残留的噪声。In this step, since the edge of the cell is easily damaged when the image is filtered, the shape of the cell is incomplete, resulting in some residual noise in the binarized image. Since each cell has an area of a certain size, and the size of the cell area far exceeds the area of the noise, the embodiment of this application uses the function cv2.connectedComponents() provided by opencv to obtain the connected components in the binarized image, and calculate each When the connected domain area is less than the set threshold, the connected domain is considered to be noise, and its pixel value is changed from 1 to 0, which is the same as the background area, so as to remove the residual noise in the image.
具体的,由于连通域内的像素值均为1,因此对连通域的所有像素值进行累加,所得到的像素值总数即为连通域面积。Specifically, since the pixel values in the connected domain are all 1, all pixel values in the connected domain are accumulated, and the total number of pixel values obtained is the area of the connected domain.
基于上述,本申请实施例的细胞荧光图像阈值化方法利用CLAHE算法调整细胞荧光图像的像素值分布,对CLAHE处理后的细胞荧光图像进行双边滤波处理,利用OTSU算法对滤波处理后的细胞荧光图像进行二值化处理,使得背景和前景的错分概率最小化,并根据连通区域面积去除图像中残留的噪声,得到最终的阈值化细胞荧光图像。本申请实施例有效去除了点光源成像对荧光图像的干扰,并在去除点光源影响的同时保留细胞的边界信息,提高了待分析细胞的数据量,有利于提升后续提取生物参数的准确性。本申请适用于点光源光比较大的细胞荧光图像成像场景,并适用于不同型号的细胞显微成像平台(对于同套细胞显微成像平台无需二次调参,对于不同细胞显微成像平台只需简单调参即可适用,且参数量少)。Based on the above, the cell fluorescence image thresholding method of the embodiment of the present application uses the CLAHE algorithm to adjust the pixel value distribution of the cell fluorescence image, performs bilateral filtering on the cell fluorescence image after CLAHE processing, and uses the OTSU algorithm to filter the cell fluorescence image Binarization was performed to minimize the probability of background and foreground misclassification, and the residual noise in the image was removed according to the area of the connected region to obtain the final thresholded cytofluorescence image. The embodiment of the present application effectively removes the interference of the point light source imaging on the fluorescent image, and retains the boundary information of the cells while removing the influence of the point light source, which increases the data volume of the cells to be analyzed and is beneficial to improve the accuracy of subsequent extraction of biological parameters. This application is suitable for the imaging scene of cell fluorescence images with relatively large point light source light, and is applicable to different types of cell microscopic imaging platforms (for the same set of cell microscopic imaging platforms, no secondary parameter adjustment is required, and for different cell microscopic imaging platforms, only It can be applied with simple parameter adjustment, and the number of parameters is small).
请参阅图3,为本申请实施例的细胞荧光图像阈值化系统结构示意图。本申请实施例的细胞荧光图像阈值化系统40包括:Please refer to FIG. 3 , which is a schematic structural diagram of the cell fluorescence image thresholding system of the embodiment of the present application. The cell fluorescence image thresholding system 40 of the embodiment of the present application includes:
图像获取模块41:用于通过获取细胞荧光图像;Image acquisition module 41: for acquiring cell fluorescence images;
像素值调整模块42:用于利用CLAHE算法对细胞荧光图像进行抑制噪声及增强对比度处理,调整细胞荧光图像的像素值分布;其中,CLAHE算法通过限制局部直方图的高度来限制局部对比度的增强幅度,能够在抑制噪声的同时增强对比度,从而限制细胞荧光图像的噪声放大及局部对比度过增强,实现细胞荧光图像的亮度重分布,改善点光源造成的细胞荧光图像像素值分布中间大四周小的问题,消除细胞荧光图像中的点光源干扰。Pixel value adjustment module 42: used to suppress noise and enhance contrast processing on the cell fluorescence image by using the CLAHE algorithm, and adjust the pixel value distribution of the cell fluorescence image; wherein, the CLAHE algorithm limits the enhancement range of the local contrast by limiting the height of the local histogram , can enhance the contrast while suppressing the noise, thereby limiting the noise amplification and local contrast enhancement of the cytofluorescence image, realizing the brightness redistribution of the cytofluorescence image, and improving the pixel value distribution of the cytofluorescence image caused by the point light source. , to eliminate the interference of point light sources in the cell fluorescence image.
图像滤波模块43:用于对CLAHE处理后的细胞荧光图像进行双边滤波(Bilateral Filter)处理,去除细胞荧光图像中噪声的同时保留细胞荧光图像的 边缘信息;其中,双边滤波是高斯滤波的变体,在高斯滤波的基础上引入距离机制,使得在去除图像噪声的同时更好地保护图像中物体的边缘信息。本申请实施例利用双边滤波对细胞荧光图像进行处理,能够在消除噪声的同时保证图像中采集到的细胞边缘清晰且轮廓分明。Image filtering module 43: used to perform bilateral filter (Bilateral Filter) processing on the cell fluorescence image after CLAHE processing, to remove the noise in the cell fluorescence image while retaining the edge information of the cell fluorescence image; wherein, the bilateral filter is a variant of the Gaussian filter , the distance mechanism is introduced on the basis of Gaussian filtering, so that the edge information of objects in the image can be better protected while removing image noise. In the embodiment of the present application, bilateral filtering is used to process the cell fluorescence image, which can ensure that the edges of the cells collected in the image are clear and well-defined while eliminating noise.
二值化模块44:用于利用OTSU算法对滤波处理后的细胞荧光图像进行二值化处理,分离出细胞荧光图像中的细胞和背景区域;其中,OTSU算法是一种确定图像二值化分割阈值的算法,该算法按照图像的灰度特性将图像分割成背景和前景两部分。方差是灰度分布均匀性的一种度量,背景和前景之间的类间方差越大,则说明构成图像的两部分的差别越大,当部分前景被错分为背景或部分背景被错分为前景都会导致背景和前景两部分的差别变小。本申请实施例使用OTSU算法进行二值化分割可以使得背景和前景的错分概率最小化。Binarization module 44: used to use OTSU algorithm to binarize the filtered cell fluorescence image to separate cells and background areas in the cell fluorescence image; wherein, the OTSU algorithm is a method to determine image binarization segmentation Threshold algorithm, which divides the image into two parts, the background and the foreground, according to the grayscale characteristics of the image. Variance is a measure of the uniformity of the gray distribution. The larger the inter-class variance between the background and the foreground, the greater the difference between the two parts that make up the image. When part of the foreground is misclassified as the background or part of the background is misclassified Foreground will cause the difference between background and foreground to be smaller. In this embodiment of the present application, the binarized segmentation using the OTSU algorithm can minimize the misclassification probability of the background and the foreground.
噪声消除模块45:用于计算二值化处理后的细胞荧光图像中每一个连通区域的面积,将面积小于设定阈值的连通区域从细胞荧光图像中消除,得到最终的阈值化细胞荧光图像;其中,由于在对图像进行滤波时很容易破坏细胞边缘,使得细胞形状不完整。因此,对于二值化后的细胞荧光图像,还存在部分残留的噪声。由于每个细胞都有一定大小的面积,且细胞面积大小远超过噪声的面积,因此本申请实施例通过计算二值化后的细胞荧光图像中每一个连通区域的面积,如果连通区域的面积小于设定的阈值,即认为该区域是噪声,则将其从图像中被抹去,从而去除图像中残留的噪声。Noise elimination module 45: used to calculate the area of each connected region in the cell fluorescence image after binarization processing, and eliminate the connected region whose area is smaller than the set threshold from the cell fluorescence image to obtain the final thresholded cell fluorescence image; Among them, the shape of the cell is incomplete because it is easy to destroy the cell edge when filtering the image. Therefore, there is still some residual noise in the binarized cell fluorescence image. Since each cell has a certain area, and the size of the cell area far exceeds the noise area, the embodiment of the present application calculates the area of each connected region in the binarized cell fluorescence image, if the area of the connected region is less than The set threshold, that is, the area is considered to be noise, and it will be erased from the image, thereby removing the residual noise in the image.
请参阅图4,为本申请实施例的终端结构示意图。该终端50包括处理器51、与处理器51耦接的存储器52。Please refer to FIG. 4 , which is a schematic diagram of a terminal structure in an embodiment of the present application. The terminal 50 includes a processor 51 and a memory 52 coupled to the processor 51 .
存储器52存储有用于实现上述细胞荧光图像阈值化方法的程序指令。The memory 52 stores program instructions for realizing the above-mentioned method for thresholding a cell fluorescence image.
处理器51用于执行存储器52存储的程序指令以控制细胞荧光图像阈值化。The processor 51 is used to execute the program instructions stored in the memory 52 to control the thresholding of the cell fluorescence image.
其中,处理器51还可以称为CPU(Central Processing Unit,中央处理单元)。处理器51可能是一种集成电路芯片,具有信号的处理能力。处理器51还可以是通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现成可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。Wherein, the processor 51 may also be referred to as a CPU (Central Processing Unit, central processing unit). The processor 51 may be an integrated circuit chip with signal processing capabilities. The processor 51 can also be a 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 devices, discrete gate or transistor logic devices, discrete hardware components . A general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
请参阅图5,为本申请实施例的存储介质的结构示意图。本申请实施例的存储介质存储有能够实现上述所有方法的程序文件61,其中,该程序文件61可以以软件产品的形式存储在上述存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(processor)执行本发明各个实施方式方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质,或者是计算机、服务器、手机、平板等终端设备。Please refer to FIG. 5 , which is a schematic structural diagram of a storage medium according to an embodiment of the present application. The storage medium of the embodiment of the present application stores a program file 61 capable of realizing all the above-mentioned methods, wherein the program file 61 can be stored in the above-mentioned storage medium in the form of a software product, and includes several instructions to make a computer device (which can It is a personal computer, a server, or a network device, etc.) or a processor (processor) that executes all or part of the steps of the methods in various embodiments of the present invention. The aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc., which can store program codes. , or terminal devices such as computers, servers, mobile phones, and tablets.
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本发明。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本发明中所定义的一般原理可以在不脱离本发明的精神或范围的情况下,在其它实施例中实现。因此,本发明将不会被限制于本发明所示的这些实施例,而是要符合与本发明所公开的原理和新颖特点相一致的最宽的范围。The above description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the general principles defined in this invention may be implemented in other embodiments without departing from the spirit or scope of the invention. Therefore, the present invention will not be limited to these embodiments shown in the present invention, but will conform to the widest scope consistent with the principles and novel features disclosed in the present invention.

Claims (10)

  1. 一种细胞荧光图像阈值化方法,其特征在于,包括:A cell fluorescence image thresholding method, characterized in that, comprising:
    利用限制对比度自适应局部直方图均衡算法调整细胞荧光图像的像素值分布;Adjust the pixel value distribution of the cell fluorescence image by using the limited contrast adaptive local histogram equalization algorithm;
    对所述像素值分布调整后的细胞荧光图像进行双边滤波处理;performing bilateral filter processing on the cell fluorescence image after the pixel value distribution adjustment;
    利用大津法对所述双边滤波处理后的细胞荧光图像进行二值化处理,得到二值化图像;performing binarization processing on the cell fluorescence image after the bilateral filter processing by using the Otsu method to obtain a binarized image;
    获取所述二值化图像中的连通域,并计算每个连通域的面积,将面积小于设定阈值的连通域消除,得到阈值化细胞荧光图像。The connected domains in the binarized image are obtained, and the area of each connected domain is calculated, and the connected domains whose area is smaller than a set threshold are eliminated to obtain a thresholded cell fluorescence image.
  2. 根据权利要求1所述的细胞荧光图像阈值化方法,其特征在于,所述利用限制对比度自适应局部直方图均衡算法调整细胞荧光图像的像素值分布具体为:The cell fluorescence image thresholding method according to claim 1, wherein the adjustment of the pixel value distribution of the cell fluorescence image by using a limited contrast adaptive local histogram equalization algorithm is specifically:
    将所述细胞荧光图像分为大小相等的不重叠的子块,每个子块的大小为tileGridSize;Divide the cell fluorescence image into non-overlapping sub-blocks of equal size, the size of each sub-block is tileGridSize;
    计算细胞荧光图像的完整直方图以及每个子块的直方图,并确定直方图的剪切阈值clipLimit;Calculate the complete histogram of the cell fluorescence image and the histogram of each sub-block, and determine the clipping threshold clipLimit of the histogram;
    将每个子块的直方图中超过剪切阈值clipLimit的像素值均匀地填充到完整直方图中,完成子块直方图中多余像素的重新分配:Evenly fill the pixel values exceeding the clipping threshold clipLimit in the histogram of each sub-block into the complete histogram, and complete the redistribution of redundant pixels in the histogram of the sub-block:
    通过函数映射对像素填充后的完整直方图进行像素值均衡处理;Perform pixel value equalization processing on the complete histogram after pixel filling through function mapping;
    采用双线性插值对像素值均衡处理后的完整直方图进行像素点灰度值重构,得到处理后的细胞荧光图像。Bilinear interpolation is used to reconstruct the pixel gray value of the complete histogram after pixel value equalization processing, and the processed cell fluorescence image is obtained.
  3. 根据权利要求2所述的细胞荧光图像阈值化方法,其特征在于,所述对 所述像素值分布调整后的细胞荧光图像进行双边滤波处理具体为:The cell fluorescence image thresholding method according to claim 2, wherein the bilateral filter processing of the cell fluorescence image after the pixel value distribution adjustment is specifically:
    设G σ(x)为二维高斯核,
    Figure PCTCN2021113795-appb-100001
    G σs、G σr分别为空间权重和灰度权重,I p为待计算位置的像素值,I q为邻域内的像素值,p=(p x,p y)为待计算的像素值的位置,q=(q x,q y)为邻域内的像素值位置,||p-q||为p和q之间的空间距离,则:
    Let G σ (x) be a two-dimensional Gaussian kernel,
    Figure PCTCN2021113795-appb-100001
    G σs , G σr are spatial weight and gray weight respectively, I p is the pixel value of the position to be calculated, I q is the pixel value in the neighborhood, p=(p x , p y ) is the position of the pixel value to be calculated ,q=(q x ,q y ) is the pixel value position in the neighborhood, ||pq|| is the spatial distance between p and q, then:
    Figure PCTCN2021113795-appb-100002
    Figure PCTCN2021113795-appb-100002
    其中,BF代表双边滤波器,BF[I] p表示利用双边滤波器计算细胞荧光图像中p位置的像素值,q∈S表示使用双边滤波器计算p位置的像素值时,其结果由邻域范围S内的每个像素值的加权和决定,邻域范围内每个像素值的权重由空间权重G σs和灰度权重G σr共同决定;W p为归一化因子,W p计算公式为: Among them, BF represents the bilateral filter, BF[I] p represents the pixel value at position p in the cell fluorescence image calculated using the bilateral filter, and q∈S represents the pixel value at position p calculated using the bilateral filter, and the result is determined by the neighborhood The weighted sum of each pixel value in the range S is determined. The weight of each pixel value in the neighborhood is determined by the spatial weight G σs and the gray weight G σr ; W p is the normalization factor, and the calculation formula of W p is :
    Figure PCTCN2021113795-appb-100003
    Figure PCTCN2021113795-appb-100003
  4. 根据权利要求3所述的细胞荧光图像阈值化方法,其特征在于,所述利用大津法对所述双边滤波处理后的细胞荧光图像进行二值化处理具体为:The method for thresholding cell fluorescence images according to claim 3, wherein the binarization processing of the cell fluorescence images processed by the bilateral filter using the Otsu method is specifically:
    通过阈值TH将细胞荧光图像的所有像素分为C1和C2两类,C1为小于TH的像素类,C2为大于TH的像素类,假设C1和C2的像素均值分别为m1和m2,图像全局像素均值为mG,像素被分为C1和C2类的概率分别为p1和p2,则有:All pixels of the cell fluorescence image are divided into C1 and C2 by the threshold TH, C1 is a pixel class smaller than TH, and C2 is a pixel class larger than TH, assuming that the pixel averages of C1 and C2 are m1 and m2 respectively, the global pixel of the image The mean is mG, and the probabilities of pixels being classified into C1 and C2 classes are p1 and p2 respectively, then:
    p1*m1+p2*m2=mGp1*m1+p2*m2=mG
    p1+p2=1p1+p2=1
    类间方差的表达式为:The expression for the between-class variance is:
    σ 2=p1(m1-mG) 2+p2(m2-mG) 2 σ 2 =p1(m1-mG) 2 +p2(m2-mG) 2
    使得σ 2值最大的阈值即为最大类间方差阈值,通过所述最大类间方差阈值对细胞荧光图像进行二值化处理,分离出细胞和背景区域。 The threshold that maximizes the value of σ 2 is the maximum inter-class variance threshold, and the cell fluorescence image is binarized through the maximum inter-class variance threshold to separate cells and background regions.
  5. 根据权利要求4所述的细胞荧光图像阈值化方法,其特征在于,所述计算每个连通域的面积具体为:The cell fluorescence image thresholding method according to claim 4, wherein the calculation of the area of each connected domain is specifically:
    将每个连通域的所有像素值进行累加,将得到的像素值总数作为连通域面积。All the pixel values of each connected domain are accumulated, and the total number of pixel values obtained is regarded as the area of the connected domain.
  6. 一种细胞荧光图像阈值化系统,其特征在于,包括:A cell fluorescence image thresholding system, characterized in that, comprising:
    像素值调整模块:用于利用限制对比度自适应局部直方图均衡算法调整细胞荧光图像的像素值分布;Pixel value adjustment module: used to adjust the pixel value distribution of the cell fluorescence image by using the limited contrast adaptive local histogram equalization algorithm;
    图像滤波模块:用于对所述像素值分布调整后的细胞荧光图像进行双边滤波处理;Image filtering module: for performing bilateral filtering processing on the cell fluorescence image after the pixel value distribution adjustment;
    二值化模块:用于利用大津法对所述双边滤波处理后的细胞荧光图像进行二值化处理,得到二值化图像;Binarization module: for performing binarization processing on the cell fluorescence image processed by the bilateral filter by using the Otsu method to obtain a binarized image;
    噪声消除模块:用于获取所述二值化图像中的连通域,并计算每个连通域的面积,将面积小于设定阈值的连通域消除,得到阈值化细胞荧光图像。Noise elimination module: used to obtain the connected domains in the binarized image, calculate the area of each connected domain, eliminate the connected domains whose area is smaller than the set threshold, and obtain the thresholded cell fluorescence image.
  7. 根据权利要求6所述的细胞荧光图像阈值化系统,其特征在于,所述像素值调整模块利用限制对比度自适应局部直方图均衡算法调整细胞荧光图像的像素值分布具体为:将所述细胞荧光图像分为大小相等的不重叠的子块,每个子块的大小为tileGridSize;计算子块直方图,并确定直方图的剪切阈值clipLimit;将每个子块中超过剪切阈值clipLimit的像素值均匀地填充到整个直方图,完成多余像素的重新分配:通过函数映射对所述直方图进行像素值均衡处理;采用双线性插值对直方图进行像素点灰度值重构,得到处理后的细胞荧光图像。The cell fluorescence image thresholding system according to claim 6, wherein the pixel value adjustment module uses a limited contrast adaptive local histogram equalization algorithm to adjust the pixel value distribution of the cell fluorescence image specifically as follows: the cell fluorescence The image is divided into non-overlapping sub-blocks of equal size, and the size of each sub-block is tileGridSize; calculate the sub-block histogram, and determine the clipping threshold clipLimit of the histogram; uniform the pixel values exceeding the clipping threshold clipLimit in each sub-block Fill the entire histogram to complete the redistribution of redundant pixels: perform pixel value equalization processing on the histogram through function mapping; use bilinear interpolation to reconstruct the pixel gray value of the histogram to obtain the processed cells Fluorescence image.
  8. 根据权利要求6或7所述的细胞荧光图像阈值化系统,其特征在于,所述二值化模块利用大津法对所述双边滤波处理后的细胞荧光图像进行二值化处 理具体为:The cellular fluorescence image thresholding system according to claim 6 or 7, wherein the binarization module utilizes the Otsu method to perform binarization processing on the cellular fluorescence image after the bilateral filtering process is specifically:
    通过阈值TH将细胞荧光图像的所有像素分为C1和C2两类,C1为小于TH的像素类,C2为大于TH的像素类,假设C1和C2的像素均值分别为m1和m2,图像全局像素均值为mG,像素被分为C1和C2类的概率分别为p1和p2,则有:All pixels of the cell fluorescence image are divided into C1 and C2 by the threshold TH, C1 is a pixel class smaller than TH, and C2 is a pixel class larger than TH, assuming that the pixel averages of C1 and C2 are m1 and m2 respectively, the global pixel of the image The mean is mG, and the probabilities of pixels being classified into C1 and C2 classes are p1 and p2 respectively, then:
    p1*m1+p2*m2=mGp1*m1+p2*m2=mG
    p1+p2=1p1+p2=1
    类间方差的表达式为:The expression for the between-class variance is:
    σ 2=p1(m1-mG) 2+p2(m2-mG) 2 σ 2 =p1(m1-mG) 2 +p2(m2-mG) 2
    使得σ 2值最大的阈值即为最大类间方差阈值,通过所述最大类间方差阈值对细胞荧光图像进行二值化处理,分离出细胞和背景区域。 The threshold that maximizes the value of σ 2 is the maximum inter-class variance threshold, and the cell fluorescence image is binarized through the maximum inter-class variance threshold to separate cells and background regions.
  9. 一种终端,其特征在于,所述终端包括处理器、与所述处理器耦接的存储器,其中,A terminal, characterized in that the terminal includes a processor and a memory coupled to the processor, wherein,
    所述存储器存储有用于实现权利要求1-5任一项所述的细胞荧光图像阈值化方法的程序指令;The memory stores program instructions for realizing the method for thresholding cell fluorescence images according to any one of claims 1-5;
    所述处理器用于执行所述存储器存储的所述程序指令以控制细胞荧光图像阈值化。The processor is configured to execute the program instructions stored in the memory to control the thresholding of the cell fluorescence image.
  10. 一种存储介质,其特征在于,存储有处理器可运行的程序指令,所述程序指令用于执行权利要求1至5任一项所述细胞荧光图像阈值化方法。A storage medium, which is characterized by storing program instructions executable by a processor, the program instructions being used to execute the cell fluorescence image thresholding method according to any one of claims 1 to 5.
PCT/CN2021/113795 2021-08-20 2021-08-20 Cell fluorescence image thresholding method and system, terminal, and storage medium WO2023019555A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2021/113795 WO2023019555A1 (en) 2021-08-20 2021-08-20 Cell fluorescence image thresholding method and system, terminal, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2021/113795 WO2023019555A1 (en) 2021-08-20 2021-08-20 Cell fluorescence image thresholding method and system, terminal, and storage medium

Publications (1)

Publication Number Publication Date
WO2023019555A1 true WO2023019555A1 (en) 2023-02-23

Family

ID=85239772

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/113795 WO2023019555A1 (en) 2021-08-20 2021-08-20 Cell fluorescence image thresholding method and system, terminal, and storage medium

Country Status (1)

Country Link
WO (1) WO2023019555A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116664452A (en) * 2023-07-28 2023-08-29 吉林省星博医疗器械有限公司 Multi-scale enhancement method and system for multi-channel fluorescent image
CN116862940A (en) * 2023-09-04 2023-10-10 深圳市瑞沃德生命科技有限公司 Cell edge treatment method and device
CN117765107A (en) * 2023-11-20 2024-03-26 河北港口集团有限公司秦皇岛中西医结合医院 Imaging quality optimization method and system for CT scanning of coronary artery disease
CN117911304A (en) * 2024-03-19 2024-04-19 长春理工大学 Segmented gray level transformation method and system based on calculation of attention area weight

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102297873A (en) * 2011-05-03 2011-12-28 杭州一二八医院 Method for identifying cancer cell images by soft X-ray microscopic imaging
CN107316077A (en) * 2017-06-21 2017-11-03 上海交通大学 A kind of fat cell automatic counting method based on image segmentation and rim detection
US20180232879A1 (en) * 2017-02-15 2018-08-16 Chung Yuan Christian University Method and apparatus for detecting cell reprogramming
US20190163950A1 (en) * 2017-11-30 2019-05-30 Metal Industries Research & Development Centre Large scale cell image analysis method and system
CN110120056A (en) * 2019-05-21 2019-08-13 闽江学院 Blood leucocyte dividing method based on self-adapting histogram threshold value and contour detecting
CN110910403A (en) * 2019-11-16 2020-03-24 厦门梓蔓生物科技有限公司 Industrial hemp seed counting method based on image processing

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102297873A (en) * 2011-05-03 2011-12-28 杭州一二八医院 Method for identifying cancer cell images by soft X-ray microscopic imaging
US20180232879A1 (en) * 2017-02-15 2018-08-16 Chung Yuan Christian University Method and apparatus for detecting cell reprogramming
CN107316077A (en) * 2017-06-21 2017-11-03 上海交通大学 A kind of fat cell automatic counting method based on image segmentation and rim detection
US20190163950A1 (en) * 2017-11-30 2019-05-30 Metal Industries Research & Development Centre Large scale cell image analysis method and system
CN110120056A (en) * 2019-05-21 2019-08-13 闽江学院 Blood leucocyte dividing method based on self-adapting histogram threshold value and contour detecting
CN110910403A (en) * 2019-11-16 2020-03-24 厦门梓蔓生物科技有限公司 Industrial hemp seed counting method based on image processing

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116664452A (en) * 2023-07-28 2023-08-29 吉林省星博医疗器械有限公司 Multi-scale enhancement method and system for multi-channel fluorescent image
CN116664452B (en) * 2023-07-28 2023-09-29 吉林省星博医疗器械有限公司 Multi-scale enhancement method and system for multi-channel fluorescent image
CN116862940A (en) * 2023-09-04 2023-10-10 深圳市瑞沃德生命科技有限公司 Cell edge treatment method and device
CN116862940B (en) * 2023-09-04 2024-02-06 深圳市瑞沃德生命科技有限公司 Cell edge treatment method and device
CN117765107A (en) * 2023-11-20 2024-03-26 河北港口集团有限公司秦皇岛中西医结合医院 Imaging quality optimization method and system for CT scanning of coronary artery disease
CN117911304A (en) * 2024-03-19 2024-04-19 长春理工大学 Segmented gray level transformation method and system based on calculation of attention area weight

Similar Documents

Publication Publication Date Title
WO2023019555A1 (en) Cell fluorescence image thresholding method and system, terminal, and storage medium
CN113689396A (en) Cell fluorescence image thresholding method, system, terminal and storage medium
TW201740316A (en) Image text identification method and apparatus
CN109064504B (en) Image processing method, apparatus and computer storage medium
CN112037287B (en) Camera calibration method, electronic equipment and storage medium
CN109447117B (en) Double-layer license plate recognition method and device, computer equipment and storage medium
CN114049499A (en) Target object detection method, apparatus and storage medium for continuous contour
CN114359665A (en) Training method and device of full-task face recognition model and face recognition method
CN110751156A (en) Method, system, device and medium for table line bulk interference removal
CN115272362A (en) Method and device for segmenting effective area of digital pathology full-field image
CN111027564A (en) Low-illumination imaging license plate recognition method and device based on deep learning integration
CN111582034A (en) Method and equipment for extracting scene features
CN116109695A (en) Centroid positioning method and related equipment
CN113239738B (en) Image blurring detection method and blurring detection device
CN114332138A (en) Contour characteristic-based cell nucleus segmentation method, device, equipment and storage medium
CN114529570A (en) Image segmentation method, image identification method, user certificate subsidizing method and system
CN110223319B (en) Dynamic target real-time tracking method and system based on improved geometric particle filtering
CN106875369B (en) Real-time dynamic target tracking method and device
CN112116581A (en) Method and apparatus for acquiring atomic position in atomic imaging
CN110782438B (en) Image detection method based on maximum inter-class variance method of FPGA (field programmable Gate array)
Saifullah K-means and morphological approach on image segmentation for fish detection
CN114845041B (en) Focusing method and device for nanoparticle imaging and storage medium
CN116703927B (en) Cell counting method, device and storage medium based on bright field optical image processing
CN110517274B (en) Image threshold segmentation method, terminal device and storage medium
CN113221909B (en) Image processing method, image processing apparatus, and computer-readable storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21953796

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE