Skip to content

Commit 3f9fea1

Browse files
committed
Fix warning
1 parent 2783aa9 commit 3f9fea1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Detector/OCVDNNDetector.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ void OCVDNNDetector::Detect(const cv::UMat& colorFrame)
200200
else
201201
{
202202
std::vector<cv::Rect> crops = GetCrops(m_maxCropRatio, cv::Size(m_inWidth, m_inHeight), colorFrame.size());
203-
regions_t tmpRegions;
204203
for (size_t i = 0; i < crops.size(); ++i)
205204
{
206205
const auto& crop = crops[i];

0 commit comments

Comments
 (0)