NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkEdgeDetectionExampleLauncher.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 #ifndef niftkEdgeDetectionExampleLauncher_h
15 #define niftkEdgeDetectionExampleLauncher_h
16 
17 #include "niftkCUDAExports.h"
18 #include <mitkDataNode.h>
19 #include <mitkBaseRenderer.h>
20 #include <mitkDataStorage.h>
21 
22 namespace niftk
23 {
24 
29 void NIFTKCUDA_EXPORT EdgeDetectionExampleLauncher(mitk::DataStorage* dataStorage, mitk::DataNode* node,
30  const mitk::BaseRenderer* renderer);
31 
32 } // end namespace
33 
34 #endif
void EdgeDetectionExampleLauncher(mitk::DataStorage *dataStorage, mitk::DataNode *node, const mitk::BaseRenderer *renderer)
Runs edge detection on an MITK DataNode containing a niftk::CUDAImage.
Definition: niftkEdgeDetectionExampleLauncher.cxx:26
Definition: niftkExceptionObject.h:21