From b7b869327c8304a6b8d2b2c9c7f28af83d5c2b27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Thu, 14 Apr 2022 14:07:46 +0200
Subject: [PATCH] doc

---
 include/vision/processor/active_search.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vision/processor/active_search.h b/include/vision/processor/active_search.h
index 87b7603f8..8814ac6a3 100644
--- a/include/vision/processor/active_search.h
+++ b/include/vision/processor/active_search.h
@@ -57,8 +57,8 @@ namespace wolf{
          *
          * The feature density can be controlled by adjusting the grid's number of cells.  Important notes:
          * - Typically, use grids of 5x5 to 18x12 cells.
-         * - The number of divisions in Horizontal and Vertical dimensions must be an integer divisor of the respective image dimensions
          * - Try to make reasonably square cells.
+         * - The final cell sizes are always integers, even if the H and V number of cells are not an exact divisors of the image size.
          *
          * This class implements a few interesting features:
          * - The grid can be randomly re-positioned at each frame to avoid dead zones at the cell edges.
-- 
GitLab