14 lines
122 B
Text
14 lines
122 B
Text
|
#ifndef MYLIB_CUH
|
||
|
#define MYLIB_CUH
|
||
|
|
||
|
#include "mylib.h"
|
||
|
|
||
|
|
||
|
#include <cuda_runtime.h>
|
||
|
|
||
|
|
||
|
Mat seuillageGPU( Mat in);
|
||
|
|
||
|
|
||
|
#endif
|