From 69d1615d7dc7500039dbde951fa6cbb920eb99b8 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 9 Oct 2010 21:20:13 +0200 Subject: Add support for squared thumbnails Disabled by default, only very simple center crop implemented. The SQUARED_SIMPLE_SHAVE_AMOUNT constant may be slightly adjusted according to future experience. It's a really dumb algorithm which may not be suitable for every picture. Looking for a fast and smart algorithm to determine image weight center and radius, i.e. focus on object of interest. The OpenCV's face recognition features are worth to test and consider, though I fear the speed issues. --- sample/src/setup.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sample/src/setup.xml') diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 80d04da..72ce9dd 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -34,6 +34,7 @@ thn_%d_%s + + + + + + -- cgit v1.2.3