![]() |
University of Murcia, Spain ![]() |
IPP functions worker setSet of workers corresponding to the IPP functions.
More... |
Classes | |
class | QVIPPCopyP3C3Worker< TYPE > |
Worker which applies IPP function CopyP3C3. More... | |
class | QVIPPCopyC3P3Worker< TYPE > |
Worker which applies IPP function CopyC3P3. More... | |
class | QVIPPDilate3x3Worker< TYPE, C > |
Worker which applies IPP function Dilate3x3. More... | |
class | QVIPPErode3x3Worker< TYPE, C > |
Worker which applies IPP function Erode3x3. More... | |
class | QVIPPComputeThreshold_OtsuWorker< TYPE, C > |
Worker which applies IPP function ComputeThreshold_Otsu. More... | |
class | QVIPPAddRandUniform_DirectWorker< TYPE, C > |
Worker which applies IPP function AddRandUniform_Direct. More... | |
class | QVIPPFilterBoxWorker< TYPE, C > |
Worker which applies IPP function FilterBox. More... | |
class | QVIPPFilterMedianWorker< TYPE, C > |
Worker which applies IPP function FilterMedian. More... | |
class | QVIPPFilterMaxWorker< TYPE, C > |
Worker which applies IPP function FilterMax. More... | |
class | QVIPPFilterMinWorker< TYPE, C > |
Worker which applies IPP function FilterMin. More... | |
class | QVIPPFilterGaussWorker< TYPE, C > |
Worker which applies IPP function FilterGauss. More... | |
class | QVIPPFilterHipassWorker< TYPE, C > |
Worker which applies IPP function FilterHipass. More... | |
class | QVIPPAddWorker< TYPE, C > |
Worker which applies IPP function Add. More... | |
class | QVIPPAbsDiffWorker< TYPE, C > |
Worker which applies IPP function AbsDiff. More... | |
class | QVIPPAddCWorker< TYPE, C > |
Worker which applies IPP function AddC. More... | |
class | QVIPPCompareCWorker< TYPE, C > |
Worker which applies IPP function CompareC. More... | |
Functions | |
const QStringList | getQVIPPWorkersNames () |
Provides a full list of the names of all IPP workers. | |
QVPropertyContainer * | newQVIPPWorker (QString type, QString name) |
Creates an IPP worker object, given its class name. |
const QStringList getQVIPPWorkersNames | ( | ) |
Provides a full list of the names of all IPP workers.
Definition at line 762 of file qvippworkers.cpp.
QVPropertyContainer* newQVIPPWorker | ( | QString | type, | |
QString | name | |||
) |
Creates an IPP worker object, given its class name.
This function can be used as a worker object factory. Given the class name of an IPP worker included in the QVision framework, this function returns a pointer to a newly created worker of that type.
Any QVision application can dynamically obtain the full list of class names of IPP workers included in the framework with the function getQVIPPWorkersNames.
type | name of the type of the worker | |
name | name which will be asigned to the new worker object |
Definition at line 792 of file qvippworkers.cpp.