![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
#include "Constant.h"Functions | |
| __kernel void | winnerTakesAll_char (__global float *datacost, __global uchar *dispFinal, int width, int height, int dispRange, int dispScale) |
| __kernel void | winnerTakesAll_float (__global float *datacost, __global float *dispFinal, int width, int height, int dispRange, int dispScale) |
| __kernel void winnerTakesAll_char | ( | __global float * | datacost, |
| __global uchar * | dispFinal, | ||
| int | width, | ||
| int | height, | ||
| int | dispRange, | ||
| int | dispScale | ||
| ) |
Find the minimum cost for each pixel using winner takes all algorithm
using char
| datacost | The 3D datacost |
| dispFinal | The disparity result |
| width | The image width |
| height | The image height |
| dispRange | The stereo disparity search range |
| dispScale | The scaling factor so disparity is within 0-256 pixel value |
| __kernel void winnerTakesAll_float | ( | __global float * | datacost, |
| __global float * | dispFinal, | ||
| int | width, | ||
| int | height, | ||
| int | dispRange, | ||
| int | dispScale | ||
| ) |
Find the minimum cost for each pixel using winner takes all algorithm
using float
| datacost | The 3D datacost |
| dispFinal | The disparity result |
| width | The image width |
| height | The image height |
| dispRange | The stereo disparity search range |
| dispScale | The scaling factor so disparity is within 0-256 pixel value |