Skip to content

Commit

Permalink
method description change
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarohit07 committed Aug 13, 2016
1 parent 257b400 commit 77de982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ TODO

**Performance:**
Time taken to detect faces in the original image.


| width | height | time taken(ms) |
|-------|--------|----------------|
| 640 | 360 | 60-150 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ public String key() {
}

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

0 comments on commit 77de982

Please sign in to comment.