Closed vswdigitall closed 5 years ago
Hi @vswdigitall
Could you please try using at least 3 levels for the pyramid?
pyramidInfo.init( 3, arm_compute::SCALE_PYRAMID_HALF, arm_compute::TensorShape( image.cols, image.rows ), arm_compute::Format::U8 );
Have tried 3 levels, but still zeros.
Hi @vswdigitall
Would you please confirm that the problem you describe is that you get the output keypoints but the fields strength, scale, orientation, status and error are empty?
Yes, it is. I have checked many times.
Hi @vswdigitall
The struct Keypoint used in optical flow is also used by other functions, in particular by the corner detectors harris corners and fast corners. Not all the members are used in some functions, optical flow would only output the new point coordinates and the status.
ACL's vision functions are based on the OpenVX spec, please take a look at the documentation of the keypoint struct for more details: https://www.khronos.org/registry/OpenVX/specs/1.0/html/d4/dae/group__group__basic__features.html#d6/db0/structvx__keypoint__t
Ok. Thanks. Closed.
Hi ACL,
ACL 19.02, built for CL, aarch64, FriendlyArm nanopi NEO4.
Why in optFlow new points descriptors always empty (only x,y, status computed ) such as error, orintation..?
How can i use estimated array?
Best regards, Viktor.