Needs advice
I used both scikit-image and OpenCV for image processing and cell identification on the backend. Trained to identify malaria cells based on image datasets online. When it comes to quick training for image processing, OpenCV and scikit-image are the two best choices in my opinion. The approach I took to cell detection was template-matching and edge detection based. Both are highly tested and very powerful features of the Scikit Image and OpenCV libraries, and also have great Python interfaces. OpenCV
0 views0
Comments