The Cv type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| AA |
CV_AA
| |
| AUTOSTEP |
CV_AUTOSTEP
| |
| CV_FOURCC_DEFAULT | ||
| CV_FOURCC_PROMPT | ||
| CV_MAX_DIM | ||
| FILLED |
CV_FILLED
| |
| FLOODFILL_FIXED_RANGE |
if set, the difference between the current pixel and seed pixel is considered, otherwise the difference between neighbor pixels is considered (the range is floating)
| |
| FLOODFILL_MASK_ONLY |
if set, the function does not fill the image (new_val is ignored), but fills the mask (that must be non-null in this case)
| |
| LOG2 |
CV_LOG2
| |
| PI |
CV_PI
| |
| WHOLE_SEQ |
CV_WHOLE_SEQ
| |
| WHOLE_SEQ_END_INDEX |
CV_WHOLE_SEQ_END_INDEX
|
See Also