<builderid="org.eclipse.cdt.build.core.settings.default.builder.2134183011"keepEnvironmentInBuildfile="false"managedBuildOn="false"name="Gnu Make Builder"superClass="org.eclipse.cdt.build.core.settings.default.builder"/>
<toolid="org.eclipse.cdt.build.core.settings.holder.libs.925082194"name="holder for library settings"superClass="org.eclipse.cdt.build.core.settings.holder.libs"/>
<builderid="cdt.managedbuild.target.gnu.builder.base.1108130661"managedBuildOn="false"name="Gnu Make Builder.Default"superClass="cdt.managedbuild.target.gnu.builder.base"/>
Copyright (C) 2011-2012, Lilian Zhang, all rights reserved.
Copyright (C) 2013, Manuele Tamburrano, Stefano Fabri, all rights reserved.
Copyright (C) 2014, Biagio Montesano, all rights reserved.
Third party copyrights are property of their respective owners.
Redistribution and use in source and binary forms, with or without modification,
...
...
@@ -37,8 +38,8 @@ or tort (including negligence or otherwise) arising in any way out of
the use of this software, even if advised of the possibility of such damage.
*/
#ifndef LINESTRUCTURE_HH_
#define LINESTRUCTURE_HH_
#ifndef __OPENCV_LINE_STRUCTURE_HH_
#define __OPENCV_LINE_STRUCTURE_HH_
#include <vector>
...
...
@@ -114,6 +115,8 @@ struct OctaveSingleLine
// Specifies a vector of lines.
typedefstd::vector<OctaveSingleLine>LinesVec;
typedefstd::vector<LinesVec>ScaleLines;//each element in ScaleLines is a vector of lines which corresponds the same line detected in different octave images.
// each element in ScaleLines is a vector of lines
// which corresponds the same line detected in different octave images.