Options for Image Classification using Machine Learning
이전 댓글 표시
I would like to use MATLAB Machine learning (ideally not Deep Learning due to limited training data) to detect and classify cells in microscope images. I would first like to 1) detect cells in the images and 2) classify the cell as either living or dead. Is this possible with MATLAB? It seems like there are several options to do this, one of which being semantic segmentation using machine learning then thresholding the image. However, I'm not sure how to perform the secondary classification of live/dead. It looks like I can use either object recognition or object detection to classify as live or dead based on this: https://www.mathworks.com/solutions/image-video-processing/object-recognition.html#:~:text=Object%20Recognition%20vs.&text=Object%20detection%20is%20the%20process,also%20located%20in%20an%20image, but I would like to hear others' thoughts before I invest a significant amount of time into this.
답변 (1개)
yanqi liu
2021년 11월 12일
1 개 추천
sir,detect and classify,may be consider yolo to do,if do not use DeepLearning method,may be consider some segment method and local feature to detect and classify the target
may be upload some image to analysis
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!