Skip to content

Commit

Permalink
Use implicit union
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Apr 26, 2024
1 parent d8ab1c6 commit 2539885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class OutputToObjectConverter implements OutputHandler.OutputToObjectConverter<Mat, Mat, Mat> {

private OutputHandler.OutputToObjectConverter<Mat, Mat, Mat> converter = OpenCVProcessor.createDetectionConverter();
private final OutputHandler.OutputToObjectConverter<Mat, Mat, Mat> converter = OpenCVProcessor.createDetectionConverter();

@Override
public List<PathObject> convertToObjects(Parameters params, Mat output) {
Expand Down

0 comments on commit 2539885

Please sign in to comment.