Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
12answers
13k views

How do I read all classes from a Java package in the classpath?

I need to read classes contained in a Java package. Those classes are in classpath. I need to do this task from a Java program directly. Do you know a simple way to do? List<Class> classes = ...
14
votes
9answers
5k views

.NET Scanning API

Is there any free or commercial component written in .NET (no COM interop) that will work with most twain scanners?
10
votes
3answers
620 views

Open Source Iris Scanning Library in Java

I am looking for suggestions about open source Iris Scanning libraries in Java. Has anyone used before which can built an unique profile for each scan & be able to authenticate too. Thank you.
8
votes
2answers
734 views

Acquire images from scanners from Powerbuilder

I am using EZTWAIN from a powerbuilder application to acquire images from an HP scanner. Recently I tried a Kodak model (i1120) and it seems that it is not supported. Specifically the application ...
6
votes
4answers
4k views

.NET virus scanning API

I'm building a web application in which I need to scan the user-uploaded files for viruses. Does anyone with experience in building something like this can provide information on how to get this up ...
5
votes
2answers
1k views

Which is the best .NET image capture API for me to use?

I have been tasked with integrating image acquisition into a .NET application and I have been looking for an API to use for performing this function. I have come across several "standard" APIs, some ...
4
votes
2answers
521 views

Ruby String Integer Scanning

Is there a Ruby equivalent of the Java Scanner? If I have a string like "hello 123 hi 234" In Java I could do Scanner sc = new Scanner("hello 123 hi 234"); String a = sc.nextString(); int b = ...
4
votes
5answers
1k views

Directory Modification Monitoring

I'm building a C# application that will monitor a specified directory for changes and additions and storing the information in a database. I would like to avoid checking each individual file for ...
3
votes
1answer
73 views

iOS/iPhone/iPad: Determine the size of an object lying on a business card

I have a standard business card of known size and I want to open a video stream and snap a hi-res picture of the business card when the appropriate size is reached. For example, if I hover over a ...
3
votes
2answers
47 views

Does the recognition of numbers belong in the scanner or in the parser?

When you look at the EBNF description of a language, you often see a definition for integers and real numbers: integer ::= digit digit* // Accepts numbers with a 0 prefix real ::= integer "." ...
3
votes
1answer
167 views

Android : Capture a document & Scan it using camera

I would like to develope an application in android. The requirement is to scan a document using the camera and to convert the scanned data to a pdf file, so that it could be used as an attachment in ...
3
votes
1answer
229 views

Producing squiggles using your abstract-syntax-tree

The situation: I have crafted a scanner, parser and various AST classes for a little used programming language, a hobby project of mine. The parser, with the help of the scanner, builds a ...
3
votes
3answers
143 views

How to perform type scanning in C++?

I have an ESB. Any serialized message transports its own fully qualified name (that is, namespace + class name). I have a concrete type for each message that encapsulates a specific logic to be ...
3
votes
2answers
1k views

PIL: Create one-dimensional histogram of image color lightness?

I've been working on a script, and I need it to basically: Make the image greyscale (or bitonal, I will play with both to see which one works better). Process each individual column and create a net ...
3
votes
2answers
300 views

Is there a cocoa framework for image scanning?

What options do I have for an image scanning framework on Mac OS X? I'm not looking for an OCR library. Just something that will do the actual scanning and importing to PDF or comparable format.
3
votes
1answer
730 views

Do Android devices scan *actively* for WiFi networks?

i am programming for google android and i wonder if the scans for wireless 802.11 networks are done passively or actively? i mean: does the device actually emit a beacon request signal on ...
3
votes
2answers
205 views

suggest database for storing metadata regarding 200 million images (1 million books) (NoSQL? SQL?)

Friends, We will be undertaking a knowledge preservation project for scanning more than 1 million books. We need some suggestions on implementing database for storing and retrieving metadata as well ...
3
votes
6answers
4k views

recursive folder scanning in c++

Hi I want to scan a directory tree and list all files and folders inside each directory. I created a program that downloads images from a webcamera and saves them locally. This program creates a ...
2
votes
1answer
225 views

