Ask Your Question

jonjacson's profile - activity

2016-02-08 09:08:01 -0600 commented question I installed Opencv and visual studio but I get "This project is out of date" issue

I understand Tetagramm. Thanks

2016-02-08 09:05:43 -0600 received badge  Enthusiast
2016-02-07 17:45:19 -0600 commented question I installed Opencv and visual studio but I get "This project is out of date" issue

Hi again Tetragramm! :) It worked. Now the only problem I got after debugging was "Cannot find PDB file" But I found that is because I used the installer for Windows and didn't build my own libraries. So the question is, Is there any problem with using the software without those PDB files?

2016-02-07 16:53:41 -0600 asked a question I installed Opencv and visual studio but I get "This project is out of date" issue

Hi folks,

I found this tutorial for the versions I want to install, OpenCV 3.1 and Visual Studio 2015:

https://www.youtube.com/watch?v=8nXnT...

I think I did everything correctly. The only difference was that I added a new system variable and ALSO edited the path, a step that apparently is missing in the first part of the tutorial.

When I copy and paste code to create a simple programm to flip an image and try to debug with x64 local windows debugger it says "This project is out of date".

I have been searching and this guy said:

http://answers.opencv.org/question/29...

"You need to activate building your project before executing it in your solution settings. If not activated you need to build each time you applied a chance before executing your code."

Can anyone explain how to do that?

I don't know how to manipulate the solution settings. ANd I have to debug before build the software so I don't understand that explanation to solve the problem.

Thanks for your time!

2016-02-06 17:43:56 -0600 commented question Is there a good tutorial for installing opencv 3.1 with Visual Studio 2015?

Thank you very much!

2016-02-06 17:05:29 -0600 commented question Is there a good tutorial for installing opencv 3.1 with Visual Studio 2015?

Hi Tetragramm, thanks for your answer. I upload a capture so you can see the same as me.

link text

The first capture is inside OpenCV, then inside Build and then Inside Sources. I don't see the Lib folder.

I am downloading the installer.

2016-02-06 16:06:12 -0600 asked a question Is there a good tutorial for installing opencv 3.1 with Visual Studio 2015?

Hi folks,

I want to learn this but I am having trouble configuring Visual Studio to work together with OpenCV.

I found this link:

http://docs.opencv.org/2.4/doc/tutori...

But it is for Visual Studio 2010 and I guess some options have changed.

In youtube I found tutorials for setting properly Visual Studio the problem is there is a step where they use this address:

C:/Installation folder/OpenCV/lib

But in my local installation I cannot find any lib folder inside OpenCv.

So, Does anybody know how to properly configure Microsoft Visual Studio 2015 with OpenCV 3.1?

I am using Windows 7.

Thanks!

2015-12-31 18:15:48 -0600 asked a question Is it possible to draw a 3d line inside a video?

I have a video with 5 walls and some flyes inside. I wonder if it is possible to define a coordinate system using the walls as reference and then draw 3d lines using formulas I would provide.

Can I do that with Open CV or do you recommend other tools?

Thanks for your time.

2012-11-13 10:54:17 -0600 received badge  Scholar (source)
2012-11-13 05:08:42 -0600 received badge  Student (source)
2012-11-12 17:39:59 -0600 asked a question Is it possible to extract a 3D Cad model from pictures like 123D?

Autodesk has software able to create a 3D Cad model using a bunch of pictures, the point is that you send them the pictures and their software gets the cad model, I would like to understand what kind of mathematical operations are "behind the scenes".

Is it possible to use Open Cv to extract a Cad model from pictures?

I assume it is difficult any guidelines about where to start books, tutorials... would be very interesting, anything useful to get 3d information from pictures is interesting for me.

I have a science background with a bachelor on physics but I don´t know too much about this specific topic, what I mean is that I think I would be able to understand a technical paper talking about linear operators, matrix, geometric transformations and so on.

Thank you for your attention!