An android app that measures HSV color values in an image. The goal is to use it to help analyze images for use in computer vision applications..
ThresholdTrainer is hosted in the following web site
https://github.com/joshuabenuck/ThresholdTrainer
If you think the Android project ThresholdTrainer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ThresholdTrainer.
Item | Value |
---|---|
Java File Count | 7 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 2 |
Test Case Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA |
ThresholdTrainer has the following Java source files.
com.github.thresholdtrainer.CvViewBase.java com.github.thresholdtrainer.HsvRangeFinder.java com.github.thresholdtrainer.HsvRangeFinderTest.java com.github.thresholdtrainer.ImageFragment.java com.github.thresholdtrainer.ImageListAdapter.java com.github.thresholdtrainer.TrainerActivity.java