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

learn more… | top users | synonyms

2
votes
1answer
21 views

Find Cycles in Organic Graphs

I want to find all cycles in a graph that is built organically. In a nutshell cycles happen when two branches or paths end at a common vertex. Something like 1->2->3->4 1->5->4 form the cycle of ...
-3
votes
0answers
17 views

Can someone explain me this this code for iris detection? [closed]

It is written in matlab, it is used for iris recognition on a image . I know what it has to do but I dont know how it doing it , I have hough transform function too, it finding circles in the image ...
0
votes
0answers
22 views

OpenCV HaarCascade msc rightear

I'm trying to detect an ear, but unfortunately I'm not getting. I think it's a configuration error on cvSetImageROI or cvHaarDetectObjects. Could someone help me? Regards Code: cvSetImageROI( ...
-1
votes
0answers
12 views

map street type in Google maps

for an android application I'd like to write I have the need to understand which kind of street I'm on, i.e. if the actual point is on a motorway, a primary street, a secondary street and so on, like ...
-3
votes
0answers
15 views

BackgroundSubtractorMOG2 with opencv2.2 for shadow detection?

Does BackgroundSubtractorMOG2 work with opencv2.2 for shadow detection? If not, did you have another solution, code with opencv2.2 for shadow detection thank you
0
votes
0answers
16 views

Tangible Detection and Processing

I am using a small program which detects objects with certain length and height properties on a plane (for instance a table) and than sends a TUIO event including a unique id and the position of the ...
-1
votes
0answers
7 views

make my program detect which media is inside my Blu-Ray drive

I want to make a program which will choose a program to run based on the type of media the user inserted into the blu-ray drive (CD/DVD/BR) for example: if a audio CD is inserted open media player ...
-3
votes
0answers
47 views

algorithm for shadow detection with opencv 2.2 and visual studio 2010 [closed]

Do you know an algorithm for shadow detection with opencv 2.2 and visual studio 2010? I will use it in the motion detection algorithm codebook
1
vote
1answer
41 views

How do you detect swipe left/right of a notification?

I'm looking at DeleteIntent to receive a notification view swipe to dismiss. I don't see that it can return if a user has swiped left or right. Basically, I want to use a left swipe as a NO, and a ...
-1
votes
0answers
33 views

detect browser support of jquery methods [closed]

I realize that $.browser is deprecated in jQuery as a means to detect browser agents and understand that feature detection is encouraged as a way to address multiple browser types and their abilities. ...
-4
votes
0answers
34 views

What is the best API for Human Anatomy Detection in images? [closed]

I am looking to recognize certain parts of the human anatomy in a relatively clean image environment. I have looked into openCV & Haar Object Detection as they seem to be very viable options, ...
0
votes
0answers
44 views

Haar Object Detection patent issue

I would like to know if all of the Haar Object Detection Api (Python) in OpenCV patent protected? As I understand it SIFT, SURF, & Haar Cascade are patented, but I am not really clear as to what ...
0
votes
2answers
66 views

C# WPF Ellipse Bounce using IntersectsWith

Have a problem. I am new with WPF so i need your help. I have a application where is ball (ellipse) and 4 rectangles (each for edge of window). I try to write a app where ball is moving and bouncing ...
0
votes
0answers
5 views

ICU detect encoding type error for German

I got an issue when I used ICU libs to detect encoding types, specially for German language. I used functions as following: ucsdet : ucsdet_detect and ucsdet_getName If the input is German ...
1
vote
0answers
41 views

Simple user identity detection in PHP

