NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkUndistortionLauncher.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 niftkUndistortionLauncher_h
15 #define niftkUndistortionLauncher_h
16 
17 #include "niftkCUDAExports.h"
18 
19 namespace niftk
20 {
21 
32 void NIFTKCUDA_EXPORT UndistortionLauncher(char *hostInputImageData,
33  int width,
34  int height,
35  int widthStep,
36  float *intrinsics,
37  float *distortion,
38  char *hostOutputImageData);
39 
40 } // end namespace
41 
42 #endif
void UndistortionLauncher(char *inputImageData, int width, int height, int widthStep, float *intrinsics, float *distortion, char *outputImageData)
Runs the CUDA based image undistortion.
Definition: niftkUndistortionLauncher.cxx:25
GLint GLint GLint GLint GLint GLint GLsizei GLsizei height
Definition: glew.h:1236
GLint GLint GLint GLint GLint GLint GLsizei width
Definition: glew.h:1236
Definition: niftkExceptionObject.h:21