Feeds
提问
How to genereate cumulative match characteristic (CMC) curve?
Hello all, I'm doing a project on heterogeneous face recognition. The work flow of the project is Feature Extraction (SURF an...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to display images as result of classification?
Hi.. My concept is matching sketches to photos. For this I have selected SURF descriptor and KNN classifier. Feature extrac...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to convert set of rows of 2d matrix to 1d?
Hello all, I have a 2 dimensional matrix of size 3500*64. Here I want to convert every 35 rows to one dimension with all its c...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to link fiducial point of face image with its image
Hello all.. I want to perform feature extraction on facial image on its fiducial points using SURF descriptor. Fiducial point i...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to store SURF features of multiple images
Hello all, I'm using SURF descriptor for feature extraction from folder of images. The result i.e. surf features are of differe...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to extract SURF features on specific parts on facial images
<</matlabcentral/answers/uploaded_files/64551/f1-005-01-sz1.jpg>> Hello, I'm doing a project on matching sketches with photos...
9 years 前 | 1 个回答 | 0
1
个回答提问
Knn classification on feature matrix
I'm trying to learn KNN classification.I have used SURF descriptor for feature extraction on images, and stored result ie featur...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to get SURF feature vector values of multiple images
Hello, i have extracted surf features from multiple images using the following code.But only the last image feature value is sto...
9 years 前 | 1 个回答 | 1
1
个回答提问
How to match facial sketch to facial photos
Hello, I want to match facial sketch to facial photos. I'm suggested use SIFT and SURF descriptor for feature(keypoint) detectio...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to match a image with a folder of images using surf descriptor
I want to match a input image against a folder of images and display best match from the folder. I had used surf descriptor it ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to extract SURF features from more than two images i.e. from a folder of facial images?
I had tried the basic SURF features extraction using steps from MATLAB documentation. It works on two images, now i want to extr...
9 years 前 | 2 个回答 | 0
2
个回答提问
How to have a single value for feature matrix ?
I have extracted feature from a image using SURF. i don't know how to check the result,the extracted features are in matrix of 6...
9 years 前 | 1 个回答 | 0