labelling TIFF-file for object detection

3 views (last 30 days)
Hey what matlab app should I use to label .tiff-files of about 900 images stacked on top of each other?

Answers (1)

Image Analyst
Image Analyst on 29 Nov 2021
Not exactly sure what that means, but there is an image labeler app on the Apps tab of the tool ribbon.
  2 Comments
quinten Buvé
quinten Buvé on 30 Nov 2021
Yea so I have a video of an injection of an oocyte and the file format is a tif-file (video) of 900 frames for example. The goal is to extract features from the video like injection speed or oocyte deformation. For this I need object detection, and solely based on segmentation my results were poor (bad edge detection etc). So my new approach is detecting it via training a neural network but for this I need training data, by manually labelling the contours of the cell. You think this is a good approach? (I'm not really familiar with neural networks yet)
Thanks for the answer though!
Image Analyst
Image Analyst on 30 Nov 2021
Yes, the Image Labeler app is used for defining ground truth for training neural networks.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!