File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
library/src/main/java/com/rohitarya/picasso/facedetection/transformation Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 118
118
119
119
** Performance:**
120
120
Time taken to detect faces in the original image.
121
+
122
+
121
123
| width | height | time taken(ms) |
122
124
| -------| --------| ----------------|
123
125
| 640 | 360 | 60-150 |
Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ public String key() {
112
112
}
113
113
114
114
/**
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.
117
116
*
118
117
* @param bitmap Bitmap in which faces are to be detected.
119
118
* @param centerOfAllFaces To store the center point.
You can’t perform that action at this time.
0 commit comments