Skip to content

Commit

Permalink
Changed to sharpener.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit J. Theophilus committed May 25, 2017
1 parent d1d8bfd commit 3b377d7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified img/back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/left.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/right.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/top.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#include <iostream>
#include <limits>

const uchar rthresh[] = {0, 200};
const uchar gthresh[] = {0, 200};
const uchar bthresh[] = {0, 200};
const uchar rthresh[] = {20, 250};
const uchar gthresh[] = {10, 150};
const uchar bthresh[] = {10, 150};

int main(int argc, char* argv[])
{
Expand Down

0 comments on commit 3b377d7

Please sign in to comment.