We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1412acc commit 8b30611Copy full SHA for 8b30611
1 file changed
test/face_detection_test.exs
@@ -176,6 +176,7 @@ defmodule Image.FaceDetectionTest do
176
# un-rotated coords and the crop area would be wildly
177
# different (or the box would clamp to a corner).
178
rotated = Image.autorotate!(image)
179
+
180
area_ratio =
181
Image.width(cropped) * Image.height(cropped) /
182
(Image.width(rotated) * Image.height(rotated))
0 commit comments