Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » String to std::string conversion
Re: String to std::string conversion [message #32853 is a reply to message #32852] Wed, 15 June 2011 07:37 Go to previous messageGo to previous message
GaroRobe is currently offline  GaroRobe
Messages: 30
Registered: May 2011
Location: Khabarovsk, Russia
Member

Well, It compiles. But another problem arises.
My following lines are
tempFrame = imread( tempPath );
		if( findChessboardCorners( tempFrame, checkboardSize, foundCorners ))   <<=== Crashes here
		{
			frames.push_back( tempFrame );
			imagePoints.push_back( foundCorners );
		}

According to debugger, tempFrame is empty after imread() which is not what I expect.
BTW, that's why I am forced using STL types - most of parameters in OpenCV are std::something.

P.S.: Sorry, I know it's not about stl anymore - feels like I stumble at such topic shifts every time, but...

[Updated on: Wed, 15 June 2011 07:47]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: MSVC 10 to Upp conversion
Next Topic: HttpClient and language choice (HTTP_ACCEPT_LANGUAGE)
Goto Forum:
  


Current Time: Mon May 20 17:30:24 CEST 2024

Total time taken to generate the page: 0.01126 seconds