#include <omp.h>
#include <vector>
#include <cuda.h>
#include <cuda_runtime.h>
#include "interface.h"
Go to the source code of this file.
|
| void | findMotionOnDevice (int *aImage, int *bImage, int *result, int threshold) |
| | Wrapper for findMotionKernel.
|
| |
| void | findClustersOnDevice (int *array, int *result) |
| | Wrapper for findClustersKernel.
|
| |
| #define MAX_GPU_DEVICES 4 |
| void findClustersOnDevice |
( |
int * |
image, |
|
|
int * |
result |
|
) |
| |
Wrapper for findClustersKernel.
- Parameters
-
| void findMotionOnDevice |
( |
int * |
image1, |
|
|
int * |
image2, |
|
|
int * |
result, |
|
|
int |
threshold |
|
) |
| |
Wrapper for findMotionKernel.
- Parameters
-
| [in] | image1 | |
| [in] | image2 | |
| [in] | threshold | |
| [out] | result | |