Home | History | Annotate | Download | only in include

Lines Matching refs:CV_NODE_FLOW

1673 #define CV_NODE_FLOW        8 /* Used only for writing structures in YAML format. */
1684 #define CV_NODE_IS_FLOW(flags) (((flags) & CV_NODE_FLOW) != 0)