![]() |
iVS3D v2.0.0
|
The ImageGatherer class is an interface which defines the structure for the hardware specific algorithm. The algorithm reads, resizes and greyscales an frame. This algorithm can be executed on multiple frames at once. More...
#include <imagegatherer.h>
Protected Member Functions | |
| virtual cv::Mat | gatherSingleImage (uint frameIdx)=0 |
| gatherSingleImage reads, resizes and greyscales a single frame | |
| virtual cv::Mat | gatherSingleImage (uint frameIdx)=0 |
| gatherSingleImage reads, resizes and greyscales a single frame | |
The ImageGatherer class is an interface which defines the structure for the hardware specific algorithm. The algorithm reads, resizes and greyscales an frame. This algorithm can be executed on multiple frames at once.
|
protectedpure virtual |
gatherSingleImage reads, resizes and greyscales a single frame
| frameIdx | defines which frame should be gathered |
Implemented in ImageGathererCpu, ImageGathererCuda, ImageGathererCpu, and ImageGathererCuda.
|
protectedpure virtual |
gatherSingleImage reads, resizes and greyscales a single frame
| frameIdx | defines which frame should be gathered |
Implemented in ImageGathererCpu, ImageGathererCuda, ImageGathererCpu, and ImageGathererCuda.