SURF features from RGB

조회 수: 7 (최근 30일)
Olivia Harris
Olivia Harris 2019년 8월 27일
댓글: Olivia Harris 2019년 9월 3일
In Bag of Features, I can use SURF detection on my datastore of RGB images. When I use the detectSURF alone it requires only grayscale images. I want the features extracted from the Bag of Features function, but I want to maintain the location of points for each individual image and save figures with the valid_points plotted on the image. If Bag of Features can use SURF on RGB images, why can't I apply the same function individually?

답변 (1개)

Shashank Gupta
Shashank Gupta 2019년 8월 30일
Hi Olivia,
Bag of features also uses the same “detectSURF” function to detect the surf features. Although you are storing RGB images, but interior in the bag of feature function it changes the RGB images to GRAY and then feed it to “detectSURF” function to extract the features.
You can cross check this by looking at the bagOfFeatures.m file in MATLAB
Try,
edit bagOfFeatures.m
I hope it helps you.
  댓글 수: 1
Olivia Harris
Olivia Harris 2019년 9월 3일
Okay, thank you! Is there another function that can achieve the same feature extraction in matlab that can also be used to classify images that includes color information?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by