Feature extraction for pap-smear images

5 次查看(过去 30 天)
I am doing my project on image classification on pap-smear images. for segmention i got some codes that can segment nucleus and cytoplasm. but for the image like i have attached here, i cant segment the nucleus and cytoplasm separately. pls help me with the code that can segment the nucleus from the cytoplasm. Also i would like to know how can i extract the features for these pap-smear images. i require code for feature extraction of the images? please help me with it
thank you in advance.
  1 个评论
Rithika
Rithika 2024-7-17,23:57
hey! Im doing a similar project. May I know how you segmented the nucleus?

请先登录,再进行评论。

采纳的回答

Raunak Gupta
Raunak Gupta 2020-3-18
Hi,
From the similar question here I can see you are using Image Segmenter App right now for creating ROI labels. This is a good tool for creating a mask or filter for similar images. If you want to segment different images and not all images are correctly segmented by single filter in Image Segmenter App you may try using Deep Learning for Image Segmentation, here lot of examples are given to get started.
Since for using deep learning you required to have ground truths for training the model network for which some manual labelling is required. You may use Image Labeler App for the same. Since it’s a medical image segmentation task, segnetLayers and unetLayers would be best suited.
  7 个评论
Raunak Gupta
Raunak Gupta 2020-3-19
Hi,
Please check feat matrix in the workspace so that the type of data in each row is similar to that in xdata which is used in training. From the error above I think the feat matrix is not able to form or data in it is missing. You can try with passing only one row of feat matrix if it is formed so as to check if any missing data is causing the issue.
vidhya v
vidhya v 2020-3-19
ok sir. I will see to it. Thank you so much sir.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Biomedical Imaging 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by