Feeds
提问
How to compile mex files using MATLAB?
So I downloaded VLFEAT, and I want to compile its .c files into mex files. I type: "mex vl_sift.c" but several errors occur: ...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to implement SIFT descriptors if the only data available are the keypoints from VLFEAT?
So I used VLFEAT library in order to determine keypoints in an image (which is just one line of code). Now given the keypoints, ...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to create a polygon using edges?
So I have the image as shown. The edges are of color yellow and red (just ignore the small yellow circle). How can I create a po...
10 years 前 | 2 个回答 | 0
2
个回答提问
how to convert segmented image composed of edges back to RGB image?
So I have an original RGB image. I got the edges using sobel edge detection. I then segmented the image such that one part of th...
10 years 前 | 1 个回答 | 0
