Lines Matching refs:CV_Assert
73 CV_Assert(!image.empty()); in connectivityMask()
76 CV_Assert(ch <= 4); in connectivityMask()
95 CV_Assert(f); in connectivityMask()
107 CV_Assert(!mask.empty() && mask.type() == CV_8U); in labelComponents()
148 CV_Assert(terminals.type() == CV_32S); in graphcut()
150 CV_Assert(terminals.type() == CV_32S || terminals.type() == CV_32F); in graphcut()
155 CV_Assert(leftTransp.size() == Size(src_size.height, src_size.width)); in graphcut()
156 CV_Assert(leftTransp.type() == terminals.type()); in graphcut()
158 CV_Assert(rightTransp.size() == Size(src_size.height, src_size.width)); in graphcut()
159 CV_Assert(rightTransp.type() == terminals.type()); in graphcut()
161 CV_Assert(top.size() == src_size); in graphcut()
162 CV_Assert(top.type() == terminals.type()); in graphcut()
164 CV_Assert(bottom.size() == src_size); in graphcut()
165 CV_Assert(bottom.type() == terminals.type()); in graphcut()
208 CV_Assert(terminals.type() == CV_32S); in graphcut()
210 CV_Assert(terminals.type() == CV_32S || terminals.type() == CV_32F); in graphcut()
215 CV_Assert(leftTransp.size() == Size(src_size.height, src_size.width)); in graphcut()
216 CV_Assert(leftTransp.type() == terminals.type()); in graphcut()
218 CV_Assert(rightTransp.size() == Size(src_size.height, src_size.width)); in graphcut()
219 CV_Assert(rightTransp.type() == terminals.type()); in graphcut()
221 CV_Assert(top.size() == src_size); in graphcut()
222 CV_Assert(top.type() == terminals.type()); in graphcut()
224 CV_Assert(topLeft.size() == src_size); in graphcut()
225 CV_Assert(topLeft.type() == terminals.type()); in graphcut()
227 CV_Assert(topRight.size() == src_size); in graphcut()
228 CV_Assert(topRight.type() == terminals.type()); in graphcut()
230 CV_Assert(bottom.size() == src_size); in graphcut()
231 CV_Assert(bottom.type() == terminals.type()); in graphcut()
233 CV_Assert(bottomLeft.size() == src_size); in graphcut()
234 CV_Assert(bottomLeft.type() == terminals.type()); in graphcut()
236 CV_Assert(bottomRight.size() == src_size); in graphcut()
237 CV_Assert(bottomRight.type() == terminals.type()); in graphcut()