]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
updated floodfill documentation (ticket #207)
authorvp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 31 Mar 2010 17:01:24 +0000 (17:01 +0000)
committervp153 <vp153@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 31 Mar 2010 17:01:24 +0000 (17:01 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2957 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/doc/cv_image_transform.tex

index 7a87cff75bc6ec18945f55e7c3a12d1c8f3ee68f..3e0da75a5b8c534531f00a802013e250d6b31417 100644 (file)
@@ -427,9 +427,10 @@ void cvFloodFill(\par CvArr* image,\par CvPoint seed\_point,\par CvScalar new\_v
 \cvarg{lo\_diff}{Maximal lower brightness/color difference between the currently observed pixel and one of its neighbors belonging to the component, or a seed pixel being added to the component. In the case of 8-bit color images it is a packed value}
 \cvarg{up\_diff}{Maximal upper brightness/color difference between the currently observed pixel and one of its neighbors belonging to the component, or a seed pixel being added to the component. In the case of 8-bit color images it is a packed value}
 \ifC % {
-\cvarg{comp}{Pointer to the structure that the function fills with the information about the repainted domain}
+\cvarg{comp}{Pointer to the structure that the function fills with the information about the repainted domain.
+Note that the function does not fill \texttt{comp->contour} field. The boundary of the filled component can be retrieved from the output mask image using \cvCPyCross{FindContours}}
 \else % }{
-\cvarg{comp}{Returned connected component for the repainted domain}
+\cvarg{comp}{Returned connected component for the repainted domain. Note that the function does not fill \texttt{comp->contour} field. The boundary of the filled component can be retrieved from the output mask image using \cvCPyCross{FindContours}}
 \fi % }
 \cvarg{flags}{The operation flags. Lower bits contain connectivity value, 4 (by default) or 8, used within the function. Connectivity determines which neighbors of a pixel are considered. Upper bits can be 0 or a combination of the following flags:
 \begin{description}