Skip to content

Commit

Permalink
Added - Docs on the calibration grid to use
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Oct 27, 2017
1 parent 9e0f8c2 commit a80ce7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Inside this folder, we can see that the build.gradle is telling the system to bu
For the actual program there are 3 activities. The main on has the camera view. On launch this one is created, and instantly launches the settings activity. This is a `PreferenceActivity` hands off the view and settings loading to the android api. This is really nice since after each setting is edited the "shared preference" for this application gets updated. The actual main activity has the camera render, and the capture/done buttons. To save the extracted grid, the capture button can be used. After enough has been captured, the done button can be pressed. This launches the results activity which starts an async thread, which displays a proccessing dialog, and then the calculated results.


## Calibration Grid

The [default](app/src/main/java/io/rpng/calibration/managers/CameraCalibrator.java#L145-L149) grid is a cirlce grid.
An example that can be printed out on a sheet of 8.5"x11" paper can be seen below.
This grid would be classified as either a *11x8* or *8x11* grid pattern.
![screenshot](./images/circle_grid.png)


## Screenshots

![screenshot](./images/Screenshot_20160627-125906.png)
Expand Down
Binary file added images/circle_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a80ce7a

Please sign in to comment.