difference about 'grabcut' and 'lazysnapping'
3 ビュー (過去 30 日間)
古いコメントを表示
Hello I learned the 'lazysnapping' is an advanced method from graph cut segmentation technique, and its combined graph cut and boundary editing. But from the function of 'lazysnapping', I cannot find the plugin of boundary editing. (BW=lazysnapping(A, L, foremask, backmask) Could anyone tell me what is the difference of function 'grabcut' and 'lazysnapping'. Thank you.
0 件のコメント
回答 (1 件)
Raghvendra Kumar
2020 年 7 月 7 日
Lazy Snapping requires the user to specify foreground and background seeds, and performs 2D segmentation with the seeds as hard constraints. GrabCut makes the process more automatic by using iterated graph cuts – the only user interaction required is a bounding box of the foreground object.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!