Skip to content

Commit

Permalink
updates to the reconstruct.cc file using VW
Browse files Browse the repository at this point in the history
  • Loading branch information
anefian committed Mar 23, 2010
1 parent 1ab20fb commit 0932d7a
Show file tree
Hide file tree
Showing 2 changed files with 804 additions and 341 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -193,6 +193,7 @@ AX_PKG(VW_CAMERA, [VW BOOST_IOSTREAMS], [-lvwCamera], [vw/Camera/C
AX_PKG(VW_STEREO, [VW_CAMERA VW], [-lvwStereo], [vw/Stereo/OptimizedCorrelator.h]) AX_PKG(VW_STEREO, [VW_CAMERA VW], [-lvwStereo], [vw/Stereo/OptimizedCorrelator.h])
AX_PKG(VW_CARTOGRAPHY, [VW_CAMERA VW], [-lvwCartography], [vw/Cartography/GeoReference.h]) AX_PKG(VW_CARTOGRAPHY, [VW_CAMERA VW], [-lvwCartography], [vw/Cartography/GeoReference.h])
AX_PKG(VW_INTEREST_POINT, [VW], [-lvwInterestPoint],[vw/InterestPoint/InterestData.h]) AX_PKG(VW_INTEREST_POINT, [VW], [-lvwInterestPoint],[vw/InterestPoint/InterestData.h])
AX_PKG(VW_PHOTOMETRY, [VW], [-lvwPhotometry])


AX_PKG_ONE_OF(GL, AX_PKG_ONE_OF(GL,
APPLE_GL, APPLE_GL,
Expand Down Expand Up @@ -311,7 +312,7 @@ AX_APP(RMAXADJUST, [src/asp/Tools], no, [SESSIONS])
AX_APP(BUNDLEVIS, [src/asp/Tools], no, [OPENSCENEGRAPH VW_CAMERA]) AX_APP(BUNDLEVIS, [src/asp/Tools], no, [OPENSCENEGRAPH VW_CAMERA])
AX_APP(ISISADJUST, [src/asp/Tools], yes, [ISISIO CORE]) AX_APP(ISISADJUST, [src/asp/Tools], yes, [ISISIO CORE])
AX_APP(RESULTS, [src/asp/Tools], yes, [ISISIO]) AX_APP(RESULTS, [src/asp/Tools], yes, [ISISIO])
AX_APP(RECONSTRUCT, [src/asp/Tools], no, [VW_CARTOGRAPHY VW]) AX_APP(RECONSTRUCT, [src/asp/Tools], no, [VW_PHOTOMETRY VW_CARTOGRAPHY VW])
AX_APP(ALIGNDEM, [src/asp/Tools], yes, [VW_CARTOGRAPHY VW_INTEREST_POINT]) AX_APP(ALIGNDEM, [src/asp/Tools], yes, [VW_CARTOGRAPHY VW_INTEREST_POINT])
AX_APP(GEODIFF, [src/asp/Tools], yes, [ISISIO VW BOOST]) AX_APP(GEODIFF, [src/asp/Tools], yes, [ISISIO VW BOOST])
AX_APP(DEMPROFILE, [src/asp/Tools], yes, [VW_CARTOGRAPHY VW]) AX_APP(DEMPROFILE, [src/asp/Tools], yes, [VW_CARTOGRAPHY VW])
Expand Down

0 comments on commit 0932d7a

Please sign in to comment.