Skip to content

Commit

Permalink
Rename LocalDisparity --> LocalHomography
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Apr 4, 2013
1 parent e584ea6 commit 16a72d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/asp/Core/Makefile.am
Expand Up @@ -34,11 +34,11 @@ include_HEADERS = BlobIndexThreaded.h StereoSettings.h SparseView.h \
SoftwareRenderer.h ErodeView.h $(ba_headers) Macros.h \ SoftwareRenderer.h ErodeView.h $(ba_headers) Macros.h \
Common.h ThreadedEdgeMask.h GaussianClustering.h \ Common.h ThreadedEdgeMask.h GaussianClustering.h \
IntegralAutoGainDetector.h InterestPointMatching.h \ IntegralAutoGainDetector.h InterestPointMatching.h \
DemDisparity.h LocalDisparity.h DemDisparity.h LocalHomography.h


libaspCore_la_SOURCES = BlobIndexThreaded.cc Common.cc MedianFilter.cc \ libaspCore_la_SOURCES = BlobIndexThreaded.cc Common.cc MedianFilter.cc \
SoftwareRenderer.cc StereoSettings.cc $(ba_sources) \ SoftwareRenderer.cc StereoSettings.cc $(ba_sources) \
InterestPointMatching.cc DemDisparity.cc LocalDisparity.cc InterestPointMatching.cc DemDisparity.cc LocalHomography.cc


libaspCore_la_LIBADD = @MODULE_CORE_LIBS@ libaspCore_la_LIBADD = @MODULE_CORE_LIBS@


Expand Down

0 comments on commit 16a72d3

Please sign in to comment.