代码拉取完成,页面将自动刷新
#
# To use elastix-code in your own program, add the following
# cmake code to your CMakeLists file:
#
# set( Elastix_DIR "path/to/elastix/binary/directory" )
# find_package( Elastix REQUIRED )
# include( ${ELASTIX_USE_FILE} )
#
# Add include dirs
include_directories( ${ELASTIX_INCLUDE_DIRS} )
# Add library dirs
link_directories( ${ELASTIX_LIBRARY_DIRS} )
# If Elastix_FOUND is set, this file is included via find_package() which provides
# ELASTIX_CONFIG_TARGETS_FILE and elxLIBRARY_DEPENDS_FILE. Guarding the following
# include statements allow users to include this file directly for backwards
# compatibility.
if( Elastix_FOUND )
# This file was found by find_package
include( ${ELASTIX_CONFIG_TARGETS_FILE} )
else()
# Include linking dependency info for backwards compatibility
include( ${elxLIBRARY_DEPENDS_FILE} )
endif()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。