├── Ecoli.png ├── README.md └── Task3.4.mlx /Ecoli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageVisioner/Matlab_ImageProcessing_cell/1448e36341ddf54305ed85cc917e3e79fc9217f9/Ecoli.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Matlab_ImageProcessing_cell 2 | 3 | Counting of E. coli cells and calculation of pixel area using Matlab 4 | 5 | Just put the E. coli image in the same directory as the mlx file and run it. 6 | 7 | Please note that this effect is only for this image. 8 | 9 | This is src image 10 | 11 | ![Ecoli](https://user-images.githubusercontent.com/102503666/167680566-e9e17980-cbd3-4c2c-8904-bce2b36bc151.png) 12 | 13 | This is an image of E. coli after the green colour has been extracted: 14 | 15 | ![Ecoli_exact_green1](https://user-images.githubusercontent.com/102503666/167681412-b30c8d1c-8fc3-464d-94d8-b2dc1e306600.jpg) 16 | 17 | This is an image of the selected E. coli 18 | 19 | ![result](https://user-images.githubusercontent.com/102503666/167681754-c3b0ad0e-246f-458d-967a-b901164aeb61.jpg) 20 | 21 | 22 | 23 | ![1652217136(1)](https://user-images.githubusercontent.com/102503666/167722825-a542e952-4e3b-4903-967f-46b2336d23af.jpg) 24 | 25 | 26 | 27 | # Others: 28 | 29 | If you have any questions, please do not hesitate to contact me on my WeChat public platform. Here is the QR code for my WeChat public platform. 30 | 31 | https://space.bilibili.com/216803355?spm_id_from=333.788.0.0 32 | 33 | ![1652201750(1)](https://user-images.githubusercontent.com/102503666/167682302-dbf7f711-ba68-4df9-a4a4-564022fe6dcb.jpg) 34 | 35 | If you want to contact me: ImageVisioner@outlook.com 36 | -------------------------------------------------------------------------------- /Task3.4.mlx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImageVisioner/Matlab_ImageProcessing_cell/1448e36341ddf54305ed85cc917e3e79fc9217f9/Task3.4.mlx --------------------------------------------------------------------------------