X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fclassarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml;h=b1714b88a1e92889713776b52244a8c19e60c65e;hb=HEAD;hp=bb01098374749a70060a3c6e938bb1d4948cb5fd;hpb=67c8c91522e5be8156b77f57e63c0253535c902a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml b/documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml index bb01098..b1714b8 100644 --- a/documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml +++ b/documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml @@ -40,7 +40,7 @@
Compute Library -  18.03 +  18.05
@@ -154,6 +154,9 @@ Public Member Functions virtual ~IFunction ()=default  Destructor. More...
  +virtual void prepare () + Prepare the function for executing. More...

Detailed Description

Basic function to detect multiple objects (or the same object at different scales) on the same input image using HOG.

@@ -360,7 +363,9 @@ Public Member Functions
  • All the kernels are enqueued on the queue associated with CLScheduler.
  • The queue is then flushed.
  • -
    Note
    The function will not block until the kernels are executed. It is the user's responsibility to wait.
    +
    Note
    The function will not block until the kernels are executed. It is the user's responsibility to wait.
    +
    +Will call prepare() on first run if hasn't been done

    Implements IFunction.

    @@ -375,7 +380,7 @@ Public Member Functions