Feature detection is a process in computer vision that aims to find visual features within the image with particular desirable properties.
I want to detect the 4 corners of the document in android. Iam using opencv library. Iam using the following approach- (1) …
java android opencv image-processing feature-detectionFor my college project I need to identify a species of a plant from plant leaf shape by detecting edges …
c++ opencv image-processing feature-detection edge-detectionI am looking for some kind of auto trim/crop functionality in android. Which detects a object in captured image …
android image-processing crop feature-detectionI'm using the following code to try to detect corners of polylines in order to 'measure' the lines. The code …
python opencv feature-detection corner-detectionThere are several kinds of detectors and descriptors, like SIFT, SURF, FAST. I wonder are they all eligible for real-time …
image-processing feature-detectionAs a self-development exercise, I want to develop a simple classification algorithm that, given a particular cell of a Dilbert …
python machine-learning computer-vision classification feature-detectionI am using the ORB feature detector to find matches between two images using this code: FeatureDetector detector = FeatureDetector.create(…
java opencv feature-detection orbI am currently trying to black out everything outside a circle. I am drawing the circle using the following lines …
opencv image-processing feature-detectionI'm trying to extract features so I can later train a SVM which will be used in Android app. I'm …
python opencv feature-detection keypointAre there any checks (or combinations of checks) I can run with Modernizr where: IE6 fails, but higher versions do …
javascript jquery browser-detection feature-detection modernizr