Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
11answers
657 views

When the lead developer is convinced the project will fail [closed]

What is there to do when the lead developer is convinced the project will fail? This happened to me recently on a project, and I wound up losing my job, because I spoke up. In a little over a month, ...
6
votes
5answers
17k views

Suggest terms to describe language proficiency level in your CV [closed]

What's the best way to describe your level of skill in particular technologies (languages, platforms, OS, ...) when polishing your CV ? Assume we are talking about the short CV of the kind where you ...
4
votes
6answers
994 views

Evaluating different kinds of code in a programmer's portfolio [closed]

I'm soon going to look for a new job and is trying to put together a portfolio. I have a hard time deciding which of my projects that I should include. I've decided to categorize different kinds of ...
3
votes
1answer
40 views

Fastest Way to Load a Screenshot Into Memory for CV Template Matching

What's the fastest way, in ubuntu 11.10, to take a screenshot with python and convert the screenshot into a format that's compatible with this question about image template matching?
2
votes
3answers
172 views

Computer vision, C++ OR Java

I'm a complete newbie in the computer vision world and recently I implemented some examples using openCV with Java. I'm impressed with the potential this area has and wish to continue learning more. ...
2
votes
1answer
280 views

How do you set the frame size of cv.CreateVideoWriter

if I try: writer = cv.CreateVideoWriter(file, -1,(int(800),int(600)), is_color=1) -or- writer = cv.CreateVideoWriter(file, -1,(800,600), is_color=1) -or- writer = cv.CreateVideoWriter(file, ...
2
votes
2answers
317 views

opencv and python in osx - but how?

I tried to install opencv and python with port and brew. but when i try import cv it says "module not found". i have the same problem on my windows machine and just no solution works. is there a ...
2
votes
1answer
76 views

C# - Image question

What would be the appropriate way to determine if 2 taken images match in the color gamma terms? I need to differ the images taken in one series (panorama-like) from completely other images. This ...
2
votes
2answers
390 views

Sorting 2D coordinates

I have got a problem with finding the corresponding points in multiple views of the same calibration artifact. Below you can see exemplary images of the calibration target. I need to sort 2D ...
1
vote
1answer
74 views

How do you triangulate a 3D point from a pair of stereo images?

I'm working with a stereo pair of photos, and trying to obtain a set of 3D points from matching points on these 2 images. How exactly is the 3D point triangulated? Do you throw a ray from the camera ...
1
vote
2answers
57 views

OpenCV 2.0: where is adaptors.py?

I am trying to use OpenCV 2.0 in python on a Mac. I need to be able to convert between the OpenCV IPL format and the PIL Python Imaging Library format. The top answer on this question How do I create ...
1
vote
1answer
77 views

Simple remote git log for my resume

In my resume I have a list of open source projects I've contributed to. In order to make it easy for people reading my resume I'd like to include a one-liner which will help them verify that I've ...
1
vote
1answer
143 views

Fund matrix using Surf with Ransac in Matlab

I'm trying to implement SURF with Ransac for fundamental(F) matrix estimation in Matlab. Then I calculated epipoles as null spaces of F matrix. I used OpenSURF from File Exchange and Ransac from ...
1
vote
1answer
168 views

Multiply a CvMat* and a number

I'm working with some filters in OpenCV and don't know how to multiply a number (1/5) in this example CvMat* kernel=0; IplImage* dst = cvCreateImage(cvGetSize( entrada ), IPL_DEPTH_8U, 3); ...
1
vote
1answer
448 views

How to calculate 3D coordinates of a point in OpenCV

I have got a calibrated stereo-camera system and pixel positions of the same object in views of both cameras. Is there any easy way to calculate 3D world coordinates of the object using OpenCv (and ...
1
vote
0answers
102 views

Weird relationship in cvQueryFrame( ) instruction

I noticed that there is a weird behaviour with cvQueryFrame isntruction. I usually work with IplImage* frame; as the variable to contain the actual frame. frame = cvQueryFrame(capture); With this ...
1
vote
2answers
1k views

Homography, inliers/ Emgu CV/ SURF in C#

How can I get inliers/outliers of matched kyepoints using homography or some other method in C#? I am working on SURF example provided on ...
1
vote
3answers
419 views

Functions with const arguments and Overloading

Was tryin out the stackeroverflow qn so it got me thinking why not overload the the function and I came up with a slightly different code but it says the function cannot be overloaded. My question is ...
1
vote
3answers
271 views

Programming competitions and job seeking [closed]

Does it help for wellrated competitors in finding good jobs? Do recruiters/HRs take into account mentions in CVs about participations in such contests? Do you think it will be a plus to write in CVs ...
1
vote
2answers
1k views

Is Approximate Nearest Neighbour the fastest feature matching in Computer Vision?

When using feature descriptors [like SIFT, SURF] - is Approximate Nearest Neighbour the fastest method to do matching between images?
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
13 views

Open CV won't compile

I'm trying to compile some opencv code, but it is failing. I'm pretty sure I have the libraries included but it still has undefined references to the functions. I'm running this command: gcc ...
0
votes
1answer
106 views

How to configure visual studio 2010 with opencv cvblobs library

I'm having difficulty of installation/ compilation of cvBlob into OpenCV Microsoft Visual Studio 2010 in WINDOW. I understood that there is a installation guide work on linux but I couldn't find how ...
0
votes
0answers
51 views

Displaying and Image with Pyopencv results in black widget

sorry for the silly question but I'm pretty new of opencv and I do not understand what is going wrong here. I have python open cv installed on my macbook. What I want to do is load and display an ...
0
votes
1answer
33 views

Side border expands with height

I'm working on a resume; currently exists at this site. The side border is static at the moment, but I'd like either JavaScript or CSS to make it expand to the height of the section. Tips? Thanks, ...
0
votes
0answers
33 views

trying to run circle detection on image

im trying to load in an image and perform circle detection on it but im geting an error.Unhandled exception at 0x75bc9617 in imagedetect.exe: Microsoft C++ exception: cv::Exception at memory location ...
0
votes
3answers
169 views

null undeclared identifier Error

i dont know what happened as this was running grand a few days ago but now im getting an error about an undelcared null identifier in the detectcircle() method. if(p==null){return;} i dont know whats ...
0
votes
1answer
338 views

System.TypeInitializationException using Emgu.CV in C#

At this point I have a function which calls for an image from my camera interface. This image is then saved to hard drive and also displayed in the Windows Forms GUI. The function inside the camera ...
0
votes
1answer
438 views

Opencv error on python

no matter what "CV_FOURCC" I use I get this: OpenCV Error: Unsupported format or combination of formats (Gstreamer Opencv backend doesn't support this codec acutally.) in ...
0
votes
0answers
21 views

run time error (in pgm to display a video in VS usin cv2.2):'file.exe': Loaded 'C:\Windows\SysWOW64\ws2_32.dll', Cannot find or open the PDB file

code: int main(int argc,char* argv[]) { cvNamedWindow:( "Example2", 0 ); CvCapture* capture = cvCreateFileCapture( "tendulkar.avi" ); IplImage* frame; while(1) { ...
0
votes
0answers
143 views

i m getting some exicution time error ,while running visual program in VS10 [closed]

the errors are as follows: 'madhu92.exe': Loaded 'D:\opencv_proj\madhu92\Debug\madhu92.exe', Symbols loaded. 'madhu92.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file ...
0
votes
1answer
73 views

Accessing negative pixel values OpenCV

IplImage* pRGBImg = cvLoadImage(input_file.c_str(), CV_LOAD_IMAGE_UNCHANGED); int width = pRGBImg->width; int height = pRGBImg->height; int bpp = pRGBImg->nChannels; for (int i=0; i < ...
0
votes
1answer
227 views

emgu cv matrix access row and cloums with channel c#

hiii, how can i access a matrix with a specified row , column and channel Matrix<double> tensor = new Matrix<double>(yMax + 1, xMax, 4); //4 channels CvInvoke.cvZero(tensor ); ...
0
votes
0answers
382 views

circle detection in python

I am new to python. I prefer to learn it by experimenting. For 4 days I have been working on my cv.HoughCircle opencv function in python to detect a circle in a frame. But unfortunately I couldn't ...
0
votes
0answers
335 views

Memory usage with this Mat sample code

I'm quite interested to know if this sample code works fine or if it's better work with IplImage*. Taking into account performance and memory usage. Sample Code: Mat gray, smallImg( cvRound( ...
-1
votes
1answer
1k views

visual studio 1error LNK2001: unresolved external symbol _mainCRTStartup,2 error LNK1120: 1 unresolved externals

code: #include "stdafx.h" #include"highgui.h" #include"stdio.h" int main(int argc, CHAR* argv[]) { cvNamedWindow:( "Example2", CV_WINDOW_AUTOSIZE ); CvCapture* capture = ...