Skip to content

Instantly share code, notes, and snippets.

View malaterre's full-sized avatar
💭
I may be slow to respond.

Mathieu Malaterre malaterre

💭
I may be slow to respond.
View GitHub Profile
project( reslice )
cmake_minimum_required( VERSION 2.6 )
find_package( GDCM REQUIRED )
include( ${GDCM_USE_FILE} )
add_executable( reslice reslice.cxx )
target_link_libraries( reslice vtkgdcm ${VTK_LIBRARIES} )
#!/usr/bin/python
#
# Delete the label image from an Aperio SVS file.
#
# Copyright (c) 2012-2013 Carnegie Mellon University
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, version 2.1.