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

@@ -57,9 +57,9 @@ public class Notification extends android.app.Notification {
public String toString() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
return "Notification{" +
"packageName='" + mPackageName + '\'' +
"title = " + getTitle() + '\'' +
"text='" + getText() + '\'' +
"packageName='" + mPackageName + "', " +
"title='" + getTitle() + ", " +
"text='" + getText() + "'" +
"} ";
}
return super.toString();