The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

PHP Versions and exif_imagetype() Function

Is exif_imagetype() function not supported by the PHP Versions greater than 5.0?
0
votes
1answer
81 views

Image Extraction from webpage in java

I have just started working on a content extraction project. First I am trying to the Image URLs in a webpage. In some cases, the "src" attribute of "img" has relative URL. But I need to get the ...
0
votes
0answers
470 views

Emgu CV Hand Gesture Recognition - Extraction of image

We're working on a project where-in we're developing our own media player that works on hand gestures. So far we've made our player and managed to detect our palm using a specific algorithm. The ...
1
vote
1answer
317 views

FFMPEG - How to Extract Frames As Images While Removing Sequentially Duplicate Frames

Is there any way (via script or preferably some parameter in calling ffmpeg that I missed) to extract frames from an avi file and ignore sequentially duplicate frames, thus being able to go through ...
0
votes
2answers
296 views

Extract image of UISegmentedControl on iPhone

I am using UISegmentedControl (with only one segment) as a button. But problem with this is one cannot change font size in UISegmentedControl (possible in iOS-5+ but I am targeting lower versions ...
2
votes
2answers
648 views

Is it possible to extract tiff files from PDFs without external libraries?

I was able to use Ned Batchelder's python code, which I converted to C++, to extract jpgs from pdf files. I'm wondering if the same technique can be used to extract tiff files and if so, does anyone ...
2
votes
1answer
143 views

Extracting the “n”th image out of a bmp (or other image type)

I have a bmp image that's comprised of 13 images, and each image is exactly 17x17. Aside from breaking this image down through gimp into 13 different images, what is a good way to 'extract' the nth ...
3
votes
2answers
245 views

Is it possible to detect the dimensions of an image at an URL without downloading the entire image?

Given an HTML page with a news article I'm trying to detect the relevant image(s) from the article. For this, I'm looking at the sizes of the images (if they're too small likely they are navigational ...
0
votes
1answer
149 views

Icon Recognition for Web App

Once again I come to the best for my pedestrian question. I'm building a small web app that would be vastly improved by the ability to recognize app icons. I've searched all over but haven't found ...
7
votes
3answers
2k views

How can I save first frame of a video as image?

I want to extract first frame of uploaded video and save it as image file. Possible video formats are mpeg, avi and wmv. One more thing to consider is that we are creating an ASP.NET website.
2
votes
3answers
508 views

Extracting *relevant* image from a web-page

I have a couple of twitter-powered news aggregation website. I have been planning to add images from articles that I find on twitter. If I download the page and extract image using <img> tag, I ...
5
votes
4answers
713 views

Converting PDF into workable text using C#

Is there a library that has a class to extract the text from a pdf file in c#.net? I've tried a few but documentation is terrible, so I haven't been able to get it off the ground. Also if it provides ...