#include <mitkVideoInputSource.h>
|
| | mitkClassMacro (VideoInputSource, OpenCVVideoSource) |
| |
| | itkFactorylessNewMacro (Self) |
| |
| | itkCloneMacro (Self) |
| |
| void | FetchFrame () |
| |
| void | StartCapturing () |
| |
| void | StopCapturing () |
| |
| void | SetVideoCameraInput (int cameraindex, bool useCVCAMLib) |
| |
| void | SetVideoFileInput (const char *filename, bool repeatVideo, bool useCVCAMLib) |
| |
| | itkGetConstMacro (ShowSettingsWindow, bool) |
| |
| | itkSetMacro (ShowSettingsWindow, bool) |
| |
| | itkGetMacro (VideoInput, bool) |
| |
| | mitkClassMacro (OpenCVVideoSource, VideoSource) |
| |
| | itkFactorylessNewMacro (Self) |
| |
| | itkCloneMacro (Self) |
| |
| virtual double | GetVideoCaptureProperty (int property_id) |
| |
| virtual int | SetVideoCaptureProperty (int property_id, double value) |
| |
| virtual void | GetCurrentFrameAsOpenCVImage (IplImage *image) |
| |
| cv::Mat | GetImage () override |
| |
| virtual const IplImage * | GetCurrentFrame () |
| |
| virtual void | GetCurrentFrameAsItkHSVPixelImage (HSVPixelImageType::Pointer &Image) |
| |
| void | FetchFrame () override |
| |
| unsigned char * | GetVideoTexture () override |
| |
| void | StartCapturing () override |
| |
| void | StopCapturing () override |
| |
| virtual IplImage * | FlipImage (IplImage *input) |
| |
| virtual void | EnableOnlineImageUndistortion (mitk::Point3D focal, mitk::Point3D principal, mitk::Point4D distortion) |
| |
| virtual void | DisableOnlineImageUndistortion () |
| |
| virtual bool | OnlineImageUndistortionEnabled () const |
| |
| void | PauseCapturing () override |
| |
| | itkGetConstMacro (VideoFileName, std::string) |
| |
| virtual void | SetEnableXAxisFlip (bool enable) |
| |
| virtual void | SetEnableYAxisFlip (bool enable) |
| |
| | itkGetConstMacro (GrabbingDeviceNumber, short) |
| |
| | itkGetMacro (RepeatVideo, bool) |
| |
| | itkSetMacro (RepeatVideo, bool) |
| |
| | mitkClassMacroItkParent (OpenCVImageSource, itk::Object) |
| |
Definition at line 25 of file mitkVideoInputSource.h.
◆ VideoInputSource()
| mitk::VideoInputSource::VideoInputSource |
( |
| ) |
|
|
protected |
◆ ~VideoInputSource()
| mitk::VideoInputSource::~VideoInputSource |
( |
| ) |
|
|
protectedvirtual |
◆ FetchFrame()
| void mitk::VideoInputSource::FetchFrame |
( |
| ) |
|
◆ itkCloneMacro()
| mitk::VideoInputSource::itkCloneMacro |
( |
Self | | ) |
|
◆ itkFactorylessNewMacro()
| mitk::VideoInputSource::itkFactorylessNewMacro |
( |
Self | | ) |
|
◆ itkGetConstMacro()
| mitk::VideoInputSource::itkGetConstMacro |
( |
ShowSettingsWindow | , |
|
|
bool | ) |
◆ itkGetMacro()
| mitk::VideoInputSource::itkGetMacro |
( |
VideoInput | , |
|
|
bool | ) |
◆ itkSetMacro()
| mitk::VideoInputSource::itkSetMacro |
( |
ShowSettingsWindow | , |
|
|
bool | ) |
◆ mitkClassMacro()
◆ SetVideoCameraInput()
| void mitk::VideoInputSource::SetVideoCameraInput |
( |
int | cameraindex, |
|
|
bool | useCVCAMLib ) |
|
virtual |
◆ SetVideoFileInput()
| void mitk::VideoInputSource::SetVideoFileInput |
( |
const char * | filename, |
|
|
bool | repeatVideo, |
|
|
bool | useCVCAMLib ) |
|
virtual |
◆ StartCapturing()
| void mitk::VideoInputSource::StartCapturing |
( |
| ) |
|
◆ StopCapturing()
| void mitk::VideoInputSource::StopCapturing |
( |
| ) |
|
◆ m_CaptureSize
| int mitk::VideoInputSource::m_CaptureSize |
|
protected |
◆ m_CurrentVideoTexture
| unsigned char* mitk::VideoInputSource::m_CurrentVideoTexture |
|
protected |
◆ m_DeviceNumber
| int mitk::VideoInputSource::m_DeviceNumber |
|
protected |
◆ m_ShowSettingsWindow
| bool mitk::VideoInputSource::m_ShowSettingsWindow |
|
protected |
◆ m_VideoInput
| videoInput* mitk::VideoInputSource::m_VideoInput |
|
protected |
The documentation for this class was generated from the following files: