From f787c7384143a2f7a863795316f230db752daf80 Mon Sep 17 00:00:00 2001 From: Shubham Dhumal <54709753+ShadyD45@users.noreply.github.com> Date: Thu, 10 Sep 2020 17:58:34 +0530 Subject: [PATCH] Typo fix: CV.rabCutClasses to CV.grabCutClasses --- doc/js_tutorials/js_imgproc/js_grabcut/js_grabcut.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/js_tutorials/js_imgproc/js_grabcut/js_grabcut.markdown b/doc/js_tutorials/js_imgproc/js_grabcut/js_grabcut.markdown index ef71d07aa5..8576e1f947 100644 --- a/doc/js_tutorials/js_imgproc/js_grabcut/js_grabcut.markdown +++ b/doc/js_tutorials/js_imgproc/js_grabcut/js_grabcut.markdown @@ -59,7 +59,7 @@ Demo We use the function: **cv.grabCut (image, mask, rect, bgdModel, fgdModel, iterCount, mode = cv.GC_EVAL)** @param image input 8-bit 3-channel image. -@param mask input/output 8-bit single-channel mask. The mask is initialized by the function when mode is set to GC_INIT_WITH_RECT. Its elements may have one of the cv.rabCutClasses. +@param mask input/output 8-bit single-channel mask. The mask is initialized by the function when mode is set to GC_INIT_WITH_RECT. Its elements may have one of the cv.grabCutClasses. @param rect ROI containing a segmented object. The pixels outside of the ROI are marked as "obvious background". The parameter is only used when mode==GC_INIT_WITH_RECT. @param bgdModel temporary array for the background model. Do not modify it while you are processing the same image. @param fgdModel temporary arrays for the foreground model. Do not modify it while you are processing the same image. @@ -73,4 +73,4 @@ Try it -\endhtmlonly \ No newline at end of file +\endhtmlonly