Top "Object-detection" questions

Object detection deals with recognizing the presence of objects of a certain semantic class (e.g. “humans”, “buildings”, “cars”, &c) in digital image and video data.

OpenCV FeatureDetector

I am trying to write a code that applies SURF object detection, so I took one of the openCV samples ( …

java android opencv image-processing object-detection
Python bindings for OpenCV with AttributeError: 'module' object has no attribute 'FeatureDetector_create'

I am using the python bindings for OpenCV 2.4.X and OpenCV 3.1 but with the following simple two-liner import cv2 detector = …

python opencv computer-vision surf object-detection
Meaning of Parameters of detectMultiScale(a, b, c)

OpenCV-Python version 3.4.1 I am trying to detect multiple objects through a camera. The objects are Face, eyes, spoon, pen. Spoon …

opencv opencv3.0 object-detection cascade-classifier opencv-python
Opencv Motion detection with tracking

I need a robust motion detection and tracking in web cam's video frames. The background is always the same. The …

opencv motion-detection object-detection background-subtraction
How many images(minimum) should be there in each classes for training YOLO?

I am trying to implement YOLOv2 on my custom dataset. Is there any minimum number of images required for each …

conv-neural-network object-detection yolo
How to do transfer learning in darknet for YoloV3

I want to do transfer learning in YOLOv3 in Darknet so I want to use the pre-trained model of YOLOv3 …

computer-vision object-detection yolo darknet
What is the best solution for rotation invariant detector?

I'd like to create an object detector based on cascade classifier, the only problem is that LBP and Haar features …

opencv image-processing computer-vision object-detection haar-wavelet
TensorFlow Object Detection API print objects found on image to console

I'm trying to return list of objects that have been found at image with TF Object Detection API. To do …

python machine-learning tensorflow object-detection
what are the steps in object detection?

I'm new to image processing and I want to do a project in object detection. So help me by suggesting …

image-processing object-detection
Continued - Vehicle License Plate Detection

Continuing from this thread: What are good algorithms for vehicle license plate detection? I've developed my image manipulation techniques to …

c# image computer-vision gdi+ object-detection