CascadeClassifierAsync extension
Methods
-
detectMultiScale2Async(InputArray image, {double scaleFactor = 1.1, int minNeighbors = 3, int flags = 0, (int, int) minSize = (0, 0), (int, int) maxSize = (0, 0)})
→ Future<(VecRect, VecI32)>
-
-
detectMultiScale3Async(InputArray image, {double scaleFactor = 1.1, int minNeighbors = 3, int flags = 0, (int, int) minSize = (0, 0), (int, int) maxSize = (0, 0), bool outputRejectLevels = false})
→ Future<(VecRect, VecI32, VecF64)>
-
-
detectMultiScaleAsync(InputArray image, {double scaleFactor = 1.1, int minNeighbors = 3, int flags = 0, (int, int) minSize = (0, 0), (int, int) maxSize = (0, 0)})
→ Future<VecRect>
-
-
emptyAsync()
→ Future<bool>
-
-
getFeatureTypeAsync()
→ Future<int>
-
-
getOriginalWindowSizeAsync()
→ Future<(int, int)>
-
-
isOldFormatCascadeAsync()
→ Future<bool>
-
-
loadAsync(String name)
→ Future<bool>
-