Counting line particales in an image

1 vue (au cours des 30 derniers jours)
Jared Joshi
Jared Joshi le 30 Juin 2020
Réponse apportée : darova le 1 Juil 2020
Hi, I need a code that can count the number of lines in the photo I've attracted. I've tried many times to write my one but non of them seem to work.

Réponses (1)

darova
darova le 1 Juil 2020
  • binarize image
  • use imopen to remove thin objects (lines)
  • detect lines
  • use bwlabel to calculate the number of lines

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by