iVS3D v2.0.0
Loading...
Searching...
No Matches
ImageGathererCpu Class Reference

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>

Inheritance diagram for ImageGathererCpu:
ImageGatherer ImageGatherer

Private Member Functions

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
 

Additional Inherited Members

Detailed Description

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.

Member Function Documentation

◆ gatherSingleImage() [1/2]

cv::Mat ImageGathererCpu::gatherSingleImage ( uint  frameIdx)
overrideprivatevirtual

gatherSingleImage reads, resizes and greyscales a single frame

Parameters
frameIdxdefines 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
frameIdxdefines which frame should be gathered
Returns
image of requested frame

Implements ImageGatherer.


The documentation for this class was generated from the following files: