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   |
|
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
|
|
|
Goto Forum:
Current Time: Mon May 12 13:18:15 CEST 2025
Total time taken to generate the page: 0.03148 seconds
|