From 5fb9f48360e4630233b8a8f57aa496702582ef96 Mon Sep 17 00:00:00 2001 From: "marina.kolpakova" Date: Wed, 7 Nov 2012 02:21:48 +0400 Subject: [PATCH] fix angle scaling --- modules/objdetect/src/icf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/objdetect/src/icf.cpp b/modules/objdetect/src/icf.cpp index b6bd113d19..885cebdd78 100644 --- a/modules/objdetect/src/icf.cpp +++ b/modules/objdetect/src/icf.cpp @@ -63,7 +63,7 @@ void cv::SCascade::Channels::appendHogBins(const cv::Mat gray, std::vector hist; for (int bin = 0; bin < bins; ++bin)