38 namespace utils {
class Mutex;}
core::Img64f * m_poReadBuffer
internally used reading buffer
Definition: FileGrabberPluginCSV.h:74
undocument this line if you encounter any issues!
Definition: Any.h:37
interface for ImageGrabber Plugins for reading different file types
Definition: FileGrabberPlugin.h:40
Utility class for file handling (reading files is buffered)
Definition: File.h:61
#define ICLIO_API
Definition: CompatMacros.h:176
ICLQt_API core::Img< T > grab(const std::string &dev, const std::string &devSpec, const utils::Size &size=utils::Size::null, core::format fmt=core::formatRGB, bool releaseGrabber=false)
grabs a new image from given device (affinity for floats)
utils::Mutex * m_poReadBufferMutex
internally used mutex to protect the reading buffer
Definition: FileGrabberPluginCSV.h:77
FileGrabber plugins for writing ".csv" files (Comma-Separated Values)
Definition: FileGrabberPluginCSV.h:60
Mutex class of the ICL.
Definition: Mutex.h:54
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
The Img class implements the ImgBase Image interface with type specific functionalities .
Definition: Img.h:49