Skip to content

Commit

Permalink
- Fixed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Mar 25, 2014
1 parent a528e8e commit 1472010
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2013, Peter Abeles. All Rights Reserved.
* Copyright (c) 2011-2014, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
Expand Down Expand Up @@ -55,7 +55,7 @@ public static void main( String args[] ) {
PlanarCalibrationDetector detector;

// For chessboard targets, tune RADIUS parameter for your images
// detector = FactoryPlanarCalibrationTarget.detectorSquareGrid( 5, 7);
// detector = FactoryPlanarCalibrationTarget.detectorSquareGrid( new ConfigSquareGrid(5,7));
detector = FactoryPlanarCalibrationTarget.detectorChessboard( new ConfigChessboard(5,7));

// process the image and check for failure condition
Expand Down

0 comments on commit 1472010

Please sign in to comment.