Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Made found variable protected
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi committed Oct 19, 2019
1 parent 4d72233 commit dc3c917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class DogeCVDetector extends OpenCvPipeline {
private Mat workingMat = new Mat();
public double maxDifference = 10;

private boolean found = false;
protected boolean found = false;

public DogeCV.DetectionSpeed speed = DogeCV.DetectionSpeed.BALANCED;
protected String detectorName = "DogeCV Detector";
Expand Down

0 comments on commit dc3c917

Please sign in to comment.