Home
last modified time | relevance | path

Searched refs:IKeyPointArray (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEOpticalFlow.h87 …mid *old_pyramid, const Pyramid *new_pyramid, const IKeyPointArray *old_points, const IKeyPointArr…
88IKeyPointArray *new_points, Termination termination, float epsilon, unsigned int num_iterations, s…
100 IKeyPointArray *_new_points;
101 const IKeyPointArray *_new_points_estimates;
102 const IKeyPointArray *_old_points;
/external/ComputeLibrary/src/core/NEON/kernels/
DNELKTrackerKernel.h85 …const IKeyPointArray *old_points, const IKeyPointArray *new_points_estimates, IKeyPointArray *new_…
125 IKeyPointArray *_new_points;
126 const IKeyPointArray *_new_points_estimates;
127 const IKeyPointArray *_old_points;
DNEFillArrayKernel.h65 void configure(const IImage *input, uint8_t threshold, IKeyPointArray *output);
73 IKeyPointArray *_output;
DNEFillArrayKernel.cpp40 void NEFillArrayKernel::configure(const IImage *input, uint8_t threshold, IKeyPointArray *output) in configure()
DNELKTrackerKernel.cpp338 …const IKeyPointArray *old_points, const IKeyPointArray *new_points_estimates, IKeyPointArray *new_… in configure()
/external/ComputeLibrary/arm_compute/core/CPP/kernels/
DCPPSortEuclideanDistanceKernel.h60 …void configure(InternalKeypoint *in_out, IKeyPointArray *output, const int32_t *num_corner_candida…
70 IKeyPointArray *_output; /**< Destination array of IKeyPointArray */
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEOpticalFlow.cpp58 …mid *old_pyramid, const Pyramid *new_pyramid, const IKeyPointArray *old_points, const IKeyPointArr… in configure()
59IKeyPointArray *new_points, Termination termination, float epsilon, unsigned int num_iterations, s… in configure()
/external/ComputeLibrary/src/core/
DTracePoint.cpp132 TRACE_TO_STRING(IKeyPointArray)
243 CONST_PTR_CLASS(IKeyPointArray)
/external/ComputeLibrary/arm_compute/core/
DIArray.h139 using IKeyPointArray = IArray<KeyPoint>; variable
/external/ComputeLibrary/src/core/CPP/kernels/
DCPPSortEuclideanDistanceKernel.cpp52 void CPPSortEuclideanDistanceKernel::configure(InternalKeypoint *in_out, IKeyPointArray *output, co… in configure()