Edit labeles from superpixel function

조회 수: 2 (최근 30일)
Zinoviy
Zinoviy 2023년 3월 2일
댓글: Zinoviy 2023년 3월 9일
This question is connected to this one I asked here.
I need to resolve the oversegmentation created by the superpixel function. Can I edit the labels in some convenient way?
I used:
[L,numLabels] = superpixels(anatImg,100,"NumIterations",500);
And using @Steve Eddins Visualize output of BWLABEL I get: (attached)
I need to at least add all of the boundary regions which are actually background.
Thanks!

채택된 답변

Jasvin
Jasvin 2023년 3월 9일
Assuming that you want to easily and manually label the already labelled image, MATLAB has the Image Labeler tool built specifically for this task.
Hopefully this is able to resolve your problem.
  댓글 수: 1
Zinoviy
Zinoviy 2023년 3월 9일
Not really.
But thanks for the reply.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by