Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class StoneDetector extends DogeCVDetector {


// Results of the detector
private boolean found = false; // Is the gold mineral found
private Point screenPosition = new Point(); // Screen position of the mineral
private boolean found = false; // Is a stone mineral found
private Point screenPosition = new Point(); // Screen position of the stone
private Rect foundRect = new Rect(); // Found rect

private Mat rawImage = new Mat();
Expand Down