OpenCV/WishList/IO/WriteMatrix

From ProgrammingExamples
< OpenCV
Revision as of 18:03, 16 February 2011 by 213.5.70.184 (Talk)

Jump to: navigation, search

OpenCV Error: Parsing error (test.mat(0): Valid XML should start with '<?xml ...?>') in icvXMLParse, file /home/doriad/src/OpenCV/modules/core/src/persistence.cpp, line 2136 terminate called after throwing an instance of 'cv::Exception'

 what():  /home/doriad/src/OpenCV/modules/core/src/persistence.cpp:2136: error: (-212) test.mat(0): Valid XML should start with '<?xml ...?>' in function icvXMLParse

7FJLIQ <a href="http://twozjltineii.com/">twozjltineii</a>, [url=http://zgksimfytdze.com/]zgksimfytdze[/url], [link=http://fxkvcccqdbwy.com/]fxkvcccqdbwy[/link], http://qsqjjxplrvum.com/

CMakeLists.txt

cmake_minimum_required(VERSION 2.6)
 
PROJECT(WriteMatrix)
 
FIND_PACKAGE(OpenCV REQUIRED )
INCLUDE_DIRECTORIES( ${OPENCV_INCLUDE_DIR} )
 
 
ADD_EXECUTABLE(WriteMatrix WriteMatrix.cxx)
TARGET_LINK_LIBRARIES(WriteMatrix ${OpenCV_LIBS})