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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
