How to increase LineWidth of MSER and SURF Feature plots

13 ビュー (過去 30 日間)
Wajahat
Wajahat 2014 年 4 月 9 日
編集済み: Wajahat 2014 年 4 月 9 日
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by