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

Commit dc3c917

Browse files
committed
Made found variable protected
1 parent 4d72233 commit dc3c917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DogeCV/src/main/java/com/disnodeteam/dogecv/detectors/DogeCVDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public abstract class DogeCVDetector extends OpenCvPipeline {
3030
private Mat workingMat = new Mat();
3131
public double maxDifference = 10;
3232

33-
private boolean found = false;
33+
protected boolean found = false;
3434

3535
public DogeCV.DetectionSpeed speed = DogeCV.DetectionSpeed.BALANCED;
3636
protected String detectorName = "DogeCV Detector";

0 commit comments

Comments
 (0)