Classes | |
class | QVApplication |
Main class for QVision applications. More... | |
class | QVCamera |
Base class for image and video input source objects. More... | |
class | QVGenericImage |
Base class for QVImage objects. More... | |
class | QVImage< Type, Channels > |
Image representation class for the QVision. More... | |
class | QVPropertyContainerInformer |
Class for inform about the QVPropertyContainer changes. More... | |
class | QVPropertyContainer |
Base class for dynamic property container objects. More... | |
class | QVPropertyContainerChange |
Base class for property container object's changes. More... | |
class | QVWorker |
Base class for Worker threads. More... |
QVision proposes a block-oriented programming architecture to develop Computer Vision applications and prototypes. It has some advantages regarding the application design and code parallelization. This group includes classes that are used to create the basic blocks, that will compose in new QVision applications.
For further information about the usage of these classes see the Advanced programming guide.