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

Method CvResize

libop/com/OpAutomation.cpp:1551–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549}
1550
1551STDMETHODIMP OpAutomation::CvResize(BSTR src_file, LONG width, LONG height, BSTR dst_file, LONG *ret) {
1552 obj.CvResize(src_file, width, height, dst_file, ret);
1553 return S_OK;
1554}
1555
1556STDMETHODIMP OpAutomation::CvThreshold(BSTR src_file, BSTR dst_file, DOUBLE threshold, DOUBLE max_value, BSTR mode,
1557 LONG *ret) {

Callers 1

OpCvResizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected