MahmudulAlam / Automatic-Identification-and-Counting-of-Blood-Cells

Machine learning approach of automatic identification and counting of blood cells (RBC, WBC, and Platelet) with KNN and IOU based verification.
https://ietresearch.onlinelibrary.wiley.com/doi/10.1049/htl.2018.5098
GNU General Public License v3.0
131 stars 51 forks source link

have you published any paper about your work? #3

Closed GloriaZLQ closed 5 years ago

MahmudulAlam commented 5 years ago

Yes. The paper has been published recently in IET healthcare technology letters journal.

afaq-ahmad commented 5 years ago

hi, how you have converted square bounding box to circular ?

MahmudulAlam commented 5 years ago

Hello, to convert square bounding box to circular you have to estimate the center and the radius of the circle from top left and bottom right coordinates of the square bounding box which is discussed in the paper. I have attached the screenshot of the equations here. ans Hope this is helpful.

afaq-ahmad commented 5 years ago

MahmudulAlam understood, thanks