Skip to content

Commit

Permalink
添加Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kongqw committed Feb 24, 2017
1 parent 3dd179b commit 6bfd112
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public static double CmpPic(Context context, String file1, String file2) {
IplImage image1 = cvLoadImage(pathFile1, CV_LOAD_IMAGE_GRAYSCALE);
IplImage image2 = cvLoadImage(pathFile2, CV_LOAD_IMAGE_GRAYSCALE);
if (null == image1 || null == image2) {
Log.i(TAG, "CmpPic: image1 = " + image1 + " image2 = " + image2);
return -1;
}

Expand Down

0 comments on commit 6bfd112

Please sign in to comment.