| 207 | } |
| 208 | |
| 209 | bool br_plot_detection(int num_files, const char *files[], const char *destination, bool show) |
| 210 | { |
| 211 | return PlotDetection(QtUtils::toStringList(num_files, files), destination, show); |
| 212 | } |
| 213 | |
| 214 | bool br_plot_landmarking(int num_files, const char *files[], const char *destination, bool show) |
| 215 | { |
no test coverage detected