i want to detect intrest point from image attached using speed up robust feature (SURF)

1 visualización (últimos 30 días)
I already using this code to detect interest point but not working can any body help , the image for lymph node I already crop from the ct image and save it as jpg
I = imread('2-imadustcontrast.png'); I = rgb2gray(I)
points = detectSURFFeatures(I); imshow(I); hold on; plot(points.selectStrongest(2));
the code give me this error whats that mean
Operands to the and && operators must be convertible to logical scalar values.
Error in vision.internal.FeaturePoints/plot (line 152) if k==1 && ~wasHeld
Error in SURFPoints/plot (line 173) h = plot@vision.internal.FeaturePoints(this, ...
Error in Untitled2 (line 6) plot(points.selectStrongest(2));

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by