The ImageGathererCpu class implements the ImageGatherer interface as a cuda specific algorithm. The algorithm reads, resizes and greyscales an frame. This algorithm can be executed on multiple frames at once.
More...
#include <imagegatherercpu.h>
|
| cv::Mat | gatherSingleImage (uint frameIdx) override |
| | gatherSingleImage reads, resizes and greyscales a single frame
|
| |
| cv::Mat | gatherSingleImage (uint frameIdx) override |
| | gatherSingleImage reads, resizes and greyscales a single frame
|
| |
The ImageGathererCpu class implements the ImageGatherer interface as a cuda specific algorithm. The algorithm reads, resizes and greyscales an frame. This algorithm can be executed on multiple frames at once.
◆ gatherSingleImage() [1/2]
| cv::Mat ImageGathererCpu::gatherSingleImage |
( |
uint |
frameIdx | ) |
|
|
overrideprivatevirtual |
gatherSingleImage reads, resizes and greyscales a single frame
- Parameters
-
| frameIdx | defines which frame should be gathered |
- Returns
- image of requested frame
Implements ImageGatherer.
◆ gatherSingleImage() [2/2]
| cv::Mat ImageGathererCpu::gatherSingleImage |
( |
uint |
frameIdx | ) |
|
|
overrideprivatevirtual |
gatherSingleImage reads, resizes and greyscales a single frame
- Parameters
-
| frameIdx | defines which frame should be gathered |
- Returns
- image of requested frame
Implements ImageGatherer.
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-smoothCameraMovementPlugin/imagegatherercpu.h
- iVS3D/src/iVS3D-stationaryCameraPlugin/imagegatherercpu.h
- iVS3D/src/iVS3D-smoothCameraMovementPlugin/imagegatherercpu.cpp
- iVS3D/src/iVS3D-stationaryCameraPlugin/imagegatherercpu.cpp