#include <ImageProcessor.h>
Public Member Functions | |
| void | SingleRun (LPVOID pParam) |
| bool | Stop () |
| bool | Init (LPVOID param) |
| ImageProcessor () | |
| virtual | ~ImageProcessor () |
Static Public Member Functions | |
| static DWORD WINAPI | MyThread (LPVOID pParam) |
Public Attributes | |
| HANDLE | h_MyThread |
Protected Member Functions | |
| Image * | dib2cvip (CImage *dib) |
| void | cvip2dib (CImage *dib, Image *cvipImage) |
| void | vis2cvip (Image *cvipImage, CImage *vis) |
| vision sdk | |
| void | cvip2vis (CImage *vis, Image *cvipImage) |
| Image * | MyAlgorithm (Image *cvipImage) |
Definition at line 24 of file ImageProcessor.h.
|
|
Definition at line 76 of file ImageProcessor.cpp. |
|
|
Definition at line 82 of file ImageProcessor.cpp. |
|
||||||||||||
|
Definition at line 120 of file ImageProcessor.cpp. |
|
||||||||||||
|
Definition at line 213 of file ImageProcessor.cpp. Referenced by MyThread(), and SingleRun(). |
|
|
Definition at line 89 of file ImageProcessor.cpp. |
|
|
Definition at line 493 of file ImageProcessor.cpp. References h_MyThread. |
|
|
Definition at line 292 of file ImageProcessor.cpp. References find_color_objects(), iImageCount, log_Image(), print_entities(), send_entities(), and VIEWER. Referenced by MyThread(), and SingleRun(). |
|
|
Definition at line 518 of file ImageProcessor.cpp. References cvip2vis(), MyAlgorithm(), and vis2cvip(). |
|
|
Definition at line 589 of file ImageProcessor.cpp. References cvip2vis(), MyAlgorithm(), and vis2cvip(). |
|
|
Definition at line 510 of file ImageProcessor.cpp. |
|
||||||||||||
|
vision sdk
Definition at line 162 of file ImageProcessor.cpp. Referenced by MyThread(), and SingleRun(). |
|
|
Definition at line 29 of file ImageProcessor.h. Referenced by Init(). |
1.4.6