|
Video Processing Framework
|
#include <Unit_VideoProperties.h>
Public Member Functions | |
| SequenceProperties () | |
| SequenceProperties (SequenceProperties *parent) | |
| ~SequenceProperties () | |
Public Attributes | |
| int | ix |
| int | iy |
| int | uvx |
| int | uvy |
| std::string | filename |
| std::string | path |
| std::string | extension |
| std::string | name |
| std::string | Id |
| double | magnification |
| int | filetype |
| int | nframes |
| int | firstf |
| int | lastf |
| int | frame |
| int | frameind |
| int | delay |
| int | contourlistindeks |
| bool | color |
| bool | RGB |
| bool | opensuccess |
| long | filelength |
| bool | doY |
| bool | doCb |
| bool | doCr |
| bool | scaleCb |
| bool | scaleCr |
| bool | findminmax |
| unsigned char | minY |
| unsigned char | maxY |
| unsigned char | minCr |
| unsigned char | maxCr |
| unsigned char | minCb |
| unsigned char | maxCb |
| long | minposY |
| long | minposCr |
| long | minposCb |
| SequenceProperties::SequenceProperties | ( | ) |
| SequenceProperties::SequenceProperties | ( | SequenceProperties * | parent | ) |
| SequenceProperties::~SequenceProperties | ( | ) |
| std::string SequenceProperties::extension |
| std::string SequenceProperties::filename |
| std::string SequenceProperties::Id |
| unsigned char SequenceProperties::maxCb |
| unsigned char SequenceProperties::maxCr |
| unsigned char SequenceProperties::maxY |
| unsigned char SequenceProperties::minCb |
| unsigned char SequenceProperties::minCr |
| unsigned char SequenceProperties::minY |
| std::string SequenceProperties::name |
| std::string SequenceProperties::path |