acquireImage() | icl::io::OpenCVVideoGrabber | virtual |
adaptGrabResult(const core::ImgBase *src, core::ImgBase **dst) | icl::io::Grabber | protected |
adaptProperty(const std::string &name, const std::string &newType, const std::string &newInfo, const std::string &newToolTip) | icl::utils::Configurable | virtual |
addChildConfigurable(Configurable *configurable, const std::string &childPrefix="") | icl::utils::Configurable | protected |
addProperty(const std::string &name, const std::string &type, const std::string &info, const Any &value=Any(), const int volatileness=0, const std::string &tooltip=std::string()) | icl::utils::Configurable | protected |
call_callbacks(const std::string &propertyName, const Configurable *caller) const | icl::utils::Configurable | protected |
callback typedef | icl::io::Grabber | |
Callback typedef | icl::utils::Configurable | |
callbacks | icl::utils::Configurable | protected |
Configurable(const std::string &ID="", bool ordered=true) | icl::utils::Configurable | protected |
Configurable(const Configurable &other) | icl::utils::Configurable | |
create_configurable(const std::string &classname) | icl::utils::Configurable | static |
create_default_ID(const std::string &prefix) | icl::utils::Configurable | static |
data | icl::io::OpenCVVideoGrabber | private |
deactivateProperty(const std::string &pattern) | icl::utils::Configurable | |
deleteDeactivationPattern(const std::string &pattern) | icl::utils::Configurable | |
desiredUsed() const | icl::io::Grabber | inline |
disableUndistortion() | icl::io::Grabber | |
EMPTY_VEC | icl::utils::Configurable | static |
enableUndistortion(const std::string &filename) | icl::io::Grabber | |
enableUndistortion(const ImageUndistortion &udist) | icl::io::Grabber | |
enableUndistortion(const utils::ProgArg &pa) | icl::io::Grabber | |
enableUndistortion(const core::Img32f &warpMap) | icl::io::Grabber | |
get(const std::string &id) | icl::utils::Configurable | static |
get_registered_configurables() | icl::utils::Configurable | static |
getConfigurableID() const | icl::utils::Configurable | inline |
getDesired() const | icl::io::Grabber | inline |
getDesiredDepthInternal() const | icl::io::Grabber | protectedvirtual |
getDesiredFormatInternal() const | icl::io::Grabber | protectedvirtual |
getDesiredSizeInternal() const | icl::io::Grabber | protectedvirtual |
getPropertyInfo(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyList() const | icl::utils::Configurable | virtual |
getPropertyListWithoutDeactivated() const | icl::utils::Configurable | |
getPropertyToolTip(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyType(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyValue(const std::string &propertyName) const | icl::utils::Configurable | virtual |
getPropertyVolatileness(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getUndistortionWarpMap() const | icl::io::Grabber | |
grab(core::ImgBase **dst=0) | icl::io::Grabber | |
Grabber() | icl::io::Grabber | |
ignoreDesired() | icl::io::Grabber | inline |
ignoreDesired() | icl::io::Grabber | |
isOrderedFlagSet() const | icl::utils::Configurable | inline |
isUndistortionEnabled() const | icl::io::Grabber | |
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) | icl::utils::Configurable | virtual |
mutex | icl::io::OpenCVVideoGrabber | private |
notifyNewImageAvailable(const core::ImgBase *image) | icl::io::Grabber | virtual |
OpenCVVideoGrabber(const std::string &fileName) | icl::io::OpenCVVideoGrabber | |
operator=(const Configurable &other) | icl::utils::Configurable | |
processPropertyChange(const utils::Configurable::Property &prop) | icl::io::OpenCVVideoGrabber | private |
prop(const std::string &propertyName) | icl::utils::Configurable | protected |
prop(const std::string &propertyName) const | icl::utils::Configurable | protected |
register_configurable_type(const std::string &classname, Function< Configurable * > creator) | icl::utils::Configurable | static |
registerCallback(callback cb) | icl::io::Grabber | virtual |
icl::utils::Configurable::registerCallback(const Callback &cb) | icl::utils::Configurable | inline |
removeAllCallbacks() | icl::io::Grabber | virtual |
removeChildConfigurable(Configurable *configurable) | icl::utils::Configurable | protected |
removedCallback(const Callback &cb) | icl::utils::Configurable | |
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) const | icl::utils::Configurable | virtual |
setConfigurableID(const std::string &ID) | icl::utils::Configurable | |
setDesiredDepthInternal(core::depth d) | icl::io::Grabber | protectedvirtual |
setDesiredFormatInternal(core::format fmt) | icl::io::Grabber | protectedvirtual |
setDesiredSizeInternal(const utils::Size &size) | icl::io::Grabber | protectedvirtual |
setPropertyValue(const std::string &propertyName, const Any &value) | icl::utils::Configurable | virtual |
setUndistortionInterpolationMode(core::scalemode mode) | icl::io::Grabber | |
supportsProperty(const std::string &propertyName) const | icl::utils::Configurable | virtual |
syncChangesTo(Configurable *others, int num=1) | icl::utils::Configurable | |
translateDoubleVec(const std::vector< double > &doubleVec) | icl::io::Grabber | static |
translateDoubleVec(const std::string &doubleVecStr) | icl::io::Grabber | static |
translateSteppingRange(const utils::SteppingRange< double > &range) | icl::io::Grabber | static |
translateSteppingRange(const std::string &rangeStr) | icl::io::Grabber | static |
translateStringVec(const std::vector< std::string > &stringVec) | icl::io::Grabber | static |
translateStringVec(const std::string &stringVecStr) | icl::io::Grabber | static |
Uncopyable() | icl::utils::Uncopyable | inlineprotected |
updating | icl::io::OpenCVVideoGrabber | private |
useDesired(const T &t) | icl::io::Grabber | inline |
useDesired(core::depth d, const utils::Size &size, core::format fmt) | icl::io::Grabber | |
~Configurable() | icl::utils::Configurable | inlinevirtual |
~Grabber() | icl::io::Grabber | virtual |
~OpenCVVideoGrabber() | icl::io::OpenCVVideoGrabber | |