Skip to content

Commit

Permalink
Worked on color density
Browse files Browse the repository at this point in the history
  • Loading branch information
acastellar committed Feb 15, 2022
1 parent 0f1b358 commit 6f0f873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ public Mat processFrame(Mat input)
brightestValue = brightness;
brightestLevel = level;
}

}

// Check brightest level if good enough to confirm successful result.
if (sum * thresholdConfirm < brightestValue) {
telemetry.addData("SUCCESSFUL, level result: : ", brightestLevel);
levelResult = brightestLevel;
Expand Down

0 comments on commit 6f0f873

Please sign in to comment.