필터 지우기
필터 지우기

detect broken lines from image

조회 수: 2 (최근 30일)
pasta pontikaki
pasta pontikaki 2018년 9월 21일
편집: pasta pontikaki 2018년 9월 21일
Hi, everyone i want to detect the broken lines from a fishing net image.Not to link but to detect them. The image is the this . The main purpose is to detect the hole- broken fishing nets- for example the no.166 etc. Any suggestions how to move on?
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 9월 21일
You are interested in a particular area or specific line?
The question seems not so difficult, @ImageAnalyst or other MVPs can answer it more perfectly.
pasta pontikaki
pasta pontikaki 2018년 9월 21일
I am interested to detect the holes on the image, all the holes

댓글을 달려면 로그인하십시오.

답변 (1개)

KSSV
KSSV 2018년 9월 21일
Have a look bwlabel and regionprops. With these functions you can find the area of each closed region. The broken region will have large area compared to others.
  댓글 수: 1
pasta pontikaki
pasta pontikaki 2018년 9월 21일
편집: pasta pontikaki 2018년 9월 21일
The purpose is to find all the holes on the image.My thinking was to detect the holes from the Area using bwlabel and regionprop. The problem is that it detects also texel 60 which is not a hole but it's quite big to be detected. The texel 366 which is a hole has less Area than #60. So the Area is not a unique condition to to distinguish a hole from a texel

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Probability Distributions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by