WIA Scanning via Feeder

WIA Scanning via Feeder Here is my device properties: Document Handling Select = 1 (2 is for flatbed, and 1 is for the feeder.) Here is my item (page) properties: Horizontal Resolution = 150 ...
2
votes
1answer
221 views

Spring component-scan not scanning jboss server lib directory

I have a jar file (kept in jboss-home/server/default/lib) and a war file (kept in jboss-home/server/default/deploy). The jar file contains a servlet which initializes the spring context. The servlet ...
2
votes
1answer
313 views

Get POINT CLOUD through 360 Degree Rotation and Image Processing

My Question is as below in two parts…… QUESTION (IN SHORT): • To generate point cloud of real-world object…. • Through 360 degree rotation of it….on rotating table • Getting 360 images… one ...
2
votes
4answers
280 views

Finding a substring within a string

In C++ I have a phonebook with many names, such as Sinatra, Frank, and I want the user to be able to input any length of string to scan the file for it. Once I have the user input a string of any ...
2
votes
1answer
437 views

How to scan mutiple pages using WIA automation

I'm playing around with WIA Automation and I`m struggling to scan more than page at a time. Can anyone give me some hints on how to achieve this? Below is a sample of code I use to scan a ...
2
votes
4answers
1k views

Proper way to scan a range of IP addresses

Given a range of IP addresses entered by a user (through various means), I want to identify which of these machines have software running that I can talk to. Here's the basic process: Ping these ...
2
votes
4answers
3k views

Web TWAIN scanning solution for ASP.Net?

I know some of you will discourage scanning through a web page, unfortunately, it is a requirement. I want to view my options in the situation, and maybe, some of you may have already gone through ...
1
vote
2answers
21 views

Finding a pixel position in matlab

I need to scan a (half of) binary image and store (or mark) only the position of first black pixel. I tried this out in matlab. But the code is displaying the positions of all the black pixels. My ...
1
vote
0answers
28 views

Spring does not abort bootstrapping on bean initialization Error when component scanning is enabled?

i have a web application with a spring configuration file. i have the following entry: <bean id="flyway" class="xxx.FlywayTool" init-method="migrateOrFail"/> the "flyway" bean is used to ...
1
vote
1answer
190 views

scanning pages using WIA or TWAIN

Edit: Are there any tutorials on how to use WIA or TWAIN in c++, that explain how to scan pages, adjust settings (DPI, using automatic feeder etc.) and save them as PNG files? I'd like to use WIA to ...
1
vote
1answer
114 views

Check if TIFF file scanning is complete

I have a FileSystemWatcher monitoring a directory that receives TIF files from a scanning device. It's necessary to check if the scanning process is done and then handle the fully scanned file, ...
1
vote
1answer
85 views

How do I enumerate resolutions supported via TWAIN

I have to enumerate DPI's supported by scanner via TWAIN interface. // after Acquire is called... TW_CAPABILITY twCap; GetCapability(twCap, ICAP_XRESOLUTION) if (twCap.ConType == TWON_ENUMERATION) ...
1
vote
1answer
246 views

WIA's ShowAcquireImage only saves in BMP?

I am using the WIA 2.0 library within Delphi XE to automate scanning. I am using the "ShowAcquireImage" function to provide an image to be saved to disc. I want to save the image in a compressed ...
1
vote
0answers
232 views

WIA via silverlight, duplex scanning

I'm trying to scan an A3 page in duplex using my Xerox documate 752. I'm getting it to scan fine using the document feeder but only on side. How do I access the other image?? Here is my basic code: ...
1
vote
1answer
580 views

Using WritePixels when using a writeable bitmap from a intptr to create a bitmap.

Im currently trying to use writeablebitmap to take a IntPtr of a scan of images and turn each one into a Bitmap. Im wanting to use writeablebitmap because im having an issue with standard gdi GDI+ ...
1
vote
0answers
89 views

