OpenCV
4.10.0
Open Source Computer Vision
|
Implementation of the Global Patch Collider. More...
Classes | |
class | cv::optflow::GPCDetails |
class | cv::optflow::GPCForest< T > |
struct | cv::optflow::GPCMatchingParams |
Class encapsulating matching parameters. More... | |
struct | cv::optflow::GPCPatchDescriptor |
struct | cv::optflow::GPCPatchSample |
struct | cv::optflow::GPCTrainingParams |
Class encapsulating training parameters. More... | |
class | cv::optflow::GPCTrainingSamples |
Class encapsulating training samples. More... | |
class | cv::optflow::GPCTree |
Class for individual tree. More... | |
struct | cv::optflow::GPCTree::Node |
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::optflow |
Typedefs | |
typedef std::vector< GPCPatchSample > | cv::optflow::GPCSamplesVector |
Enumerations | |
enum | cv::optflow::GPCDescType { cv::optflow::GPC_DESCRIPTOR_DCT = 0 , cv::optflow::GPC_DESCRIPTOR_WHT } |
Descriptor types for the Global Patch Collider. More... | |
Functions | |
void | cv::read (const FileNode &fn, optflow::GPCTree::Node &node, optflow::GPCTree::Node) |
void | cv::write (FileStorage &fs, const String &name, const optflow::GPCTree::Node &node) |
Implementation of the Global Patch Collider.
Implementation of the Global Patch Collider algorithm from the following paper: http://research.microsoft.com/en-us/um/people/pkohli/papers/wfrik_cvpr2016.pdf