| 212 | } |
| 213 | |
| 214 | bool br_plot_landmarking(int num_files, const char *files[], const char *destination, bool show) |
| 215 | { |
| 216 | return PlotLandmarking(QtUtils::toStringList(num_files, files), destination, show); |
| 217 | } |
| 218 | |
| 219 | bool br_plot_metadata(int num_files, const char *files[], const char *columns, bool show) |
| 220 | { |
no test coverage detected