MCPcopy Create free account
hub / github.com/WallBreaker2/op / CvInRange

Method CvInRange

libop/com/OpAutomation.cpp:1561–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1559}
1560
1561STDMETHODIMP OpAutomation::CvInRange(BSTR src_file, BSTR dst_file, BSTR color_space, BSTR lower, BSTR upper, LONG *ret) {
1562 return RunCvRetOnly(ret, [&](LONG *out) { obj.CvInRange(src_file, dst_file, color_space, lower, upper, out); });
1563}
1564
1565STDMETHODIMP OpAutomation::CvMorphology(BSTR src_file, BSTR dst_file, BSTR mode, LONG kernel_size, LONG iterations,
1566 LONG *ret) {

Callers 1

OpCvInRangeFunction · 0.45

Calls 1

RunCvRetOnlyFunction · 0.85

Tested by

no test coverage detected