M2_SETI/A4/TP_GPU-master/TP1_image/CUDA/seuillage.h

28 lines
373 B
C
Raw Normal View History

2022-12-09 09:03:22 +01:00
//#define SEUILLAGE_H
//#ifndef SEUILLAGE_H
// includes, system
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#define SIZE_I 960
#define SIZE_J 1280
#define BLOCK_SIZE 16
// Prototype
void runTest( int argc, char** argv);
extern "C" void seuillage_C( float reference[][SIZE_J][SIZE_I] , float idata[][SIZE_J][SIZE_I] );
//#endif