MCPcopy Create free account
hub / github.com/CloudCV/cloudcv-bootstrap / CreateImageSource

Function CreateImageSource

src/framework/ImageSource.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 };
68
69 ImageSourcePtr CreateImageSource(const std::string& filepath)
70 {
71 return ImageSourcePtr(new FileImageSource(filepath));
72 }
73
74 ImageSourcePtr CreateImageSource(v8::Local<v8::Object> imageBuffer)
75 {

Callers 4

NAN_METHODFunction · 0.85
NAN_METHODFunction · 0.85
ExecuteNativeCodeMethod · 0.85
NAN_METHODFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected