![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Functions | |
| void | oclComputePhotoConsistencyArray1 (float sigma, int *surfel_index, float *surfel_score, int *N, int numSurfel) |
| void | oclComputePhotoConsistencyArray2 (float sigma, int *N, float *_score) |
| STEP 1. More... | |
| void | oclMakeGraph (int *N, float dx, float lambda, float *_nx, float *_ny, float *_nz, int numSurfel, int *index, float *nx, float *ny, float *nz) |
| void | oclLabeling (int *N, unsigned char *h_nodeLabel) |
| void oclComputePhotoConsistencyArray1 | ( | float | sigma, |
| int * | surfel_index, | ||
| float * | surfel_score, | ||
| int * | N, | ||
| int | numSurfel | ||
| ) |
| void oclComputePhotoConsistencyArray2 | ( | float | sigma, |
| int * | N, | ||
| float * | _score | ||
| ) |
STEP 1.
| void oclLabeling | ( | int * | N, |
| unsigned char * | h_nodeLabel | ||
| ) |
| void oclMakeGraph | ( | int * | N, |
| float | dx, | ||
| float | lambda, | ||
| float * | _nx, | ||
| float * | _ny, | ||
| float * | _nz, | ||
| int | numSurfel, | ||
| int * | index, | ||
| float * | nx, | ||
| float * | ny, | ||
| float * | nz | ||
| ) |