What are some PHP identity detection libraries/functions that support cookies and IP? (and possibly other methods - like those in this awesome post: http://stackoverflow.com/a/16120977)? I know ...
-3
votes
0answers
22 views

Take photo's continuously, save them to array and check whether the last two images differ [closed]

I'm trying to take photo's continuously with Android's camera and save them to the array and then check whether the last two images are different or not. What is the code for that application?
3
votes
1answer
82 views

2D pixel-perfect collision detection with opengl

I'm writing a 2D, sprite-based game and I'm having a hard time with making collision detection. First of all, I am well aware of other methods and in fact I'm using Box2D's quadtree queries to filter ...
1
vote
1answer
59 views

How can I fix this collision detection block? Java/LibGDX

this is my first time using this so forgive me if I forget or leave something out. I've been working on this brickbreaker game in Java using the LibGDX framework. This is my first java game. I have ...
-3
votes
0answers
12 views

Is there some on-line security services which calls the third-party detection system [closed]

Is there some on-line security services(such as vulnerability scanning, intrusion detection and on-line antivirus) which calls the third-party detection system ?
1
vote
2answers
23 views

Detecting file type in linux using file managers module for detection files?

Is there a way to extract in bash or python file description from file manager (ex. PCManFM in lubuntu or any other like nautilus), because when I use command "find" or python-magic pkg or filemagic ...
0
votes
0answers
20 views

QR code detection via zbar

I am able to decode the QR code via zbar 0.10, however, I don't know how to detect the QR code. I know that in the processing pipeline, detection should be achieved first before decoding can take ...
0
votes
0answers
40 views

Image Tampering Detection

I'm trying to create a program that will determine if an image has been tampered. It will do this using DCT. These are the steps I have so far, but I'm wondering if anybody can correct me or/and ...
1
vote
2answers
63 views

Detecting cycle maxima (peaks) in noisy time series (In R?) [closed]

I want to extract maxima of cycles in time series data. An example of this data is the solar flare time series (~11 year cycle, between 9 & 14 years). The cycles don't repeat at a perfect ...
0
votes
1answer
28 views

ArtView 10.1" IPS RK66WA ADB device not found

I have a ArtView 10.1" IPS for dev some apps I have installed google driver and all seemm to be ok in device manager i have an ADB interface with no warning But when i try an "adb.exe devices" the ...
1
vote
1answer
28 views

Detecting PE's 'on-the-wire'

I'm looking for suggestions of how I can detect the start of a windows PE (portable execution) by inspecting a stream of bytes I know there are certain headers that I can look for, what combination ...
0
votes
1answer
107 views

Detect center of laser line with sub-pixel accuracy

I am developing a simple 'laser line' scanner using C++ and OpenCV. So far I can detect the center of the laser line with an accuracy of 1 pixel, so I have a starting point for a possible 'sub pixel' ...
0
votes
1answer
52 views

c# detect if the system supports opencl

I want to detect if a system supports opencl or not. I'm not sure of the best way to go about this. I'm also no looking for any extra libraries to use because my c# code doesn't need to actually USE ...
0
votes
0answers
35 views

algorithm for collis detection 2d, azimuth defines direction, camera is point, cube is divided to 4 cubes..opengl

I'm doing 3d maze in opengl, 2d like collisions Map is defined like 2dim array ---------x axis |0 0 0 |0 1 0 |0 0 0 | |z axis that 1 is a cube I divide that cube to 4 cubes . _ _ |_|_| |_|_| ...
0
votes
0answers
120 views

Blob detection with python opencv

Anyone knows a way do detect blobs with python cv opencv lib? Initally I don't want use external lib as cvBlobs. I'm working on a license plate recognition and have some images processed like that ...
1
vote
1answer
68 views

Collision Detection: What side was hit? [Java,Slick2D]

I have two rectangles, r1 which is moving, and r2 which is a stationary tile. I need to know what side of r2 (or r1) is hit to determine which direction r1 should go. The collision detection works ...
0
votes
0answers
45 views

OSSIM alerts and snort rule

I new to OSSIM. My requirement is to detect executable files (.exe) using snort. I have found a snort rule. alert tcp any any -> any any (msg: "DLL Windows file download"; flow: established; ...
0
votes
1answer
107 views

Visual Basic Script - KeyPress Detection?

I want to terminate the program once the key F1 is pressed. Not sure sure how to write the do while loop. Any Ideas? Set WshShell = WScript.CreateObject("WScript.Shell") Do While {F1} is not pressed ...
-1
votes
1answer
33 views

Detect screen press at certain times

So, I am fairly new to java and android programming and I am having an issue coming up with the code for a project I am working on. Basically, there is a list of times, which I assume need to be ...
0
votes
1answer
71 views

OpenCV parallel lines cull

I have an algorithm that simply goes through a number of corners and finds those which are parallel. My problem is, as shown below, that I sometimes get false positive results. To eliminate this I ...
0
votes
3answers
51 views

Determine different cells for iPhone and iPad in tableView:cellForRowAtIndexPath:

I just try to create an app for iPhone and iPad. For this i created a tableview that creates cells expecting the json that will be received when the app is loading. Inside the method ...
1
vote
1answer
41 views

handling finger detection on small objects

The application I am working on requires a 4px bar height with a full screen size width. I need to be able to select this 4px bar and move it around. I also can not change the size of this bar it has ...
-1
votes
0answers
23 views

Are there any new algorithm about pedestrian detection,people counting? [closed]

Are there any new and good algorithm about pedestrian detection,people counting? And if I use HOG descriptor to detect pedestrian, are there any other tips to improve the result? Because I find my ...
0
votes
2answers
77 views

Detect AppStore installation of iOS app

I need to implement a custom logging in my app. To do this i need to detect if the current version of the app has been installed from the app store or is running from xcode or is a TestFlight ...
0
votes
3answers
226 views

Need to detect mobile browser and load mobile.css file for Joomla template with PHP

I need to detect if somebody is using a mobile browser (media queries aren't enough in this situation) via php and then load a mobile.css file to override a few lines of css due to lack of proper ...
0
votes
0answers
85 views

Retraining HOG in OpenCV Resulting in No Hit

I am currently trying to count car using OpenCV 2.4.4 with HOG descriptor. Because model for car detection is not available in OpenCV (unlike people detector which already have model for the ...
0
votes
1answer
34 views

lighting and collision detection

I've developed a simple game: an object (cube) moves across the screen. When hitting an object, the color changes from red to black. A single light source is being used. The problem: when lighting is ...
1
vote
2answers
76 views

How to detect language iPhone web app?

Is there a way to detect the language of your users (on an iPhone web app), but not by using the ip or the gps location ? I know it's very annoying when you go for example to turkey, and you're apps ...
0
votes
0answers
76 views

Opencv:Detection with no user interaction?

I am working on a project where I need to detect and track objects that I have designated before. The program saves the selected Rect (with the target object) as a jpeg. Then it loads the image and ...
0
votes
0answers
10 views

Firefox Site Pinning

Is it possible to detect if your site is pinned in Firefox just as it is possible to do so in Internet Explorer 9 and above? If so, how do you do it? Thanks in advance!
0
votes
1answer
18 views

Grouping different scale bounding boxes

I've created an openCV application for human detection on images. I run my algorithm on the same image over different scales, and when detections are made, at the end I have information about the ...
0
votes
0answers
38 views

Using scene2d, how to detect click event using dynamic group of actors?

I can't seem to find an answer to my problem here, though I do find related problems. First of all, I'm using libGDX v0.9.8 and scene2d. So, what I intend to do is a scene where a bunch of Actors ...
1
vote
0answers
38 views

Detecting cycles in neo4j property graph using cypher

What is the best way to detect for cycles in a graph of a considerable size using cypher. I have a graph which has about 250000 nodes and about 270000 relationship and I would like to detect cycles ...
0
votes
1answer
20 views

How to write in a membership vector to use in modularity() function with R

I have a membership vector created with another software and I am stuck to write it into R so that I can use iGraph' modularity function to calculate modularity of this community division.  Can ...
-1
votes
1answer
61 views

2.5d Map Collision with Player

I'm planning on making a 2d Top-down rpg, so I decided to play around with some things before I get started. For an example I took this map from Mother 3. I had originally planned to have an array ...
0
votes
2answers
57 views

where to get matlab libraries (libmat and libmx)

I need to test and perhaps, use libFeatureDetection. But as indicated on main page of the project, libFeatureDetection needs Matlab (libmat, libmx) and OpenCV (core, imgproc, highgui). So can you ...

1 2 3 4 5 17