How to increase LineWidth of MSER and SURF Feature plots
7 次查看(过去 30 天)
显示 更早的评论
Hi I have a very simple question. May be I am missing something.
Is it possible to increase the linewidth and change the color of the plots for MSER and SURF features?
surf_points=detectSURFFeatures(img);
h1=plot(surf_points)
will show the image 'img' with detected SURF features at the specified scales. In order to change the line color or width,
set(h1, 'LineWidth', 2)
or
set(h1, 'Color', r)
makes no difference. Is there any way to do it?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!