Image labeling tools for edge detection

2 ビュー (過去 30 日間)
Benny Tam
Benny Tam 2018 年 7 月 30 日
編集済み: Benny Tam 2018 年 7 月 30 日
To train a random forest https://github.com/pdollar/edges for edge detection, it is required to provide the ground truth label as follow.
1. A binary image (with edge labeled)
2. Segmented image
Are there any Matlab tools or apps that can perform these tasks manually?

回答 (1 件)

Image Analyst
Image Analyst 2018 年 7 月 30 日
Yes. edge(), and bwlabel() or bwconncomp().
  1 件のコメント
Benny Tam
Benny Tam 2018 年 7 月 30 日
Thanks. But I would like to label the image manually by myself. Not generating the edges or binary images from the functions.
There is an Image Labeler app, but it seems that it cannot perform the task I mentioned above.

サインインしてコメントする。

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by