Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::qt::ImgROI Struct Reference

internal stuct, used for deep image copies More...

#include <Quick.h>

Public Member Functions

ImgROIoperator= (const ImgQ &i)
 sets up the member images ROI to the i's ROI More...
 
ImgROIoperator= (float val)
 sets up the member images ROI to val More...
 
ImgROIoperator= (const ImgROI &r)
 sets up the member images ROI to the given ROI More...
 
 operator ImgQ ()
 implicit cast operator More...
 

Public Attributes

ImgQ image
 image data More...
 

Detailed Description

internal stuct, used for deep image copies

See also
icl::roi(core::Img<icl32f> &)

Member Function Documentation

◆ operator ImgQ()

icl::qt::ImgROI::operator ImgQ ( )

implicit cast operator

◆ operator=() [1/3]

ImgROI& icl::qt::ImgROI::operator= ( const ImgQ i)

sets up the member images ROI to the i's ROI

Parameters
isource image

◆ operator=() [2/3]

ImgROI& icl::qt::ImgROI::operator= ( float  val)

sets up the member images ROI to val

Parameters
valvalue to set up each pixel with

◆ operator=() [3/3]

ImgROI& icl::qt::ImgROI::operator= ( const ImgROI r)

sets up the member images ROI to the given ROI

Parameters
rsource roi

Member Data Documentation

◆ image

ImgQ icl::qt::ImgROI::image

image data


The documentation for this struct was generated from the following file: