Skip to content

Commit f12fcac

Browse files
authored
added example images to README
1 parent f28ddbc commit f12fcac

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,48 @@
33

44
### An Android image transformation library providing cropping above Face Detection (Face Centering) for [Picasso](https://github.com/square/picasso)
55

6-
You can see the results on [my Medium article](https://medium.freecodecamp.com/face-centering-android-library-build-on-top-of-google-vision-api-f88661b97959).
7-
86
Are you using **Glide**? [GlideFaceDetectionTransformation](https://github.com/aryarohit07/GlideFaceDetectionTransformation).
97

8+
Results
9+
------
10+
11+
**Original Image**
12+
13+
![original image 1](/images/original_image1.jpg?raw=true )
14+
15+
**Results after cropping**
16+
17+
![resulting image 1](/images/result_image1.jpg?raw=true)
18+
19+
20+
**Original Image**
21+
22+
![original image 2](/images/original_image2.jpg?raw=true )
23+
24+
**Results after cropping**
25+
26+
![resulting image 2](/images/result_image2.jpg?raw=true)
27+
28+
29+
**Original Image**
30+
31+
![original image 3](/images/original_image3.jpg?raw=true )
32+
33+
**Results after cropping**
34+
35+
![resulting image 3](/images/result_image3.jpg?raw=true)
36+
37+
**Original Image**
38+
39+
![original image 4](/images/original_image4.jpg?raw=true )
40+
41+
**Results after cropping**
42+
43+
![resulting image 4](/images/result_image4.jpg?raw=true)
44+
45+
You can read more on [my Medium article](https://medium.freecodecamp.com/face-centering-android-library-build-on-top-of-google-vision-api-f88661b97959).
46+
47+
1048
### How to use it?
1149

1250
STEP 1:

0 commit comments

Comments
 (0)