Microalgae automatic counting method based on digital image processing
An automatic counting and digital image technology, applied in image data processing, image analysis, calculation, etc., can solve the problems of time-consuming and labor-intensive counting of artificial microalgae, cell adhesion of microalgae microscopic images, etc., and achieve low cost, high accuracy, overcoming inefficiencies
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0116] figure 2 Shown is the microscopic image of the microalgae counted in this example.
[0117] f=imread(' figure 2 .bmp'); % read in image
[0118] I=rgb2gray(f); % image gray value
[0119] The image gray value effect is as follows image 3 shown.
[0120] I=rgb2gray(f); % image gray value
[0121] I1=medfilt2(I,[5,5]);% median filter
[0122] The image gray value effect is as follows Figure 4 shown.
[0123] se = strel('disk',60);
[0124] J=imbothat(I1,se);% bottom hat transformation
[0125] The bottom hat transformation effect is as follows Figure 5 shown.
[0126] level = graythresh(J);
[0127] BW=im2bw(J,level);% convert the image into a binary image
[0128] The binarization effect is as Image 6 shown.
[0129] se1 = strel('disk',10);
[0130] Ie=imerode(BW,se1);% corrode the image
[0131] Iobr = imreconstruct(Ie,BW); % morphological reconstruction
[0132] Iobrd=imdilate(Iobr,se1);% expand the image
[0133] Iobrcbr = imreconstruct(imcomp...
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