Commit 926b7af8 authored by Vladislav Sovrasov's avatar Vladislav Sovrasov

tracking: hide unused debug method in MedianFlow

parent 0bd061f0
......@@ -338,7 +338,6 @@ Rect2d TrackerMedianFlowImpl::vote(const std::vector<Point2f>& oldPoints,const s
return newRect;
}
#if 0
void TrackerMedianFlowImpl::computeStatistics(std::vector<float>& data,int size){
int binnum=10;
......@@ -355,7 +354,6 @@ void TrackerMedianFlowImpl::computeStatistics(std::vector<float>& data,int size)
}
}
#endif
void TrackerMedianFlowImpl::check_FB(const std::vector<Mat>& oldImagePyr, const std::vector<Mat>& newImagePyr,
const std::vector<Point2f>& oldPoints, const std::vector<Point2f>& newPoints, std::vector<bool>& status){
......
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