Skip to content

Commit

Permalink
Removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottMcMichael committed Sep 1, 2016
1 parent 50693eb commit 4349424
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,190 deletions.
2 changes: 1 addition & 1 deletion docs/book/correlation.tex
Expand Up @@ -398,7 +398,7 @@ \subsection{Semi-Global Matching}
trial and error may be required.
\item Manually specify the number of threads being used so that you have more control
over the amount of memory that will be required (see point above).
\item Consider disabling the left-right consistency check by setting the \texttt{lrthresh}
\item Consider disabling the left-right consistency check by setting the \texttt{xcorr-threshold}
parameter to a negative value. Disabling this check nearly halves the run time of the SGM
algorithm so consider if the filtering it provides is worth the increased run time.
\end{itemize}
Expand Down
2 changes: 1 addition & 1 deletion src/asp/Tools/Makefile.am
Expand Up @@ -31,7 +31,7 @@ if MAKE_APP_STEREO
bin_PROGRAMS += stereo_corr stereo_fltr stereo_pprc stereo_rfne
libexec_PROGRAMS += stereo_parse
stereo_corr_LDADD = $(APP_STEREO_LIBS)
stereo_corr_SOURCES = stereo_corr.cc stereo.cc NewCorrelation.h NewCorrelation.tcc
stereo_corr_SOURCES = stereo_corr.cc stereo.cc
stereo_fltr_LDADD = $(APP_STEREO_LIBS)
stereo_fltr_SOURCES = stereo_fltr.cc stereo.cc
stereo_parse_LDADD = $(APP_STEREO_LIBS)
Expand Down
221 changes: 0 additions & 221 deletions src/asp/Tools/NewCorrelation.h

This file was deleted.

0 comments on commit 4349424

Please sign in to comment.