From 3ff75c77c4df373c3196069d7bb16786d75e0cc4 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Date: Mon, 6 Jun 2022 10:37:44 +0800 Subject: [PATCH] [docs] Add opencv build docs link (linux and windows) (#43) --- docs/DomainSpecificSupport.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/DomainSpecificSupport.md b/docs/DomainSpecificSupport.md index 10a72eef9..97c5554f8 100644 --- a/docs/DomainSpecificSupport.md +++ b/docs/DomainSpecificSupport.md @@ -8,4 +8,8 @@ Currently, we support the following framework. ### OpenCV -TODO: Add instructions for installing/building OpenCV. +If you want to install OpenCV on your local device, you can use commands in follow links. + +- [install OpenCV in linux](https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html) +- [install OpenCV in windows](https://docs.opencv.org/4.x/d3/d52/tutorial_windows_install.html) +