computer-vision
What are Eigenfaces generated from?
I\'m working with eigenfaces for a facial recognition program I am writing. I have a couple questions about how eigenfaces are actually generated:[详细]
2023-03-14 16:54 分类:问答How to call LSD (LineSegmentDetector) from a c language program?
i\'m using LSD to detect straight lines in an image, the code that i have downloaded contains a Minimal example of calling LSD but it\'s static (i.e it outputs only the value in the main function) i w[详细]
2023-03-14 08:41 分类:问答David Lowe's SIFT and Scale Space to Pixel Space - Arrow Over Edge of Image Border
I have been using many implementation of SIFT. Some of the features when drawn extend over the edge of the image. They tend t开发者_StackOverflow社区o use a conversion of 6 * sigma to convert from sca[详细]
2023-03-14 06:03 分类:问答HaarCascade (for OpenCV) to recognize a marker
I\'m trying to get OpenCV to recognize开发者_如何学C a visual badge (marker). Does anyone have an existing HaarCascade (preferably an xml file) of a badge of some sort?[详细]
2023-03-13 17:18 分类:问答Metric for SURF
I\'m searching for a usable metric for SURF. Like how good one image matches another on a scale let\'s say 0 to 1, where 0 means no similarities and 1 means the same image.[详细]
2023-03-13 03:11 分类:问答Integer-valued images in the [0, 2^32] range or higher. Support in MATLAB or/and OpenCV?
I was wondering if anybody has a recommendation for an image format that supports integer-valued images in the range [0, 2^32] or higher, e.g. [0, 2^64]. I am interested in solutions that may already[详细]
2023-03-13 00:05 分类:问答How to get clear image after low frequency suppression of image?
I\'m suppressing the low DC frequencies of several (unequal) blocks in an image in the Dicrete Cosine Transform (DCT) domain. After that doing an inverse DCT to get back the image with only the high f[详细]
2023-03-11 14:57 分类:问答Sobel Filter implementation for Harris Corner Detector
I have to implement a Harris detector and am not quite sure about the following detail regarding the Sobel filter to obtain the image derivative.[详细]
2023-03-11 12:40 分类:问答can HOG feature detection be used to keypoint matching?
I see HOG is often used with SVM for target detection, can it be used in matching keypoints in tw开发者_开发技巧o images?[详细]
2023-03-11 11:37 分类:问答Implementing Watershed Segmentation in Java
I\'m trying to write my own implementation of Watershed Segmentation for a project. I have a version that returns something resembling the correct segmentation given really trivial pictures. Unfortuna[详细]
2023-03-11 10:40 分类:问答