Ask Your Question

karuna's profile - activity

2015-07-02 02:22:18 -0600 received badge  Popular Question (source)
2013-03-16 09:57:19 -0600 commented answer How to create Gui Application using opencv in vc++

hai

now my project compiled and debuged, and .exe created but it is displaying error

'ImageModify.exe': Loaded 'D:\ImageModify\Debug\ImageModify.exe', Symbols loaded. 'ImageModify.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file 'ImageModify.exe': Loaded 'C:\Windows\System32\mscoree.dll', Cannot find or open the PDB file 'ImageModify.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file 'ImageModify.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file 'ImageModify.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded. 'ImageModify.exe': Loaded 'C:\Windows\System32\opencv_core244d.dll', Cannot find or open the PDB file 'ImageModify.exe': Loaded 'C:\Windows\System32\msvcp100d.dll', Sym

2013-03-16 04:54:50 -0600 commented answer How to create Gui Application using opencv in vc++

hai i changed the property settings and i debug the program and i am getting the bellow errors

1>------ Build started: Project: ImageModify, Configuration: Debug Win32 ------ 1> ImageModify.cpp 1>d:\karuna projects\imagemodify\Form1.h(267): error C2064: term does not evaluate to a function taking 0 arguments 1>d:\karuna projects\imagemodify\Form1.h(268): error C2143: syntax error : missing ';' before 'cv::Mat' 1>d:\karuna projects\imagemodify\Form1.h(268): error C2146: syntax error : missing ';' before identifier 'outputImg' 1>d:\karuna projects\imagemodify\Form1.h(268): error C2275: 'cv::Mat' : illegal use of this type as an expression 1>d:\karuna projects\imagemodify\Form1.h(268): error C2065: 'outputImg' : undeclared identifier 1>d:\karuna projects\imagemodify\Form1.h(269): error C20

2013-03-15 05:55:23 -0600 commented answer How to create Gui Application using opencv in vc++

hai i done as u said i got the errors >C:\opencv244\opencv\build\include\opencv2/core/types_c.h(305): error C3862: 'cvRound': cannot compile an unmanaged function with /clr:pure or /clr:safe 1> Inline native assembly not supported in managed code 1>C:\opencv244\opencv\build\include\opencv2/core/types_c.h(305): error C3645: 'cvRound' : __clrcall cannot be used on functions compiled to native code

2013-03-14 07:14:32 -0600 asked a question How to create Gui Application using opencv in vc++

hi frnds, i am creating one gui application, using opencv2.4.4 built in functions in VC++ 2010 Express, already i created gui form, and loading images to picture box. i am getting the problem to convert rgb to grey mode, plz help me to resolve the problem thanks karuna