Tagged Questions
The feature-detection tag has no wiki summary.
12
votes
4answers
294 views
Memory-efficient line stitching in very large images
Background
I work with very large datasets from Synthetic Aperture Radar satellites. These can be thought of as high dynamic range greyscale images of the order of 10k pixels on a side.
Recently, ...
11
votes
2answers
193 views
How do I programmatically detect how a browser handles window.close()?
Different web browsers handle the window.close() function differently. IE prompts the user for confirmation, while Firefox and Safari just fail to honor it unless the window was originally opened with ...
10
votes
2answers
413 views
Detect whether browser shows <select multiple> as modal dialog
Is there any way to use JavaScript to detect whether a given browser renders a focused <select multiple> element as a popup or solely as an inline box?
On some platforms, such as the Android ...
9
votes
1answer
115 views
Feature detection when P/Invoking in C# and .NET
i'm trying to find a good way to detect if a feature exists before P/Invoking. For example calling the native StrCmpLogicalW function:
[SuppressUnmanagedCodeSecurity]
internal static class ...
9
votes
2answers
229 views
Is there a way how to detect IE10's “Caps Lock is on” feature?
As you probably know, there is a relatively simple way how to, more or less reliably, detect whether Caps Lock is on, especially when user starts typing into password fields. However, it is a quite ...
8
votes
4answers
1k views
Reliably detecting <img> tag support for SVG
I'm currently doing some redesign of a website, basically just upgrading it to a more up-to-date look and trying to make it as resolution independent as possible, and in the name of resolution ...
7
votes
3answers
202 views
Group detection in data sets
Assume a group of data points, such as one plotted here (this graph isn't specific to my problem, but just used as a suitable example):
Inspecting the scatter graph visually, it's fairly obvious ...
6
votes
3answers
196 views
How can I detect whether a browser supports MJPEG?
Modern browsers except IE handle MJPEG (Motion JPEG). Here is an example fiddle.
Can I detect support for MJPEG? I have looked through Modernizr in vain.
5
votes
2answers
176 views
General approach to developing an image classification algorithm for Dilbert cartoons
As a self-development exercise, I want to develop a simple classification algorithm that, given a particular cell of a Dilbert cartoon, is able to identify which characters are present in the cartoon ...
5
votes
2answers
643 views
C# OpenCV FAST Feature Detection
I've been unable to find a tutorial on how to implement the FAST Feature detection algorithms with tracking using C# with openCV, and I can't figure it out from the documentation. How can I implement ...
5
votes
2answers
2k views
/*@cc_on and IE6 detection
When researching JavaScript conditional comments for IE, I stumbled upon @cc_on. This seems to work. However, the wikipedia entry on conditional comments provides the following code for more robust ...
4
votes
3answers
198 views
iPad version detection in JavaScript
Is it possible to check for the iPad version (1 or 2) in a web application? As the user agent looks identical (see ...
4
votes
1answer
315 views
Detecting HTML5 data attribute in Modernizr
How do I detect if the browser supports HTML5 data attribute using Modernizr?
4
votes
2answers
751 views
javascript: detect if XP or Classic windows theme is enabled
Is there any way to detect which windows XP theme is in use?
I suspect that there is no specific api call you can make, but you may be able to figure it out by checking something on some DOM element, ...
3
votes
1answer
143 views
SurfDescriptorExtractor/featureDetector - OpenCv in IOS
i am working on an iphone project which uses openCV for some image matching. Initially I was using cvMatchTemplate(), but the output is not what we expected. so I am now trying to implement SURF ...
3
votes
1answer
279 views
Difference between Feature Detection and Descriptor Extraction
Does anyone know the difference between FeatureDetection and DescriptorExtraction in OpenCV 2.3? I understand that the latter is required for matching using DescriptorMatcher. If that's the case, what ...
3
votes
2answers
234 views
JavaScript redirect causes undesired search engine results
I have an HTML5 demo site (http://html5beats.com/) that uses JavaScript to detect certain HTML5 features. I do a redirect to a "please change or upgrade your browser" page if those features are not ...
3
votes
1answer
164 views
What's the best CSS property for detecting browser support for selectors
I'm writing some Modernizr extensions to detect browser support for things such as :first-child, :last-child in CSS. In order to do so I'm applying a style and then checking to see if teh element has ...
3
votes
2answers
532 views
Feature-detect: mutation-event availability in JavaScript?
How can my JavaScript detect if an event is available?
I'm aware of some great event-compatibility tables, but I need to use feature detection, not browser-sniffing plus a lookup table.
...
3
votes
1answer
1k views
Implementing a Harris corner detector
I am implementing a Harris corner detector for educational purposes but I'm stuck at the harris response part. Basically, what I am doing, is:
Compute image intensity gradients in x- and y-direction
...
3
votes
6answers
290 views
Detecting IE6 using Javascript/jQuery revisited
I need to detect IE6 in order to work around the lack of position:fixed. I've been using a simple regex:
var isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
This works almost all the time, except ...
3
votes
7answers
695 views
What is a good algorithm or library for cropping images to avoid whitespace or empty areas?
I have a whole bunch of images of illustrations that I would like to crop to a smaller preview size.
The problem is that I want to crop them to show an "interesting" part of the illustration (ie ...
2
votes
1answer
59 views
matlab extract features in matfile
I have images of 30 different leaves in white background numbered 1-30. I'm working on a project in image processing where the user can load a new leaf image with white background and the program will ...
2
votes
2answers
196 views
square detection, image processing
I am looking for an efficient way to detect the small boxes around the numbers (see images)?
I already tried to use hough transformation with no success. Any ideas? I need some hints! I am using ...
2
votes
4answers
152 views
the best way to detect browser in js
There are lots of ways for browser detecting in JavaScript.
As far as i know, using navigator.userAgent or detecting features (like XMLHttpRequest) and so on.
Can anybody tell me which way is the ...
2
votes
2answers
243 views
Detecting browsers that don't support onunload/onbeforeunload
Of all the browsers, it seems that only Opera doesn't support onunload/onbeforeunload events. (It's been fifteen years now, Opera!) Solutions for this issue have been covered many times, here for ...
2
votes
1answer
468 views
Detecting outliers in SURF or SIFT algorithm with OpenCV
Which method is the best to compare two images and discard outliers points? In find_obj.cpp opencv example, they use FLANN, but don't discard outliers.
I have seen some methods like using Kmeans or ...
2
votes
0answers
23 views
User analytics based on feature support instead of browser versions, etc
If you have done any CSS or JavaScript you should know to rely on browser features and not brand and version.
if supports websockets do something
and not
if not ie do something
Question: Do you ...
2
votes
1answer
1k views
Modernizr checks that exclude IE6, IE7, IE8 or IE at all, that identify iOS devices
Are there any checks (or combinations of checks) I can run with Modernizr where:
IE6 fails, but higher versions do not fail?
IE7 fails, but higher versions do not fail?
IE8 fails, but higher ...
2
votes
1answer
84 views
What browser feature would be good to discern a mobile browser able to handle js well from one that doesn't?
I have been testing our mobile site on an android and iphone and feel that I have a good working website for those browsers. The problem is that I just got my hands on a blackberry 5 and the results ...
2
votes
2answers
251 views
How to make WIX installer adapt to the version of Windows Installer available - like the Hyperlink control
Windows Installer 5 added support for the Hyperlink control which I would like to utilize if available. I cannot set a dependency towards Windows Installer 5 (doesn't support WinXP), but I would like ...
2
votes
2answers
741 views
Test for IE6 using feature detection instead of user agent testing
I'm using html5boilerplate with the Modernizr library. My application is built using jQuery. Both Modernizr and jQuery have feature detection built in, but my understanding is that Modernizr is more ...
2
votes
2answers
309 views
How to use feature detection to know if browser supports css hover?
How can I use feature detection to determine whether a browser supports the :hover pseudo class? I want to do this WITHOUT using conditional comments to include ie6-specific script files if possible.
2
votes
2answers
250 views
Browser feature detection: spell checking?
All the decent browsers (Chrome, FX, etc) now support built-in spell checking.
However the popular but rubbish axis of IE doesn't (not even IE8 - pointless 'accelerators': yes, much needed dictionary ...
1
vote
1answer
45 views
javascript detect option tag text indent feature or detect type of browser as a fallback
I have a select drop-down that is supposed to represent the hierarchy of pages in a site.
<select id="parent" name="parent">
<option value="">(none)</option>
<option ...
1
vote
2answers
90 views
How to detect if browser support specified css pseudo-class?
What's concept of detecting support of any css pseudo-class in browser through JavaScript? Exactly, I want to check if user's browser supports :checked pseudo-class or not, because I've made some ...
1
vote
3answers
73 views
How to detect HTML5 audio MP3 support
I know how to check in Javascript if HTML5 audio playback is available. But how do I specifically check if MP3 audio playback is available, as IE9 and Chrome support it, while Firefox and Opera do ...
1
vote
3answers
117 views
2D Point Set Matching
What is the best way to match the scan (taken photo) point sets to the template point set (blue,green,red,pink circles in the images)?
I am using opencv/c++. Maybe some kind of the ICP algorithm? I ...
1
vote
3answers
123 views
HTML5 Placeholder feature detection woes
I need to test for placeholder support. The following works great in all modern browsers, as well as IE7, IE8, IE9:
$.support.placeholder = (function () {
var i = document.createElement("input");
...
1
vote
3answers
167 views
Responding to RAM availability in iOS
I have a texture-heavy OpenGL game that I'd like to tune based on how much RAM the device has. The highest resolution textures I have work fine on an iPhone 4 or iPad2, but earlier devices crash in ...
1
vote
1answer
32 views
Features that characterize a track
I have a series of track log, registerd with a gps tracker. I have to extract as may as possible features that identify that track. I have think about: length (obviously), bounds (the square obtained ...
1
vote
2answers
134 views
Why does not exists enum-extensions in C#?
I think that many C# developers collided with a such problem: there is some enumeration in standart .net library and many standart classes and their methods to work with them. But if you want to ...
1
vote
1answer
108 views
How to detect `focusin` support?
Thanks to Perfection kills, we can use the following JavaScript to detect event support:
function hasEvent(ev) {
var elem = document.createElement('a'),
type = 'on' + ev,
...
1
vote
1answer
298 views
Non-maximum suppression in OpenCV
I applied a harris corner detection using openCV which gave me a response map for the potential corners. The documentation states that corners can be found as the local maxima of this response map - ...
1
vote
2answers
166 views
Is there a way to detect 3G and 2G connections speed on mobile phones and handheld devices?
Is there a way to detect 3G and 2G connections on mobile phones and handheld devices?
Like If I want to deliver High-end Website when user is on 3G and Highly optimized version if user is on 2G.
1
vote
1answer
160 views
JavaScript detect if hardware acceleration is enabled
Is it possible to detect to see if a browser has support for hardware accelerated page rendering and is it also possible to see if it has been enabled? I am aware that Firefox 4, IE9 and Chrome ...
1
vote
3answers
634 views
How to use FeatureDetector in OpenCV C++?
I am using VS 2008 with OpenCV 2.1 installed as per the installation guide. FeatureDetector/SurfFeatureDetector are listed as classes in the documentation, but they are considered "syntax error : ...
1
vote
1answer
269 views
Detect if browser supports jQueryMobile
How do I detect if the browser supports jQueryMobile?
I was thinking in using Modernizr but I don't know which features to detect.
1
vote
2answers
395 views
Using document length in the Naive Bayes Classifier of NLTK Python
I am building a spam filter using the NLTK in Python. I now check for the occurances of words and use the NaiveBayesClassifier resulting in an accuracy of .98 and F measure for spam of .92 and for ...
1
vote
3answers
832 views
GUI version of OpenCV for feature-detection (SIFT etc.) prototyping before actual project development?
I had an idea for which I need to be able to recognize certain objects or models from a rendered three dimensional digital movie.
After limited research, I know now that what I need is called feature ...