Ask Your Question

SandB's profile - activity

2017-12-05 02:10:01 -0600 received badge  Notable Question (source)
2017-12-05 02:10:01 -0600 received badge  Popular Question (source)
2016-02-07 23:52:21 -0600 asked a question the system cannot find the path specified in visual studio 2015

Hello Everyone, I'm going through this problem in vs2015 with opencv3.1.0. when I'm trying to run the program. I'm getting error "System cannot find the file specified .exe". Based On suggestion i tried the F11 & F10 and the following errors pop up please have a look on attachments and give some suggestions. Thank you image description

2016-02-07 23:25:49 -0600 commented question Unable to start program "The system cannot find the file specified"

Can you have any idea how to get rid of these?

2016-02-07 23:25:09 -0600 commented question Unable to start program "The system cannot find the file specified"

Hi LBerger, Thanks For Reply. I tried what u said and the result when i useF11

Name Value (Red Colored) Type imgBlurred {flags=???dims=???rows=???...} cv::Mat imgCanny {flags=???dims=???rows=???...} cv::Mat imgGrayscale {flags=???dims=???rows=???...} cv::Mat imgOriginal {flags=???dims=???rows=???...} cv::Mat

When i open the imgBlurred: the following errors it showing on each above list mentioned: {(Flags,dims,rows,cols,data,datastart,dataend,datalimt,allocator,u)- unable to read memory}etc

2016-02-07 06:38:01 -0600 asked a question Unable to start program "The system cannot find the file specified"

hi everyone I'm rounding through following errors in vs2105 opencv 3.1.0.

I'm getting two type of errors. when i debug the following error are coming :

  1. Unable to start program "CannyStill3.exe" the system cannot find the file specified.image description

when i build solutions it showing build successful and when i debug showing so many errors. Please go through the files attached image description.

Any suggestions. Thanks for your time

2016-02-07 06:23:22 -0600 commented question VS 2015 Error LNK1104 cannot open file "opencv_world310d.obj"

Hi berak. I tried what you said now i got a new error "Unable to start program(.exe) the system cannot find the file specified. If i build solution and its showing succeeded but giving bunch of errors when debug which are following: CannyStill3.exe' (Win32): Loaded 'C:\Users\robotic03\Documents\Visual Studio 2015\Projects\CannyStill3\x64\Debug\CannyStill3.exe'. Symbols loaded. 'CannyStill3.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file and more errors similar * VIDEOINPUT LIBRARY - 0.1995 - TFW07 **

The program '[6320] CannyStill3.exe' has exited with code 0 (0x0).

Please Suggest any idea to get out of this

2016-02-07 00:43:22 -0600 asked a question VS 2015 Error LNK1104 cannot open file "opencv_world310d.obj"

Hi, I'm new to vs2015 and opencv. I'm trying to run a simple program but I'm getting the following error 'opencv_world310d.obj'. Any Suggestions to help get me out of it. My project(With project name) properties are:

VC++ Directories: Include Directories : C:\opencv-3.1.0\opencv\build\include : Library Directories : C:\opencv-3.1.0\opencv\build\x64\vc14\lib Linker:Input : opencv_world310d

I hope someone can suggest the right answer. Thanks in advance

2016-02-06 01:00:50 -0600 asked a question cannot open file 'opencv_world310d.obj???

Chris.jpg

Hello Everyone. I'm new to visual studio. I'm using VS2015 with latest opencv. When I'm trying to debug but it giving following error. The error file is attached please have a look and give some suggestions. Thank you