|
@@ -7,7 +7,7 @@
|
|
|
\subsection*{Public Member Functions}
|
|
|
\begin{DoxyCompactItemize}
|
|
|
\item
|
|
|
-\hyperlink{classalgo_1_1NStage_a65baad453fa371f18be02fd19e695ea1}{N\+Stage} (std\+::vector$<$ size\+\_\+t $>$ max\+\_\+frame\+\_\+skip, std\+::vector$<$ double $>$ penalty\+\_\+value, std\+::vector$<$ size\+\_\+t $>$ max\+\_\+tracklet\+\_\+count, double edge\+\_\+weight\+\_\+threshold, std\+::unordered\+\_\+map$<$ std\+::string, double $>$ constraints)
|
|
|
+\hyperlink{classalgo_1_1NStage_a3fd89ae32d8723b4fcd650be280a9c7c}{N\+Stage} (std\+::vector$<$ size\+\_\+t $>$ max\+\_\+frame\+\_\+skip, std\+::vector$<$ double $>$ penalty\+\_\+value, std\+::vector$<$ size\+\_\+t $>$ max\+\_\+tracklet\+\_\+count, double edge\+\_\+weight\+\_\+threshold, std\+::vector$<$ std\+::unordered\+\_\+map$<$ std\+::string, double $>$$>$ constraints)
|
|
|
\item
|
|
|
void \hyperlink{classalgo_1_1NStage_a8c25c9c9796db048bb4b55d7a603b00b}{Run} (\hyperlink{classcore_1_1DetectionSequence}{core\+::\+Detection\+Sequence} \&sequence, std\+::vector$<$ core\+::\+Tracklet\+Ptr $>$ \&tracks)
|
|
|
\end{DoxyCompactItemize}
|
|
@@ -19,15 +19,15 @@ Implementation of the two-\/staged graph-\/based multi-\/object tracker. Extende
|
|
|
\subsection{Constructor \& Destructor Documentation}
|
|
|
\index{algo\+::\+N\+Stage@{algo\+::\+N\+Stage}!N\+Stage@{N\+Stage}}
|
|
|
\index{N\+Stage@{N\+Stage}!algo\+::\+N\+Stage@{algo\+::\+N\+Stage}}
|
|
|
-\subsubsection[{\texorpdfstring{N\+Stage(std\+::vector$<$ size\+\_\+t $>$ max\+\_\+frame\+\_\+skip, std\+::vector$<$ double $>$ penalty\+\_\+value, std\+::vector$<$ size\+\_\+t $>$ max\+\_\+tracklet\+\_\+count, double edge\+\_\+weight\+\_\+threshold, std\+::unordered\+\_\+map$<$ std\+::string, double $>$ constraints)}{NStage(std::vector< size\_t > max\_frame\_skip, std::vector< double > penalty\_value, std::vector< size\_t > max\_tracklet\_count, double edge\_weight\_threshold, std::unordered\_map< std::string, double > constraints)}}]{\setlength{\rightskip}{0pt plus 5cm}algo\+::\+N\+Stage\+::\+N\+Stage (
|
|
|
+\subsubsection[{\texorpdfstring{N\+Stage(std\+::vector$<$ size\+\_\+t $>$ max\+\_\+frame\+\_\+skip, std\+::vector$<$ double $>$ penalty\+\_\+value, std\+::vector$<$ size\+\_\+t $>$ max\+\_\+tracklet\+\_\+count, double edge\+\_\+weight\+\_\+threshold, std\+::vector$<$ std\+::unordered\+\_\+map$<$ std\+::string, double $>$$>$ constraints)}{NStage(std::vector< size\_t > max\_frame\_skip, std::vector< double > penalty\_value, std::vector< size\_t > max\_tracklet\_count, double edge\_weight\_threshold, std::vector< std::unordered\_map< std::string, double >> constraints)}}]{\setlength{\rightskip}{0pt plus 5cm}algo\+::\+N\+Stage\+::\+N\+Stage (
|
|
|
\begin{DoxyParamCaption}
|
|
|
\item[{std\+::vector$<$ size\+\_\+t $>$}]{max\+\_\+frame\+\_\+skip, }
|
|
|
\item[{std\+::vector$<$ double $>$}]{penalty\+\_\+value, }
|
|
|
\item[{std\+::vector$<$ size\+\_\+t $>$}]{max\+\_\+tracklet\+\_\+count, }
|
|
|
\item[{double}]{edge\+\_\+weight\+\_\+threshold, }
|
|
|
-\item[{std\+::unordered\+\_\+map$<$ std\+::string, double $>$}]{constraints}
|
|
|
+\item[{std\+::vector$<$ std\+::unordered\+\_\+map$<$ std\+::string, double $>$$>$}]{constraints}
|
|
|
\end{DoxyParamCaption}
|
|
|
-)}\hypertarget{classalgo_1_1NStage_a65baad453fa371f18be02fd19e695ea1}{}\label{classalgo_1_1NStage_a65baad453fa371f18be02fd19e695ea1}
|
|
|
+)}\hypertarget{classalgo_1_1NStage_a3fd89ae32d8723b4fcd650be280a9c7c}{}\label{classalgo_1_1NStage_a3fd89ae32d8723b4fcd650be280a9c7c}
|
|
|
Initializes the algorithm wih the given values. The number of stages is determined by the size of the given vectors.
|
|
|
|
|
|
|