MCPcopy Create free account
hub / github.com/cmauri/eviacam / CProcessImage

Class CProcessImage

wxcamwindow/capturethread.h:36–41  ·  view source on GitHub ↗

Abstract class for thread callback

Source from the content-addressed store, hash-verified

34
35// Abstract class for thread callback
36class CProcessImage
37{
38public:
39 virtual void ProcessImage (IplImage *pImage)= 0;
40 virtual ~CProcessImage() {}
41};
42
43class CCaptureThread : public wxThread
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected