|
Video Processing Framework
|
#include <User_FrameProcessingThread.h>
Classes | |
| struct | tagTHREADNAME_INFO |
Public Member Functions | |
| __fastcall | FrameProcessing (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 FrameProcessing::FrameProcessing | ( | bool | CreateSuspended | ) |
| void __fastcall FrameProcessing::Execute | ( | ) | [protected] |
| void __fastcall FrameProcessing::showImage | ( | ) |
| void __fastcall FrameProcessing::showProcObject | ( | ) |
| CvCapture* FrameProcessing::aviCapture |