| 1549 | } |
| 1550 | |
| 1551 | STDMETHODIMP 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 | |
| 1556 | STDMETHODIMP OpAutomation::CvThreshold(BSTR src_file, BSTR dst_file, DOUBLE threshold, DOUBLE max_value, BSTR mode, |
| 1557 | LONG *ret) { |