Commit f4e50eaa authored by Davis King's avatar Davis King

Increased default face chip size from get_face_chip_details()

parent 5bad0c2c
......@@ -1617,7 +1617,7 @@ namespace dlib
inline chip_details get_face_chip_details (
const full_object_detection& det,
const unsigned long size = 100,
const unsigned long size = 200,
const double padding = 0.2
)
{
......@@ -1679,7 +1679,7 @@ namespace dlib
inline std::vector<chip_details> get_face_chip_details (
const std::vector<full_object_detection>& dets,
const unsigned long size = 100,
const unsigned long size = 200,
const double padding = 0.2
)
{
......
......@@ -1099,7 +1099,7 @@ namespace dlib
chip_details get_face_chip_details (
const full_object_detection& det,
const unsigned long size = 100,
const unsigned long size = 200,
const double padding = 0.2
);
/*!
......@@ -1124,7 +1124,7 @@ namespace dlib
std::vector<chip_details> get_face_chip_details (
const std::vector<full_object_detection>& dets,
const unsigned long size = 100,
const unsigned long size = 200,
const double padding = 0.2
);
/*!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment