Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. void cvFloodFill(CvArr* image,
  2. CvPoint seed_point,
  3. CvScalar new_val,
  4. CvScalar lo_diff = cvScalarAll(0),
  5. CvScalar up_diff=cvScalarAll(0),
  6. CvConnectedComp* comp=NULL,
  7. int flags=4,
  8. CvArr* mask=NULL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement