Skip to content

Commit

Permalink
[software] new ImageProcessing software
Browse files Browse the repository at this point in the history
* replace cameraDownscale
* add exposure compensation, constrast, median filter, sharpen
  • Loading branch information
fabiencastan committed Feb 8, 2020
1 parent e625d22 commit 972d2c9
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 169 deletions.
12 changes: 0 additions & 12 deletions src/software/pipeline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,6 @@ if(ALICEVISION_BUILD_SFM)
aliceVision_sfmDataIO
${Boost_LIBRARIES}
)
alicevision_add_software(aliceVision_cameraDownscale
SOURCE main_cameraDownscale.cpp
FOLDER ${FOLDER_SOFTWARE_PIPELINE}
LINKS aliceVision_system
aliceVision_image
aliceVision_feature
aliceVision_sfm
aliceVision_sfmData
aliceVision_sfmDataIO
${Boost_LIBRARIES}
)

# Compute structure from known camera poses
alicevision_add_software(aliceVision_computeStructureFromKnownPoses
SOURCE main_computeStructureFromKnownPoses.cpp
Expand Down
157 changes: 0 additions & 157 deletions src/software/pipeline/main_cameraDownscale.cpp

This file was deleted.

12 changes: 12 additions & 0 deletions src/software/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ if(ALICEVISION_HAVE_UNCERTAINTYTE)
# message(warning "CUDA_cusparse_LIBRARY: ${CUDA_cusparse_LIBRARY}")
endif()

alicevision_add_software(aliceVision_utils_imageProcessing
SOURCE main_imageProcessing.cpp
FOLDER ${FOLDER_SOFTWARE_UTILS}
LINKS aliceVision_system
aliceVision_image
aliceVision_feature
aliceVision_sfm
aliceVision_sfmData
aliceVision_sfmDataIO
${Boost_LIBRARIES}
)

# Voctree creation
alicevision_add_software(aliceVision_utils_voctreeCreation
SOURCE main_voctreeCreation.cpp
Expand Down
Loading

0 comments on commit 972d2c9

Please sign in to comment.