Normalized file endings.
This commit is contained in:
@@ -284,5 +284,3 @@ void CvAdaptiveSkinDetector::Histogram::mergeWith(CvAdaptiveSkinDetector::Histog
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
@@ -653,5 +653,3 @@ namespace cv
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
@@ -136,4 +136,3 @@ Mat BOWMSCTrainer::cluster(const Mat& _descriptors) const {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@@ -287,4 +287,3 @@ bool ChowLiuTree::reduceEdgesToMinSpan(std::list<info>& edges) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@@ -133,5 +133,3 @@ Point2f CvMeanShiftTracker::getTrackingCenter()
|
||||
{
|
||||
return prev_center;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -41,4 +41,3 @@
|
||||
//M*/
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
|
@@ -853,4 +853,3 @@ const DetectionBasedTracker::Parameters& DetectionBasedTracker::getParameters()
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -221,4 +221,3 @@ Point2f CvFeatureTracker::getTrackingCenter()
|
||||
center.y = (float)(prev_center.y + prev_trackwindow.height/2.0);
|
||||
return center;
|
||||
}
|
||||
|
||||
|
@@ -720,4 +720,3 @@ void CvFuzzyMeanShiftTracker::track(IplImage *maskImage, IplImage *depthMap, int
|
||||
searchMode = tsTracking;
|
||||
}
|
||||
};
|
||||
|
||||
|
@@ -234,4 +234,3 @@ void CvHybridTracker::updateTrackerWithLowPassFilter(Mat) {
|
||||
Rect CvHybridTracker::getTrackingWindow() {
|
||||
return prev_window;
|
||||
}
|
||||
|
||||
|
@@ -1111,4 +1111,3 @@ Mat LDA::reconstruct(InputArray src) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@@ -649,4 +649,3 @@ LogPolar_Adjacent::~LogPolar_Adjacent()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@@ -207,5 +207,3 @@ const std::valarray<float> &MagnoRetinaFilter::runFilter(const std::valarray<flo
|
||||
return (*_magnoYOutput);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@@ -241,5 +241,3 @@ namespace cv
|
||||
}
|
||||
|
||||
#endif /*MagnoRetinaFilter_H_*/
|
||||
|
||||
|
||||
|
@@ -228,4 +228,3 @@ void ParvoRetinaFilter::_OPL_OnOffWaysComputing() // WARNING : this method requi
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -258,4 +258,3 @@ private:
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@@ -460,4 +460,3 @@ void Retina::activateMovingContoursProcessing(const bool activate){_retinaFilter
|
||||
void Retina::activateContoursProcessing(const bool activate){_retinaFilter->activateContoursProcessing(activate);}
|
||||
|
||||
} // end of namespace cv
|
||||
|
||||
|
@@ -338,5 +338,3 @@ namespace cv
|
||||
}
|
||||
|
||||
#endif /*RETINACOLOR_HPP_*/
|
||||
|
||||
|
||||
|
@@ -543,7 +543,3 @@ private:
|
||||
|
||||
}
|
||||
#endif /*RETINACLASSES_H_*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -408,4 +408,4 @@ void StereoVar::operator ()( const Mat& left, const Mat& right, Mat& disp )
|
||||
|
||||
u.release();
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
@@ -550,6 +550,3 @@ namespace cv
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user