add: images.findImage; change images.findColor implementation to opencv

This commit is contained in:
hyb1996
2017-11-26 17:47:17 +08:00
parent 35955faba9
commit 328ab6efa7
25 changed files with 551 additions and 811 deletions

View File

@@ -43,6 +43,7 @@ public class IntentExtras implements Serializable {
private IntentExtras(int id) {
mMap = extraStore.get(id);
extraStore.remove(id);
mMaxId = id;
}