mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
This commit is contained in:
@@ -229,6 +229,7 @@ Ptr<DenseOpticalFlowExt> cv::superres::createOptFlow_Farneback()
|
||||
///////////////////////////////////////////////////////////////////
|
||||
// Simple
|
||||
|
||||
/*
|
||||
namespace
|
||||
{
|
||||
class Simple : public CpuOpticalFlow
|
||||
@@ -311,7 +312,7 @@ namespace
|
||||
Ptr<DenseOpticalFlowExt> cv::superres::createOptFlow_Simple()
|
||||
{
|
||||
return makePtr<Simple>();
|
||||
}
|
||||
}*/
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
// DualTVL1
|
||||
|
||||
Reference in New Issue
Block a user