Skip to content

Commit

Permalink
Move PinholeModelCalibrate to the graveyard.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottMcMichael committed Sep 24, 2018
1 parent f25cc2a commit ce36c58
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ execute_process(

# Set the install path if not specified by the user.
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
#BINARY BUILDER IGNORE
set (CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/build/install" CACHE PATH "default install path" FORCE )
endif()
message("Cmake install directory set to: ${CMAKE_INSTALL_PREFIX}")

Expand Down
3 changes: 1 addition & 2 deletions src/vw/Camera/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ lapack_headers = \
CameraSolve.h \
Extrinsics.h \
LensDistortion.h \
LinescanModel.h \
PinholeModelCalibrate.h
LinescanModel.h

lapack_sources = \
CameraGeometry.cc \
Expand Down
3 changes: 1 addition & 2 deletions src/vw/Camera/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ TestCameraGeometry_SOURCES = TestCameraGeometry.cxx
TestExifData_SOURCES = TestExifData.cxx
TestExtrinsics_SOURCES = TestExtrinsics.cxx
TestPinholeModel_SOURCES = TestPinholeModel.cxx
TestPinholeModelCalibrate_SOURCES = TestPinholeModelCalibrate.cxx
TestAdjustedCamera_SOURCES = TestAdjustedCamera.cxx
TestLinescanModel_SOURCES = TestLinescanModel.cxx

Expand All @@ -39,7 +38,7 @@ TestLinescanModel_SOURCES = TestLinescanModel.cxx
TESTS = TestCAHVModel TestCAHVORModel TestCAHVOREModel \
TestCameraGeometry TestExifData TestExtrinsics \
TestLinescanModel TestPinholeModel \
TestPinholeModelCalibrate TestAdjustedCamera
TestAdjustedCamera

#include $(top_srcdir)/config/instantiate.am

Expand Down

0 comments on commit ce36c58

Please sign in to comment.