Skip to content

Commit

Permalink
- update change and settings.gradle for PyBoof
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Abeles committed Jun 30, 2015
1 parent 0d9886f commit 4d721c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Version : Alpha 0.19
- ThresholdImageOps
* Changed threshold up from >= to >. Turns out the original choice was bad. Images were not inverses of each other
and it was possible the threshold an image with two values up and end up with all 0.
- PyBoof has been added to integration
* Python wrapper for BoofCV
* Thanks Romotive for allowing me to donate this code!

TODO
* Distortion Model + Calibration
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include 'examples','evaluation','applications',
'main:ip','main:io','main:feature','main:geo','main:calibration','main:sfm','main:recognition',
'main:visualize','main:checks','main:learning','main:all',
'integration:xuggler','integration:applet',"integration:WebcamCapture",
'integration:jcodec'
'integration:jcodec',"integration:pyboof"

// these are packages which require external files that must be manually downloaded or configured to compile
if (System.getenv()['ANDROID_HOME']) {
Expand Down

0 comments on commit 4d721c5

Please sign in to comment.