|
Video Processing Framework
|
#include <Unit_ProcessingThread.h>
Classes | |
| struct | tagTHREADNAME_INFO |
Public Member Functions | |
| __fastcall | ProcessingThread (bool CreateSuspended) |
| void __fastcall | showImage () |
| void __fastcall | showProcObject () |
Public Attributes | |
| IPLImage * | inputImg |
| AbstractProcessing * | procObj |
| IPLImage * | outputImg |
| CvCapture * | aviCapture |
| long | nFrames |
Protected Member Functions | |
| void __fastcall | Execute () |
| __fastcall ProcessingThread::ProcessingThread | ( | bool | CreateSuspended | ) |
| void __fastcall ProcessingThread::Execute | ( | ) | [protected] |
| void __fastcall ProcessingThread::showImage | ( | ) |
| void __fastcall ProcessingThread::showProcObject | ( | ) |
| CvCapture* ProcessingThread::aviCapture |