| 286 | } |
| 287 | |
| 288 | static void FlipIfLeftFacing( |
| 289 | Shape& shape, // io |
| 290 | EYAW eyaw, // in |
| 291 | int ncols) // in |
| 292 | { |
| 293 | if (IsLeftFacing(eyaw)) |
| 294 | shape = FlipShape(shape, ncols); |
| 295 | } |
| 296 | |
| 297 | static Shape EstartRectOnly( |
| 298 | const DetectorParameter& detpar_roi, // in: detpar wrt the ROI |
no test coverage detected