Skip to content

Commit 77de982

Browse files
committed
method description change
1 parent 257b400 commit 77de982

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ TODO
118118

119119
**Performance:**
120120
Time taken to detect faces in the original image.
121+
122+
121123
| width | height | time taken(ms) |
122124
|-------|--------|----------------|
123125
| 640 | 360 | 60-150 |

library/src/main/java/com/rohitarya/picasso/facedetection/transformation/FaceCenterCrop.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ public String key() {
112112
}
113113

114114
/**
115-
* Calculates center point in bitmap, around which cropping needs to be performed.
116-
* Right now, it takes on the average of all faces (their centers).
115+
* Calculates a point (focus point) in the bitmap, around which cropping needs to be performed.
117116
*
118117
* @param bitmap Bitmap in which faces are to be detected.
119118
* @param centerOfAllFaces To store the center point.

0 commit comments

Comments
 (0)