Hi Processors Team:
In vxCreatePyramid , failure status will return when scale is not equal to VX_SCALE_PYRAMID_HALF or VX_SCALE_PYRAMID_ORB.
Q1 Could other value of scale beside of HALF and ORB be set by commenting scale judgement part in vxCreatePyramid ?
In my case, a 13 levels pyramid is needed.
level 1 is origin , scale of level 2 to level 9 is root 4 of 2, scale of level 10 to level 13 is root 6 of 2.
Q2 What's your suggestion to implement the pyramid above by VPAC_MSC module?
Thanks!