378 std::vector<PadInfo> bendingNeighbours{
379 {95, 0, 23.625, 23.730, 0.630, 0.420},
380 {95, 3, 23.625, 24.150, 0.630, 0.420},
381 {95, 4, 23.625, 24.570, 0.630, 0.420},
382 {95, 42, 24.255, 24.570, 0.630, 0.420},
383 {95, 43, 24.885, 24.570, 0.630, 0.420},
384 {95, 2, 24.885, 24.150, 0.630, 0.420},
385 {95, 46, 24.885, 23.730, 0.630, 0.420},
386 {95, 31, 24.255, 23.730, 0.630, 0.420}};
388 std::vector<PadInfo> nonBendingNeighbours{
389 {1119, 48, 23.310, 23.520, 0.630, 0.420},
390 {1119, 46, 23.310, 23.940, 0.630, 0.420},
391 {1119, 0, 23.310, 24.360, 0.630, 0.420},
392 {1119, 42, 23.940, 24.360, 0.630, 0.420},
393 {1119, 1, 24.570, 24.360, 0.630, 0.420},
394 {1119, 44, 24.570, 23.940, 0.630, 0.420},
395 {1119, 30, 24.570, 23.520, 0.630, 0.420},
396 {1119, 29, 23.940, 23.520, 0.630, 0.420}};
399 if (
params.isSegmentationRun3) {
400 for (
auto& p : bendingNeighbours) {
403 for (
auto& p : nonBendingNeighbours) {
409 bool ok =
seg.findPadPairByPosition(24.0, 24.0, pb, pnb);