> ## Content Index
> Fetch the complete content index at: https://yinguobing.com/blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# 在Xcode项目中添加OpenCV Linker Flags
- URL: https://yinguobing.com/blog/opencv-linker-flags-in-xcode/
- Published: 2015-11-24T14:40:14.000Z
- Updated: 2022-05-29T07:37:58.000Z
- Description: 在Xcode中创建OpenCV代码需要按需求加入以下module的linker flags。
- Author: 尹国冰
- Tags: OpenCV, 图像处理

在Xcode中创建OpenCV代码需要按需求加入以下module的linker flags:

`-lopencv_calib3d -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_highgui -lopencv_imgcodecs -lopencv_imgproc -lopencv_ml -lopencv_objdetect -lopencv_photo -lopencv_shape -lopencv_stitching -lopencv_superres -lopencv_ts -lopencv_video -lopencv_videoio -lopencv_videostab`