MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setOpenCVSupport

Function setOpenCVSupport

IPL/include/IPLProcess.h:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 void setIsSource (bool isSource) { _isSource = isSource; }
175 void setIsSequence (bool isSequence) { _isSequence = isSequence; }
176 void setOpenCVSupport (IPLOpenCVSupport supportType) { _openCVSupport = supportType; }
177 void setClassName (std::string className) { _className = className; }
178 void setTitle (std::string title) { _title = title; }
179 void setDescription (std::string description) { _description = description; }

Callers 15

initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by 1

initMethod · 0.68