ihhub / penguinV

Computer vision library with focus on heterogeneous systems
Other
119 stars 90 forks source link

Add unit tests for ProjectionProfile functions implemented in CUDA #579

Closed ihhub closed 4 years ago

ihhub commented 4 years ago

We have an implemented of ProjectionProfile for CUDA which locates in src/cuda/image_function_cuda.cuh and src/cuda/image_function_cuda.cu files. We have unit tests for CUDA functions which locate in penguinV/test/unit_tests/cuda/unit_test_image_function_cuda.cpp file. We need to add unit tests for mentioned above function.

ihhub commented 4 years ago

Hi @josephnicholas you could work on this task which is directly related to your previous PR. Unit tests are needed to prove that code is correct.

josephnicholas commented 4 years ago

@ihhub thanks for the opportunity I will work on this.