Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
205 commits
Select commit Hold shift + click to select a range
abf5357
Changes for core services
mitchellsundt Mar 16, 2015
fba3561
Clean up imports
mitchellsundt Mar 22, 2015
d31e21b
Push scan down and add a scan.test project
mitchellsundt Mar 24, 2015
669f8d2
Add copyright notices
mitchellsundt Mar 25, 2015
7ff3431
Change to use new (config, data, system, output) directory layout
mitchellsundt Mar 27, 2015
0950ee8
Merged default (bug fixing and new number classifier) and development…
jbeorse Jul 7, 2015
29717bc
Added tag ODK Scan 2.0 Alpha-1 rev 127 for changeset 9ba06421e76e
jbeorse Jul 7, 2015
f23dba2
MAJOR RESTRUCTURE: MIGRATED PROJECT TO GRADLE/ANDROIDSTUDIO (no cpp c…
marshallb93 Jul 13, 2015
40b35a9
Migrated Cpp code to AndroidStudio/Gradle project.
jbeorse Jul 14, 2015
d9e121c
Added back README.
jbeorse Jul 14, 2015
9ae7fa4
Removed android-opencv.mk as it was unnecessary.
jbeorse Jul 14, 2015
c99696e
Updated README.
jbeorse Jul 14, 2015
87119be
Cleaned up file structure markdown.
jbeorse Jul 14, 2015
7c62272
Added test config to Gradle
jbeorse Jul 20, 2015
ed01a4a
Added support for remote dependencies.
jbeorse Jul 23, 2015
244232f
Moved default config to build.gradle.
jbeorse Jul 23, 2015
34125cb
Removed depracated AfterPhotoTaken activity.
jbeorse Jul 15, 2015
b3889ae
Moved to snapshot dependencies until first release.
jbeorse Jul 24, 2015
00410b3
Migrated to common ODK gradle scripting.
jbeorse Jul 31, 2015
90ea66a
Removed depracated AfterPhotoTaken and AlignImage actvities
jbeorse Aug 14, 2015
5f49dca
Removed depracated Collect code
jbeorse Aug 14, 2015
60b0ced
Cleaned up request codes for save/transcribe buttons.
jbeorse Aug 14, 2015
18af2d3
Added packages to fit ODK 2.0 coding style
jbeorse Aug 14, 2015
27a021b
Reinstated custom versions
jbeorse Aug 14, 2015
eba7251
Added playservices dependency
jbeorse Aug 14, 2015
09e9029
Updated to latest gradle config
jbeorse Aug 14, 2015
aa1449e
Updated to version 3 of the gradle config
jbeorse Aug 14, 2015
8c50e66
Remove relative path issues
mitchellsundt Sep 4, 2015
69dc253
Update to new gradle build logic. Support both intellij (Android Stud…
mitchellsundt Sep 8, 2015
1e54c80
Update to build script 5
mitchellsundt Sep 8, 2015
b037c8c
Updated README.md with a DevEnv Setup reference
jbeorse Sep 9, 2015
ef69df4
Added test dependency
jbeorse Sep 9, 2015
da98dc6
Fixed scan app name
jbeorse Sep 9, 2015
6a13bfa
Update gradle config version
jbeorse Sep 11, 2015
e81b0df
Fixed service name
jbeorse Sep 16, 2015
2c2b0c8
Cleaned out depracated code
jbeorse Sep 16, 2015
963e69f
Update to latest gradle config
jbeorse Sep 17, 2015
6b4d9e4
Specify Java 1.7 compatibility in build file
jbeorse Sep 17, 2015
24391f7
Update to latest gradle config
jbeorse Sep 18, 2015
4e1d8c5
add trailing slash (artifactory url convention)
mitchellsundt Sep 23, 2015
84f4c55
Updated to latest gradle config
jbeorse Oct 1, 2015
4783197
Updated to latest gradle config
jbeorse Oct 4, 2015
5c1ae90
Enable cascading dependencies
jbeorse Oct 4, 2015
a32891e
Default latest binary dependency snapshots
jbeorse Oct 4, 2015
cffc864
Make gradlew executable
jbeorse Oct 4, 2015
a4ca652
Change 'Template to Use' preference to radio/single option. Change te…
Oct 22, 2015
b9eba38
Merge pull request #1 from sliou05/working1
jbeorse Oct 22, 2015
a39a742
Update to make creating a client-side transaction explicit.
mitchellsundt Oct 26, 2015
c8a5a72
Show selected form template on main menu
sliou05 Oct 29, 2015
23c5de7
Merge pull request #2 from sliou05/development
jbeorse Oct 29, 2015
30c8126
Eliminate beginTransaction... uses.
mitchellsundt Nov 3, 2015
e317aeb
Update build.gradle to be compatible with Espresso
linl33 Nov 4, 2015
f3a2c6b
Merge branch 'development' of github.com:opendatakit/scan into develo…
mitchellsundt Nov 5, 2015
02374b0
Update to latest gradle config
jbeorse Nov 5, 2015
ca7b68d
Switch from maven to ivy snapshots
jbeorse Nov 5, 2015
6664753
Relocated dependency caching config to the correct place
jbeorse Nov 5, 2015
195642f
Updated gradle to latest gradle plugin
jbeorse Nov 5, 2015
d284f13
Merge branch 'development' of github.com:opendatakit/scan into develo…
mitchellsundt Nov 5, 2015
a824fdf
Merge remote-tracking branch 'upstream/development' into development
linl33 Nov 5, 2015
6ab333b
Update build.gradle to be compatible with Espresso
linl33 Nov 5, 2015
733b63e
Bump Espresso version to 2.2.1, test:runner and test:rules to 0.4.1
linl33 Nov 5, 2015
ffc92d1
Add TemplateNameDisplayTest
linl33 Nov 5, 2015
c251af1
Fix opendatakit/opendatakit Issue #1177
linl33 Nov 5, 2015
a31abc5
Fix typo
linl33 Nov 5, 2015
9a6081b
Fix typo
linl33 Nov 5, 2015
a5283a0
Fix typo
linl33 Nov 5, 2015
5b24d4a
Clean up code
linl33 Nov 5, 2015
6e9e300
Fix opendatakit/opendatakit Issue #1177
linl33 Nov 5, 2015
2f79a53
Merge pull request #3 from linl33/patch-1
jbeorse Nov 5, 2015
41f85d2
Merge remote-tracking branch 'upstream/development' into development
linl33 Nov 5, 2015
004e4a9
Add more tests
linl33 Nov 10, 2015
7719d5a
Include Espresso Intent in dependencies
linl33 Nov 10, 2015
fd4972c
Add more tests
linl33 Nov 13, 2015
1c51441
Fix app crash when attempting to Save/Transcribe a form while Survey/…
linl33 Nov 13, 2015
533bae3
Fix app crash when Tables/Survey is not installed
linl33 Nov 13, 2015
6c3ce68
update to build version 14
mitchellsundt Nov 18, 2015
c5abda6
Merge remote-tracking branch 'upstream/development' into development
linl33 Nov 18, 2015
36f467e
Merge pull request #6 from linl33/patch-2
jbeorse Nov 19, 2015
0a0124c
Merge remote-tracking branch 'upstream/development' into development
linl33 Nov 19, 2015
3a443e6
Fixed formatting in Java files
jbeorse Nov 19, 2015
c9d1d5e
Add android support library v4 dependency
linl33 Nov 19, 2015
93ea252
Merge remote-tracking branch 'upstream/development' into development
linl33 Nov 19, 2015
1ecf65e
Fix formatting + fix unit test corner case
linl33 Nov 19, 2015
21c1c7b
Merge pull request #5 from linl33/development
jbeorse Nov 19, 2015
f38e5a6
Fix integer overflow
linl33 Nov 20, 2015
589a111
Merge pull request #7 from linl33/patch-3
jbeorse Nov 20, 2015
66b9a7f
Temporarily removing ViewScannedForms tests that break the build
jbeorse Nov 23, 2015
7001ad5
Temporarily remove all tests until they can be fixed for Jenkins
jbeorse Nov 23, 2015
1c3aaec
Added Windows instructions
jbeorse Nov 25, 2015
56fb849
Update README to clarify different OS instructions
jbeorse Nov 25, 2015
78bb26f
Add dummy data for Espresso
linl33 Nov 30, 2015
3ef2cc8
Add methods to populate ODKScan with dummy data before tests
linl33 Nov 30, 2015
19305fd
Fix AppSettingsActivityTest's execution flow
linl33 Nov 30, 2015
854e6bb
Execute RunSetup with AsyncTask instead of Thread
linl33 Nov 30, 2015
317521a
Merge remote-tracking branch 'li/development' into development
jbeorse Nov 30, 2015
8e16b69
Removed tests again. Still broken on build server.
jbeorse Dec 1, 2015
6842098
Override Espresso idling wait timeout
linl33 Dec 1, 2015
9efb1d9
Merge remote-tracking branch 'li/development' into development
jbeorse Dec 1, 2015
bdee1c0
Update to new AIDL api changes
mitchellsundt Dec 1, 2015
59bf0e6
Merge branch 'development' of github.com:opendatakit/scan into develo…
mitchellsundt Dec 1, 2015
27e92ab
Added button to process existing images
jbeorse Nov 18, 2015
9561ee9
Process single form image
jbeorse Nov 24, 2015
cfb83f2
Process folders of images
jbeorse Nov 25, 2015
04042eb
Migrated to IntentService to run fully in the background
jbeorse Nov 30, 2015
2007e9b
Updated template text to fit new UI
jbeorse Dec 1, 2015
876d692
Fixed preferences and migrated to fragment
jbeorse Dec 2, 2015
1226215
Fix string names to not clash with ids
jbeorse Dec 3, 2015
0c5a5a9
Remove tests that are broken with new UI.
jbeorse Dec 3, 2015
433097a
Remove tests until they are updated to work with the new UI
jbeorse Dec 3, 2015
83f8590
Fixed annotations formatting
jbeorse Dec 3, 2015
cb11c98
Fixed Android XML formatting
jbeorse Dec 3, 2015
d661e7f
Change app name back to tables until the default is figured out
jbeorse Dec 3, 2015
75a574a
Removed unused droidparts files
jbeorse Dec 9, 2015
4f55815
Adjusted formatting to new code style
jbeorse Dec 9, 2015
376abf0
Merged file system with opendatakit
jbeorse Dec 9, 2015
44999db
Pass training models dir to native layer
jbeorse Dec 9, 2015
5f7ef43
Moved static form creation tools to ScanUtils
jbeorse Dec 10, 2015
2aa7055
Add action bar
jbeorse Dec 10, 2015
8405c04
Output clientID in file
jbeorse Dec 8, 2015
fbfeb77
Use fragments for the home screen
jbeorse Dec 11, 2015
3250965
Updated menu for new image acquisition options
jbeorse Dec 14, 2015
6cba2a4
Moved Instructions to a fragment in the aciton bar
jbeorse Dec 14, 2015
83250d7
Moved Template information on the main page
jbeorse Dec 14, 2015
667964a
Updated to latest gradle config
jbeorse Dec 16, 2015
57ebbcf
Remove shared user id
clarlars Dec 16, 2015
33beade
Moved file system operations to the background service
jbeorse Dec 17, 2015
79b5827
Use locally saved icons
jbeorse Dec 17, 2015
53e4d72
Merge branch 'development' into improve_alignment
jbeorse Dec 17, 2015
43ce8ee
Fixed strings.xml formatting
jbeorse Dec 18, 2015
2978759
Handle null data in Android 4
jbeorse Dec 21, 2015
8643af9
Always finish caller activities, even on error
jbeorse Dec 21, 2015
91c56f0
Merge branch 'development' into improve_alignment
jbeorse Dec 22, 2015
bedc5f1
Fix nomedia creation
jbeorse Dec 22, 2015
992a16f
Merge branch 'development' into improve_alignment
jbeorse Dec 22, 2015
6b11bd1
Add dummy data until Sync can handle empty files
jbeorse Dec 22, 2015
05cfb4e
Merge branch 'development' into improve_alignment
jbeorse Dec 22, 2015
25cdcc1
JoCoCo Fix
wbrunette Dec 23, 2015
6ff4f04
Fix camera lifecycle
jbeorse Dec 29, 2015
0558ece
Fix image acquisition lifecycle crash
jbeorse Dec 31, 2015
fd13a19
Switched to locally saved notification icons
jbeorse Dec 31, 2015
760b364
Update Config
wbrunette Dec 31, 2015
a1e2b4b
Updated android NDK target to match SDK target
jbeorse Dec 31, 2015
52f98fb
Handle instance state on screen rotations
jbeorse Dec 31, 2015
628f32d
Fixed AcquireImageActivity cleanup
jbeorse Jan 2, 2016
6d38e6d
Update timeout
wbrunette Jan 5, 2016
f603b93
Merge remote-tracking branch 'origin/development' into development
wbrunette Jan 5, 2016
0854ff9
Fix AcquireImage lifecycle bug
jbeorse Jan 7, 2016
3ba3b6d
Removed version display (made obsolete by the About Menu)
jbeorse Jan 7, 2016
192da25
Fix folder paths
jbeorse Dec 25, 2015
6359785
Relegated batch processing to menus
jbeorse Jan 8, 2016
45cdfbc
Allow local environment NDK path
jbeorse Jan 13, 2016
702ef2b
Renamed package to remove android
jbeorse Jan 13, 2016
a36809d
Update to experimental gradle plugin with NDK support
jbeorse Jan 19, 2016
8ee1abb
Merge branch 'development' into improve_alignment
jbeorse Jan 21, 2016
68a6ee2
Modify .gitignore to exclude Swig generated files and remove unnecess…
linl33 Jan 21, 2016
06368a5
Delete unnecessary directories
linl33 Jan 21, 2016
461700a
Migrate to gradle-experimental plugin and directory restructure
linl33 Jan 25, 2016
2d032a1
Tweak flags and fix typo
linl33 Jan 25, 2016
6097651
Restructure opencv directories
linl33 Jan 25, 2016
59a848d
Write build.gradle with new DSL
linl33 Jan 25, 2016
899031c
Disable building shared library for scan_core
linl33 Jan 25, 2016
542c226
Removed remote debug and snapshot compile options
jbeorse Jan 26, 2016
789d169
Update to latest gradle config
jbeorse Jan 26, 2016
6761de2
Switch to OpenCV-2.4.11
linl33 Jan 27, 2016
98ed6be
Finish upgrading to OpenCV 2.4
linl33 Jan 28, 2016
51d7d35
Update VERSION
linl33 Jan 28, 2016
1523924
Add x86 target
linl33 Jan 28, 2016
e8610ba
Switch to new feature detector/ extractor
linl33 Jan 28, 2016
5aedb5b
Merge branch 'opencv_24' of github.com:linl33/scan into opencv_24
linl33 Jan 28, 2016
3497fa3
Add processing time logging to debug build
linl33 Jan 29, 2016
e50fdf0
Merge branch 'development' into improve_alignment
jbeorse Jan 29, 2016
570ed05
Add armeabi target back and update gradle-experimental
linl33 Jan 30, 2016
ffe958e
Fix comment
linl33 Jan 30, 2016
ca1f1c2
Add FAST/FREAK as an aligner option
linl33 Jan 30, 2016
48fbe1a
Rely on database creation during initialization, not on the fly
jbeorse Feb 2, 2016
fc1027a
Update to experimental gradle plugin with NDK support
jbeorse Jan 19, 2016
30d5df6
Modify .gitignore to exclude Swig generated files and remove unnecess…
linl33 Jan 21, 2016
8dcb11c
Delete unnecessary directories
linl33 Jan 21, 2016
c02b721
Migrate to gradle-experimental plugin and directory restructure
linl33 Jan 25, 2016
8742abe
Tweak flags and fix typo
linl33 Jan 25, 2016
0525ef5
Restructure opencv directories
linl33 Jan 25, 2016
131ffbe
Write build.gradle with new DSL
linl33 Jan 25, 2016
00893ba
Disable building shared library for scan_core
linl33 Jan 25, 2016
61c2aaf
Switch to OpenCV-2.4.11
linl33 Jan 27, 2016
f986b41
Finish upgrading to OpenCV 2.4
linl33 Jan 28, 2016
95d1a32
Update VERSION
linl33 Jan 28, 2016
0d5cf3a
Add x86 target
linl33 Jan 28, 2016
7686fc9
Switch to new feature detector/ extractor
linl33 Jan 28, 2016
ac5b16e
Add processing time logging to debug build
linl33 Jan 29, 2016
11cb2ca
Add armeabi target back and update gradle-experimental
linl33 Jan 30, 2016
d54e79d
Fix comment
linl33 Jan 30, 2016
aa70dd7
Merge branch 'opencv_24' into improve_alignment
jbeorse Feb 3, 2016
76c319e
Merge branch 'development' into opencv_24
jbeorse Feb 3, 2016
4a139d6
Merge branch 'opencv_24' into improve_alignment
jbeorse Feb 3, 2016
ec05b93
Removed progaurd until syntax fix is published
jbeorse Feb 4, 2016
16d2327
Merge branch 'opencv_24' into improve_alignment
jbeorse Feb 4, 2016
3b1c004
Merge branch 'fast_freak' into improve_alignment
jbeorse Feb 4, 2016
9170010
Update to gradle.config 30
mitchellsundt Feb 4, 2016
e0c6bd8
Switch back to SURF
linl33 Mar 3, 2016
b17a462
Update build.gradle
linl33 Mar 3, 2016
73ab231
Merge branch 'development' into improve_alignment
jbeorse Mar 4, 2016
55ae6c5
Merge remote-tracking branch 'li/opencv_nonfree' into improve_alignment
jbeorse Mar 4, 2016
d36ad64
MAGIC (this fixes the crash)
linl33 Mar 6, 2016
660eaa5
Merge remote-tracking branch 'li/opencv_nonfree' into improve_alignment
jbeorse Mar 11, 2016
09d6865
Add back the border and dot removal
jbeorse Mar 12, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# AndroidStudio/Gradle files
build
.gradle
.idea
local.properties
*.iml

# NDK files
obj

#Swig
bubblebot_lib/src/com/bubblebot/jni
bubblebot_lib/jni/gen

# ZXing files
/.sconsign.dblite
xcuserdata
callgrind.out.*
contents.xcworkspacedata
*.pyc
/.rbenv-version
*.o
sample
testsuite
testsuite.expected
testsuite.out
testsuite.err
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

3 changes: 0 additions & 3 deletions .hgignore

This file was deleted.

1 change: 1 addition & 0 deletions .hgtags
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ bd26ee77c072eae363ac9ad23336f78aaf5135b5 rev 121 US Army Preparedness Demo 2014
b73d071314d2d5d64f0a96ba69d5747ac1faa979 ODK 2.0 REST 2014-07-15
60abd8aedbc7dcd2e1953e942b44b982ee1a8ffa jan2015
c3573dc4115ead49af29f022c75d89b1aae5aa73 VillageReach 01-21-2015
9ba06421e76ef925911358e0c7faf0755f8480b6 ODK Scan 2.0 Alpha-1 rev 127
40 changes: 0 additions & 40 deletions .project

This file was deleted.

5 changes: 0 additions & 5 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

107 changes: 0 additions & 107 deletions AndroidManifest.xml

This file was deleted.

81 changes: 0 additions & 81 deletions Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions OpenCV-2.3.1/.classpath

This file was deleted.

33 changes: 0 additions & 33 deletions OpenCV-2.3.1/.project

This file was deleted.

5 changes: 0 additions & 5 deletions OpenCV-2.3.1/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

6 changes: 0 additions & 6 deletions OpenCV-2.3.1/AndroidManifest.xml

This file was deleted.

Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/BuildConfig.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/android.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/core/Core.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/core/Mat.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/core/Point.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/core/Range.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/core/Rect.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/core/Size.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/ml/CvBoost.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/ml/CvDTree.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/ml/CvEM.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/ml/CvSVM.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/ml/Ml.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/bin/classes/org/opencv/utils.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/android.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/calib3d/Calib3d.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/calib3d/StereoBM.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/calib3d/StereoSGBM.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Core.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/CvException.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/CvType.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/KDTree.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Mat.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Point.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Point3.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Range.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Rect.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/RotatedRect.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Scalar.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/Size.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/core/TermCriteria.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/features2d/Features2d.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/features2d/MSER.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/features2d/SURF.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/highgui/Highgui.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/imgproc/Imgproc.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/imgproc/Moments.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvANN_MLP.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvBoost.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvBoostParams.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvDTree.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvDTreeParams.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvEM.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvEMParams.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvERTrees.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvGBTrees.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvGBTreesParams.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvKNearest.class
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvParamGrid.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvRTParams.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvRTrees.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvSVM.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvSVMParams.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/CvStatModel.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/ml/Ml.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/utils.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/video/KalmanFilter.class
Binary file not shown.
Binary file removed OpenCV-2.3.1/cls/org/opencv/video/Video.class
Binary file not shown.
12 changes: 0 additions & 12 deletions OpenCV-2.3.1/default.properties

This file was deleted.

Binary file removed OpenCV-2.3.1/doc/acircles_pattern.png
Binary file not shown.
Loading