Skip to content

Commit

Permalink
Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeybesse committed Jun 25, 2018
1 parent fc2a392 commit f346c82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public static void main(String[] args) {
Img result = new Img(frame);

Zones.get(frameImg.sobel(), 400).draw(result, new Scalar(0, 255, 0), 1);
Zones.get(frameImg.mser(), 400).draw(result, new Scalar(255, 0, 0), 1);
Zones.get(frameImg.grad(3, 3), 400).draw(result, new Scalar(0, 0, 255), 1);

vidpanel.setIcon(result.getImageIcon());
Expand Down

0 comments on commit f346c82

Please sign in to comment.