Tagged Questions
The vision tag has no wiki summary.
8
votes
2answers
220 views
How can I communicate with my cousin when she can only move her eyes?
I apologies if this is not programming-related enough. To keep the non-programming part short: My cousin was just admitted into intensive care with Guillain Barre and is deteriorating. She will ...
6
votes
2answers
450 views
How to do perspective correction in Matlab from known Intrinsic and Extrinsic parameters?
I'm using Matlab for camera calibration using Jean-
Yves Bouget's Camera Calibration Toolbox. I have all the camera
parameters from the calibration procedure. When I use a new image not
in the ...
4
votes
4answers
147 views
Computer vision datasets
I am testing computer vision algorithms for image categorization. I would like to find a dataset with a few categories of objects e.g. cats and dogs. This dataset should have all the variability ...
4
votes
5answers
127 views
Should software development be separated from software design & usability?
In most of the commercial jobs I've had to date, my role has mostly been confined to "writing the code", whereas the reason I wanted to get into development in the first place was because I enjoyed ...
3
votes
3answers
188 views
Shape/Pattern Matching Approach in Computer Vision
I am currently facing a, in my opinion, rather common problem which should be quite easy to solve but so far all my approached have failed so I am turning to you for help.
I think the problem is ...
3
votes
1answer
102 views
Computer vision over cloud
Is any way of doing computer vision over the cloud?
The idea is like people log in a website, then the webcam is activated, the video data is sent to the server through internet. Server processes ...
3
votes
3answers
1k views
Is number recognition on iPhone possible in real-time?
I need to recognise numbers from the camera image on iPhone, in real-time. I know there will be no more than 5 digits on the image.
Is this problem realistic to solve given the computational ...
2
votes
0answers
47 views
Check square in perspective projection
I'm writing an application which detect squares. I wrote algorithm of quad detection and now I must select squares of this quads list. How can I do this in perspective projection? Can I transform this ...
2
votes
1answer
289 views
optical flow in Android
We have been dealing with OpenCV for two weeks to make it work on Android.
Do you know where can we find an Android implementation of optical flow? It would be nice if it's implemented using OpenCV.
...
1
vote
1answer
32 views
Computer vision: Regarding a line through origin in camera coordinate
I've a question regarding a line in camera coordinate.
Suppose the pixel/screen coordinate of a point is (u,v). And the camera coordinate
(coordinate system relative to camera) of (u,v) is (p,q,r) ...
1
vote
0answers
171 views
OpenCV with stereo 3D reconstruction
Say I plan to use OpenCV for 3D reconstruction using a stereo approach...and I do not have any special stereo camera but only webcams.
1.)How do I build a cheap stereo setup using a set of web cams?
...
1
vote
1answer
164 views
how to get directly bitmap image from inkcanvas (in wpf)
im doing a ocr project. i must to get image from input is inkcanvas to process in next step,i.e translate this image to an two-dimention array.
Im confusing about that how to get bitmap image from ...
1
vote
2answers
597 views
Trying to capture display output for real-time analysis with OpenCV; I need help with interfacing with the OS for input
I want to apply operations from the OpenCV computer vision library, in real time, to video captured from my computer display.
The idea in this particular case is to detect interesting features during ...
1
vote
2answers
917 views
OpenCV 1.1 K-Means Clustering in High Dimensional Spaces
I am trying to write a bag of features system image recognition system. One step in the algorithm is to take a larger number of small image patches (say 7x7 or 11x11 pixels) and try to cluster them ...
1
vote
2answers
366 views
How to produce an accurate 3D reconstruction of an indoor surrounding using stereo vision?
I used cvStereoFindCorrespondenceGC() in openCV to produce a disparity map from the famous tsukaba image. But I notice that it lacks 3D features (eg the lamp is flat instead of slightly curve). How to ...
1
vote
5answers
218 views
Defining the Vision Through Business Requirements
How to write a vision [generally] for some business ? Is it have some template ? any example ?
Business about online ticket services .
0
votes
1answer
27 views
Speed up stitching of 2 images?
I am working with 2 fly cameras and trying to stitch them together.
I am working with OpenCV and C++ here.
Since I am trying to cover large region using both cameras (and to contour detection later ...
0
votes
0answers
20 views
image labelling and annotation tool
I would like to annotate some structure ins some images, in particular annotate different cells phenotypes in biological images, labeling the center and the contour for each individual object. Does ...
0
votes
0answers
62 views
3D Reconstruction without stereo using OpenCV, or other free lib
Is it possible to do a full 3D reconstruction(point cloud would do)
without using any stereo Camera, but only a set of images, using some free
library for commercial use(This rules out Insight3D) ...
0
votes
0answers
50 views
Line crossing in opencv strange results
I'm using a simple haarcascade face detect algorithm to detect when the central point of the detected rectangle crosses a line. However, of the two functions I'm using one that always crosses even ...
0
votes
0answers
21 views
difference between copops, vision document and SRS
what is the difference between a vision document, an conops document and an SRS document, in software engineering ?
regards
0
votes
3answers
95 views
Color overlaying algorithm
I'm looking for an algorithm to overlay a color on top of existing picture. Something similar to the following app (wall painter): http://itunes.apple.com/us/app/wall-painter/id396799182?mt=8
I want ...
0
votes
0answers
135 views
Android Emulator and Netop Vision 7 Conflict Hangs Emulator
I have a lab of Windows 7 computers setup with both Netop's Vision 7 classroom management software and the Java/Eclipse/Android components needed for Windows Android development.
The problem I'm ...
0
votes
1answer
40 views
How can Layar Vision be enabled?
I am new in Layar development. I want to sign up Layar Vision challenge but I could not enable Layar vision for my layers. Enable process is defined as;
On "create a new layer" page, an option to ...
0
votes
1answer
126 views
best interfaces for VC++ & openCV code
I have win32 C++ code and openCV , and I want to design interfaces to that code.
what is the best implementation for it?
I would lik to use WPF but more websites say it is not supported in VC++ ...
0
votes
1answer
412 views
0
votes
1answer
484 views
Android Face Recognition
I tried to setup OpenCV using the modified Crystax NDK but did not succeed ( I managed to compile using CygWin but dont know where to go from there.) Is there a Simpler class library I can use which ...
0
votes
2answers
143 views
Optical character recognition
Hey everyone,
I'm trying to create a program in Java that can read numbers of the screen, and also recognise images on the screen. I was wondering how i can achieve this?
The font of the numbers ...
0
votes
1answer
103 views
Finding significant images in a set of surveillance camera images
I've had theft problems outside my house so I setup a simple webcam to capture every second with Dorgem (http://dorgem.sf.net).
Dorgem does offer a feature to use motion detection to only capture ...
0
votes
2answers
572 views
how do I identify letters in an image? (before OCRing)
all I can find in the web is about OCR but I'm not there yet, I still have to recognize where the letters are in the image.
any help will be appreciated
0
votes
0answers
152 views
Determining spatial coordinates of points in space from a photo given some information
I would like to know if it is possible to determine the coordinates of some points in space from a photograph where I know the coordinates of some other nearby points. The relationship between these ...
0
votes
1answer
104 views
Organic Shape Detection and measuring (PHP,JS … or other)
The picture:
http://img511.imageshack.us/i/measuring1and2space.gif/
We have a .gif Picture.
We want to measure the size of the 3 black island (2) in relation to the big white "ocean" (1). (3) is the ...
0
votes
2answers
115 views
get the points from image
I want to extract the points from given image. the image is shown below..
The points I want are the green upper point and the red point. I tried pixel by pixel comparison but it is too slow. I need ...
0
votes
1answer
173 views
Digital image processing or computer vision training/degrees [closed]
Possible Duplicate:
DigitaImage processing online courses/degrees
Hello,
Are there "Digital image processing or computer vision" trainig or degree related programs? And, it would be nice ...
0
votes
2answers
102 views
What would you see if left-right images of a 3d view are inverted?
Sorry for the maybe-trivial post, but I really cannot figure it out...
Let's suppose you have some 3d glasses or something that allows you a 3d stereo vision.
What happens if you invert left and ...
0
votes
1answer
622 views
OpenCV: Drawing on an image
I am working on a program using the OpenCV library (though I am quite a noob on it). One of the things I need to do is to draw on the image. I looked at the OpenCV drawing functions and they all seem ...
-1
votes
1answer
34 views
Environment Question?
Hi I'm on my way to do a big Computer Vision Oriented Project What I want is this: What is the best choice of development Environments? (Qt+OpenCV+OpenGL under Linux or Visual Studio+OpenCV+OpenGL ...
-7
votes
2answers
86 views
How can i show an image from its pixels which are already saved in a file ? [closed]
I m using opencv and c++ to save an image's pixels in a file, now i want to restore the image in order to show it again. could you give some suggestions?
[update: included code from OP's comments]
...