From 7841ae6490972a06f6d30646961ac9d26d43f412 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 20 May 2019 14:57:49 +0800 Subject: [PATCH] Update readme.md --- .idea/misc.xml | 2 +- README.md | 40 +--------------------------------------- app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 41 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 25f24431..dcecd355 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -33,7 +33,7 @@ - + diff --git a/README.md b/README.md index cdea89ea..b2765430 100644 --- a/README.md +++ b/README.md @@ -34,42 +34,4 @@ ``` ### Demo运行结果: -![图片](https://github.com/devzwy/open_nsfw_android/blob/master/img/1.png) - - - - -0.9254902 0.7764706 0.7254902 0.92156863 0.77254903 0.72156864 - - [16:16+224,16:16+224,:] [16:240,16:240,:] - - -0.90588236-R 0.75686276-G 0.68235296-B ------0.01960784 0.01960784 0.04313724 -0.90196079 0.75294119 0.6784314 - - [:,:,:: -1] -0.68235296-B 0.75686276-G 0.90588236-R - - -*255 转换为int - -174 193 231 - --[104, 117, 123] - -70 76 108 - - -opencv假设图像是RGB三分量组成的图像,那么图像的 - -第一通道是R, - -第二通道是G, - -第三通道是B - -Img[:,:,2]代表R通道,也就是红色分量图像; - -Img[:,:,1]代表G通道,也就是绿色分量图像; - -Img[:,:,0]代表B通道,也就是蓝色分量图像。 \ No newline at end of file +![图片](https://github.com/devzwy/open_nsfw_android/blob/master/img/1.png) \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index a5a431db..c1a36d93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,5 +38,5 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' // implementation project(path: ':nsfw') - implementation 'com.github.devzwy:open_nsfw_android:1.2.1.2' + implementation 'com.github.devzwy:open_nsfw_android:1.2.2' }