Open asdor opened 4 years ago
@asdor, thanks for filing this bug. We are fixing this in our internal repo. The fixed branch will be synced to GitHub.
@asdor , can you confirm that the fix reference here fixes your issue? https://github.com/KhronosGroup/OpenVX-cts/commit/b4f725f6f574a91c4db07c5b82d18aa4fd280e92
But in test BIlateralFilter.NodeCreation all sizes of dimensions vary from 1 to 20. But the size of the first dimension must be 1 or 2.
The same problem is in BilateralFilter data tests, where in 3d case the first dimension is set to 3.
VX_BORDER_CONSTANT
, in code if x or y coordinate is negative, then a constant value is selected.But this works only for top and left border. On the bottom and right border, it looks like it works in
replicate
mode.