Method for extracting binuclear lymphocyte accurately and quickly in CB method micronucleated cell image
A technology of binuclear lymphocytes and lymphocytes, which is applied in image analysis, image data processing, microbial measurement/inspection, etc., can solve the problem that the double threshold segmentation method is difficult to accurately segment the cytoplasmic information, and affects the accurate counting and segmentation of the micronucleus rate. Algorithms should not be used, etc.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0063] The realization of relevant algorithm among the present invention is realized in MATLAB7.0, and implementation steps are as follows:
[0064] 1 Algebraic subtraction
[0065] MN0=imread('Name.jpg');% read in micronucleus image Name.jpg
[0066] MN_rb=[MN0(:,:,1)]-[MN0(:,:,3)];% algebraic subtraction, R component-B component
[0067] 2 Median filtering
[0068] MN_m=medfilt2(MN_rb, [55]); % performs median filtering on MN_rb, 5×5 window
[0069] 3 Morphological filtering
[0070] sel=strel('disk', 6); % create a disk structure element with r=6
[0071] MN_close=imclose(MN_m, se1);% Morphological closing operation
[0072] MN_open=imopen(MN_close, se1);% open operation
[0073] se2 = strel('disk', 1); % create a disk structure element with r=1
[0074] SM=imerode(MN_open, se2);% boundary smoothing, corrosion operation once
[0075] SM1=imerode(SM, se2); % re-corrode operation 1 time
[0076] 4Remove border target
[0077] SM2 = imclearborde(~SM 1); % remove bord...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com