Top "Detection" questions

Detection is a general term that describes the action of finding an object, event or state during a process.

Python OpenCV - Find black areas in a binary image

There is any method/function in the python wrapper of Opencv that finds black areas in a binary image? (like …

python opencv colors detection threshold
Detect whether public IP address is dynamic or static

There are several email servers refusing connections of clients with public dynamic IP addresses. For example many smtp servers receiving …

smtp ip ip-address detection
ANDROID - color detection using openCV - how to?

my goal is to display a threshed image using the HSV color space in a way that only yellow objects …

android opencv colors detection
Python: How can I find an image on screen by using: pyautogui lib?

The code is: import pyautogui startButton = pyautogui.locateOnScreen('start.png') print startButton Or: import pyautogui startButton = pyautogui.locateCenterOnScreen('start.png') …

python image detection pyautogui
Problem with cocos2D for iPhone and touch detection

I just don't get it. I use cocos2d for development of a small game on the iPhone/Pod. The …

iphone cocos2d-iphone touch detection
How to check an object's type in C++/CLI?

Is there a simple way to check the type of an object? I need something along the following lines: MyObject^ …

c++-cli types detection
MP3 bitrate detection through frequency spectrum analysis

Is there any program that detects the bitrate of an MP3? I'm not talking about the effective bitrate that the …

mp3 analysis detection bitrate spectrum
How to detect if the mouse is inside the whole form and child controls?

I need to detect when the user moves the mouse over the Form and all its child controls and also …

c# winforms mouseevent detection
Cepstral Analysis for pitch detection

I'm looking to extract pitches from a sound signal. Someone on IRC just explained to me how taking a double …

signal-processing fft detection pitch vdsp
Faster RCNN for TensorFlow

Has anyone implement the FRCNN for TensorFlow version? I found some related repos as following: Implement roi pool layer Implement …

tensorflow detection caffe pycaffe