Lines Matching full:lines
19 vector<Vec4f> lines; member in LSDBase
101 lines.clear(); in SetUp()
114 detector->detect(test_image, lines); in TEST_F()
116 if(40u >= lines.size()) ++passedtests; in TEST_F()
127 detector->detect(test_image, lines); in TEST_F()
129 if(0u == lines.size()) ++passedtests; in TEST_F()
134 TEST_F(Imgproc_LSD_ADV, lines) in TEST_F() argument
141 detector->detect(test_image, lines); in TEST_F()
143 if(numOfLines * 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect in TEST_F()
154 detector->detect(test_image, lines); in TEST_F()
156 if(2u <= lines.size()) ++passedtests; in TEST_F()
167 detector->detect(test_image, lines); in TEST_F()
169 if(50u >= lines.size()) ++passedtests; in TEST_F()
180 detector->detect(test_image, lines); in TEST_F()
182 if(0u == lines.size()) ++passedtests; in TEST_F()
187 TEST_F(Imgproc_LSD_STD, lines) in TEST_F() argument
194 detector->detect(test_image, lines); in TEST_F()
196 if(numOfLines * 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect in TEST_F()
207 detector->detect(test_image, lines); in TEST_F()
209 if(4u <= lines.size()) ++passedtests; in TEST_F()
220 detector->detect(test_image, lines); in TEST_F()
222 if(50u >= lines.size()) ++passedtests; in TEST_F()
233 detector->detect(test_image, lines); in TEST_F()
235 if(0u == lines.size()) ++passedtests; in TEST_F()
240 TEST_F(Imgproc_LSD_NONE, lines) in TEST_F() argument
247 detector->detect(test_image, lines); in TEST_F()
249 if(numOfLines * 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect in TEST_F()
260 detector->detect(test_image, lines); in TEST_F()
262 if(8u <= lines.size()) ++passedtests; in TEST_F()