HOGDescriptorAsync extension

on

Methods

computeAsync(Mat img, {(int, int) winStride = (0, 0), (int, int) padding = (0, 0)}) Future<(VecF32, VecPoint)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

computeGradientAsync(InputArray img, InputOutputArray grad, InputOutputArray angleOfs, {(int, int) paddingTL = (0, 0), (int, int) paddingBR = (0, 0)}) Future<void>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

detect2Async(InputArray img, {double hitThreshold = 0, (int, int) winStride = (0, 0), (int, int) padding = (0, 0)}) Future<(VecPoint, VecF64, VecPoint)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

detectAsync(InputArray img, {double hitThreshold = 0, (int, int) winStride = (0, 0), (int, int) padding = (0, 0)}) Future<(VecPoint, VecPoint)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

detectMultiScaleAsync(InputArray image, {double hitThreshold = 0, int minNeighbors = 3, (int, int) winStride = (0, 0), (int, int) padding = (0, 0), double scale = 1.05, double groupThreshold = 2.0, bool useMeanshiftGrouping = false}) Future<VecRect>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

groupRectanglesAsync(VecRect rectList, VecF64 weights, int groupThreshold, double eps) Future<(VecRect, VecF64)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension