feature-detection Questions

1

What I have done : Taken input image and resized image to standard size as I have to compare it with template. converted in binary using threshold value. Detected connected component and display...
Villar asked 27/4, 2016 at 5:56

5

Solved

Currently I'm working on an app for Android phones. We want to detect features of a face. The programm should be able to detect the positions of the eyes, the nose, the mouth and the edge of the fa...

1

Solved

is there a way to detect if calling play() on a video element is allowed without a user gesture? On Android Chrome this warning is given: Failed to execute 'play' on 'HTMLMediaElement': API can on...
Obeisance asked 18/9, 2015 at 13:39

2

I'm trying to detect keypoints with ORB everything is fine until I switched to Opencv 2.4.9. Firts, it seems that the number of keys decresed, and for some images, no keypoints are detected : Th...
Shaefer asked 3/5, 2014 at 18:36

3

Solved

Everywhere in features2D classes I see terms query and train. For example matches have trainIdx and queryIdx, and Matchers have train() method. I know the definition of words train and query in En...
Alguire asked 26/5, 2012 at 9:23

4

I have a problem with opencv 3: I want to use a feature detector, SimpleBlobDetector, about to use filters by convexity and circularity. But when I try to execute the code, the following error is t...
Julius asked 3/6, 2015 at 13:58

2

Solved

I was trying to implement the FREAK Descriptor in Python using Opencv. Here is the code i'm using: def surf_freak_detect(image,hessianThreshold): surfDetector = cv2.SURF(hessianThreshold) surfDe...
Withy asked 29/1, 2013 at 17:28

3

If there is a given 2d array of an image, where threshold has been done and now is in binary information. Is there any particular way to process this image to that I get multiple blob's coordinat...
Parley asked 21/4, 2013 at 14:41

1

I'm looking to identify some peaks in some spectrograph data, and was trying to use the scipy.signal.find_peaks_cwt() function to do it. However, the official documentation I've found isn't too des...

4

Solved

I am undertaking a project that will automatically count values of coins from an input image. So far I have segmented the coins using some pre-processing with edge detection and using the Hough-Tra...
Thaxter asked 21/9, 2015 at 9:43

1

Solved

I am using sift algorithm from python extra modules for some feature matching. Although one thing I did not understand is the concept behind the normType passed to the BFMatcher. i.e Which ones hav...
Briefless asked 29/9, 2015 at 16:43

1

I was trying to match two images using OpenCV ORB as explained in this tutorial. Here is my code: import numpy as np import cv2 import six import pyparsing import dateutil from matplotlib import ...
Entremets asked 29/7, 2014 at 14:54

1

Solved

I need the feature detection algorithm. I'm fed up surfing on the web finding nothing but SURF example and hints how to do that, but I did not find an example with other than patented descriptors l...

2

Solved

According to my research: "WebView" can disable "opening links in new windows/tabs". WebView is used by native app developers to display webpages within their app(see Twitter's app). Detecting W...
Dylane asked 4/6, 2015 at 14:44

1

Reading EmgCV docs cant quite understand: what detectors can be used with which DescriptorExtractors? Here it is said: You can use it with the FREAK descriptor that is scale invariant. Just repla...
Schindler asked 22/6, 2015 at 14:50

1

Solved

I need to get the list of the x and y coordinates of the pixels that the feature matcher selects in the code provided. I'm using Python and OpenCV. Can anyone help me? img1=cv2.imread('DSC_0216.jp...
Halfcock asked 8/6, 2015 at 18:36

2

Solved

I need to detect the different shapes on the image such as ellipses and circles with a dashed-border. Using OpenCV causes some troubles, for e.g. openCV detects not a contour but an amount of smal...
Attachment asked 25/5, 2015 at 12:2

2

I am new to the concept of Biologically Salient Regions Detector, and I read some papers and they always use the mechanism of Center-Surrond to computer features intensity, color and orientation. I...

3

Solved

I am implementing stereo matching and as preprocessing I am trying to rectify images without camera calibration. I am using surf detector to detect and match features on images and try to align the...

1

Solved

I'm trying to detect circles with using hough transform. With my current code I can detect the one below But I want to find black hole inside the circle I've detected. however changing param...

2

Solved

I am doing some research in Local Feature representation, so SIFT, SURF and such. Now, has anybody here ever tried BRIEF and ORB? If so, can you discuss what are some of the pro and con with respe...
Gamages asked 5/11, 2012 at 5:44

1

Solved

I was unable to find good explanations at one place on the internet. There are too much stuff and instead of finding out what to do, I get more confused. My goal: Create an Android application th...
Suitable asked 10/12, 2014 at 19:28

0

I want to detect the 4 corners of the document in android. Iam using opencv library. Iam using the following approach- (1) grayscale the image (2) Apply median blur (3) Apply adaptive threshold (4...
Unplaced asked 20/11, 2014 at 9:22

2

Solved

I want to use the svm classifier for facial expression detection. I know opencv has a svm api, but I have no clue what should be the input to train the classifier. I have read many papers till now,...
Appendicular asked 26/9, 2014 at 8:57

2

Solved

i'm trying to evaluate SIFT and SURF Detectors by Repeatability criteria. i find out that below method can find Repeatability ,Correspondence of SIFT and SURF cv::evaluateFeatureDetector(img_1c,...

© 2022 - 2024 — McMap. All rights reserved.