Image Component Library (ICL)
|
internal stuct, used for deep image copies More...
#include <Quick.h>
Public Member Functions | |
ImgROI & | operator= (const ImgQ &i) |
sets up the member images ROI to the i's ROI More... | |
ImgROI & | operator= (float val) |
sets up the member images ROI to val More... | |
ImgROI & | operator= (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... | |
internal stuct, used for deep image copies
icl::qt::ImgROI::operator ImgQ | ( | ) |
implicit cast operator
sets up the member images ROI to the i's ROI
i | source image |
ImgROI& icl::qt::ImgROI::operator= | ( | float | val | ) |
sets up the member images ROI to val
val | value to set up each pixel with |
sets up the member images ROI to the given ROI
r | source roi |
ImgQ icl::qt::ImgROI::image |
image data