I am using CanonCR.ddl to read the data from MICR scanner from my VB.net application.but its not working right

We are using Canon CR-180 MICR scanner in our application for scanning cheques and bills. Generally we use a batch of 20 cheques at a time in scanner. In our application we read the values of cheque ...
1
vote
2answers
356 views

Java Network Service Scanner

I'm trying to write a class that will scan the local network for a service that will be running. The problem is that if the address is not active (no reply) it hangs up on it for 5+ seconds which ...
1
vote
1answer
160 views

Cross-Platform Scanning Library

For a long time, it has annoyed me that you need special software for creating a multi-page PDF document from a flatbed scanner. Because "scanner" is an ambiguous word (which REALLY makes searching ...
1
vote
1answer
341 views

ScanSnap Integration

I am currently trying to figure out how to integrate with the fujitsu scansnap scanner and have found no details from fujitsu on how the fujitsu scansnap manager calls your application and send the ...
1
vote
1answer
98 views

TWAIN blocks when user cancels

I'm using a slightly modified version of Twain Dot Net in my scanning application. The problem is, when the user cancels scanning using a button on the scanner (or if paper jams), TWAIN should show an ...
1
vote
1answer
274 views

Scanned Image to Readable Text

I am wondering is there a way to get scanned image with text to be converted to readable text by writing code for it? Is that possible?
1
vote
3answers
857 views

Scanning for a Human Interface Device (HID) using C#

I am developing a C# .NET 2.0 application wherein I need to scan for an attached HID. How can this be done? Because it is a HID, Windows does not assign a COM port to it. I only need to ...
1
vote
1answer
736 views

how to scan vor available bluetooth devices in range in android?

i need to get a list of available bluetooth devices in the area using google android 2.1 thing is, i don't just need a list of those devices, i need some unique id for each device found and i need an ...
1
vote
2answers
276 views

OS X Mac and writing a twain scanning application

Can someone point me to the correct place to start development of a twain scanning appliation for the MAC osx. I have done some simple objective c development in the past, but nothing interfacing with ...
1
vote
3answers
1k views

high volume scanning and ocr automatic solution?

We need a high volume scanning and ocr solution we are talkin about digitalizing about 4000 documents a day, and saving them as pdf file with ocr (with hidden text)... the solution should let the ...
0
votes
3answers
42 views

scan web page get header , footer , menu , sub menu and hyperlink using php

is there any way to get header , footer , menu ,sub menu , banners and hyperlinks by scanning the web page using php? if anyone have an idea please let me know it is helpful to me Thanks Raja
0
votes
1answer
15 views

How to get Coco/R parser to not be greedy

My ATG file defines a code block as Codeblock = "<#" {anychar} "#>" When the Coco generated parser comes across a block like this: <# a=5; print "Hello world!"; #> The token ...
0
votes
0answers
22 views

I am not getting one setting option in “misc-setting” in w3af

I am not getting maxDepth option in misc-setting in w3af I am using version as given under w3af - Web Application Attack and Audit Framework Version: 1.1 (from Debian Package ...
0
votes
2answers
203 views

Barcode Scanner implementation on Java

Good sirs, I have a question. The school Java project I am currently working on requires me to have a USB Barcode Scanner as an external input to be connected to my laptop. I haven't actually bought ...
0
votes
1answer
27 views

nessus scan intepretation based upon on credentials?

Can someone clearly state the difference between running a nessus scan with/out credentials? What would happen if i scan a unix based system with no credentials and about the same time using ssh ...
0
votes
0answers
116 views

How to speed up scanning of image when using CommonDialogClass ( Microsoft Windows Image Acquisition Library v2.0 )

I am trying to speed up scanning of images using: Microsoft Windows Image Acquisition Library v2.0 which has the class "CommonDialogClass" to scan in images from a scanner. The problem is that it ...
0
votes
1answer
43 views

How to use IKScannerDeviceView?

I'm developing my first Objective C app; a simple program to scan an image and upload it to a server. So I was excited to see the IKScannerDeviceView in the library of Interface builder. However, ...

1 2