I would like to implement a sequential and splittable algorithm in C++. I have the code ready, I just want to make sure that I am able to compile it correctly for the BEAT website.
Inputs:
image - system/array_2d_uint8/1
histogram - system/array_1d_uint32/1
Parameters:
scale - uint32
bits - uint32
useBestGuess - bool
Here is a screenshot of the algorithm page on the BEAT website: