PImageFilter.h
Go to the documentation of this file.
42 static PResult Create(const PString& productName, const PProperties& parameters, PImageFilter& imageFilter);
49 static PResult Create(const PPlugin& plugin, const PProperties& parameters, PImageFilter& imageFilter);
PPluginInstance & operator=(const PPluginInstance &other)
Performs a shared copy of other to this object.
The PFrame class represents any 2D-image (RGB, gray-scale, ...) with a container of additional data p...
Definition: PFrame.h:50
The PImage class represents a 2D-image; several pixel format and number of channels are supported (BG...
Definition: PImage.h:57
The PResult class represents the result returned by most of Papillon functions; this class is used to...
Definition: PResult.h:159
The PProperties class represents a container of properties; each property has a name (PString) and a ...
Definition: PProperties.h:38
The PPlugin class represents a Papillon plugin (input video source, detector, describer, ...); thread-safe.
Definition: PPlugin.h:45
Class PPluginInstance: super class for PAnalytics, PDetector, PDescriber, etc.
The PPluginInstance class is the super class for PAnalytics, PDetector, PDescriber which handle the d...
Definition: PPluginInstance.h:32
PResult Create(const PPlugin &plugin, const PProperties ¶meters, const PString ¶metersPrefix)
Create an instance from the specified plugin with the specified parameters.