Skip to content

Commit 27c2c59

Browse files
committed
depth-anything: fix missing symbol export
1 parent 033513c commit 27c2c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/visp/vision.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ VISP_API depthany_params depthany_detect_params(model_file const&, i32x2 input_e
246246
VISP_API i32x2 depthany_image_extent(i32x2 input_extent, depthany_params const&);
247247

248248
VISP_API image_data depthany_process_input(image_view image, depthany_params const&);
249-
image_data depthany_process_output(
249+
VISP_API image_data depthany_process_output(
250250
std::span<float const> output_data, i32x2 target_extent, depthany_params const&);
251251

252252
VISP_API tensor depthany_predict(model_ref, tensor image, depthany_params const&);

0 commit comments

Comments
 (0)