cmake OpenCV examples

alicevision/AliceVision src/CMakeLists.txt :514

find_package(OpenCV COMPONENTS core imgproc video imgcodecs videoio features2d optflow photo)

bambulab/BambuStudio src/libslic3r/CMakeLists.txt :493

find_package(OpenCV REQUIRED core)

YutaItoh/3D-Eye-Tracker CMakeLists.txt :55

find_package ( OpenCV REQUIRED )

SoftFever/OrcaSlicer src/libslic3r/CMakeLists.txt :479

find_package(OpenCV REQUIRED core)

fverdoja/Fast-3D-Pointcloud-Segmentation CMakeLists.txt :23

find_package(OpenCV REQUIRED)

anhttran/3dmm_basic CMakeLists.txt :26

find_package( OpenCV REQUIRED )

AmeyaWagh/3D_object_recognition CMakeLists.txt :20

find_package(OpenCV 3 REQUIRED )

koide3/hdl_people_tracking CMakeLists.txt :12

find_package(OpenCV REQUIRED)

koide3/glim CMakeLists.txt :38

find_package(OpenCV REQUIRED COMPONENTS core)

qxiaofan/awesome-orb-slam3-3dvisioncraft-version CMakeLists.txt :36

find_package(OpenCV 3)

fzi-forschungszentrum-informatik/gpu-voxels icmaker/CorePackages.cmake :105

FIND_PACKAGE(OpenCV)

alibaba/multiple-cameras-and-3D-LiDARs-extrinsic-calibration CMakeLists.txt :16

find_package(OpenCV REQUIRED)

cleinc/slslam src/CMakeLists.txt :17

find_package(OpenCV 2 REQUIRED PATHS "/usr/local/opencv2.4/share/OpenCV")

zenustech/zeno projects/ImgCV/CMakeLists.txt :6

find_package(OpenCV REQUIRED COMPONENTS core imgcodecs imgproc highgui features2d calib3d stitching)

alex-petrenko/megaverse src/cmake/util.cmake :31

find_package(OpenCV REQUIRED)

NVlabs/intrinsic3d CMakeLists.txt :74

FIND_PACKAGE(OpenCV 4.0.0 COMPONENTS core highgui imgproc imgcodecs REQUIRED)

dgrzech/sobfu CMakeLists.txt :32

find_package(OpenCV REQUIRED COMPONENTS core viz highgui calib3d)

SlamMate/CDS-SLAM-Semantic-mapping-in-dynamic-environment CMakeLists.txt :33

find_package(OpenCV 4.4)

YWL0720/YOLO_ORB_SLAM3_with_pointcloud_map CMakeLists.txt :43

find_package(OpenCV 4.2)

KDE/digikam core/cmake/modules/MacroOpenCV.cmake :22

find_package(OpenCV COMPONENTS ${OPENCV_REQUIRED_COMPONENTS})

pcb9382/FaceAlgorithm FaceAlgorithm/face_alignment/CMakeLists.txt :30

find_package(OpenCV)

RicheyHuang/CoveragePlanner CMakeLists.txt :8

find_package(OpenCV 4 REQUIRED)

xiaohulugo/PointCloudSegmentation CMakeLists.txt :18

FIND_PACKAGE(OpenCV REQUIRED)

terzakig/sqpnp examples/CMakeLists.txt :16

find_package(OpenCV)

RicheyHuang/BoustrophedonCellularDecompositionPathPlanning CMakeLists.txt :6

find_package(OpenCV REQUIRED)

cheind/image-align CMakeLists.txt :11

find_package(OpenCV REQUIRED)

lh9171338/Astar CMakeLists.txt :9

find_package(OpenCV REQUIRED)

Kitware/kwiver CMake/kwiver-depends-DBoW2.cmake :9

find_package( OpenCV REQUIRED )

BloodAxe/OpenCV-Features-Comparison CMakeLists.txt :4

find_package(OpenCV 3.0.0 REQUIRED)

PRiME-project/PRiMEStereoMatch CMakeLists.txt :29

find_package(OpenCV REQUIRED COMPONENTS core calib3d imgproc highgui video)

hridaybavle/semantic_slam CMakeLists.txt :42

find_package(OpenCV REQUIRED)

Enri2077/realtime-manifold-mesh-reconstructor CMakeLists.txt :11

find_package(OpenCV REQUIRED)

HsiehYiChia/Scene-text-recognition CMakeLists.txt :40

find_package(OpenCV REQUIRED)

wpilibsuite/allwpilib CMakeLists.txt :341

find_package(OpenCV REQUIRED)

MaaAssistantArknights/MaaAssistantArknights CMakeLists.txt :37

find_package(OpenCV REQUIRED COMPONENTS core imgproc imgcodecs)

PRBonn/visual-crop-row-navigation CMakeLists.txt :20

find_package( OpenCV REQUIRED )

openvinotoolkit/openvino cmake/extra_modules.cmake :7

find_package(OpenCV QUIET)

performous/performous game/CMakeLists.txt :177

find_package(OpenCV COMPONENTS core videoio)

SsageParuders/Android_Native_Surface my_android_opencv/cmake/OpenCVPluginStandalone.cmake :92

find_package(OpenCV REQUIRED ${module} ${OPENCV_PLUGIN_DEPS})

linyicheng1/teb_local_planner CMakeLists.txt :10

find_package(OpenCV REQUIRED)

alejandrofontan/AnyFeature-VSLAM CMakeLists.txt :48

find_package(OpenCV REQUIRED )

w111liang222/lidar-slam-detection tools/pkl_to_rosbag/CMakeLists.txt :18

find_package(OpenCV REQUIRED)

NVIDIA/DALI cmake/Dependencies.common.cmake :22

find_package(OpenCV 4.0 QUIET COMPONENTS core imgproc imgcodecs)

scanner-research/scanner examples/tutorials/resize_op/CMakeLists.txt :21

find_package(OpenCV REQUIRED COMPONENTS core imgproc)

DIPlib/diplib doc/CMakeLists.txt :64

find_package(OpenCV QUIET COMPONENTS core)

electronicarts/IRIS CMakeLists.txt :74

find_package(OpenCV CONFIG REQUIRED)

raulmur/ORB_SLAM CMakeLists.txt :19

find_package(OpenCV REQUIRED)

CMU-Perceptual-Computing-Lab/openpose CMakeLists.txt :440

find_package(OpenCV)

jolibrain/deepdetect CMakeLists.txt :675

find_package(OpenCV 3 QUIET COMPONENTS ${OPENCV_MODULES})

hku-mars/loam_livox CMakeLists.txt :22

find_package(OpenCV REQUIRED)

lrse/sptam cmake-modules/dependencies.cmake :22

find_package(OpenCV 3 REQUIRED)

robotology/yarp cmake/YarpFindDependencies.cmake :331

find_package(OpenCV ${OpenCV_REQUIRED_VERSION} QUIET)

cedricve/raspicam CMakeLists.txt :55

FIND_PACKAGE(OpenCV)

sourcey/libsourcey LibSourcey.cmake :211

find_package(OpenCV)

OSVR/OSVR-Core CMakeLists.txt :205

find_package(OpenCV)

prophesee-ai/openeb CMakeLists.txt :225

find_package(OpenCV COMPONENTS core highgui imgproc videoio imgcodecs calib3d objdetect REQUIRED)

laganiere/OpenCV3Cookbook src/CMakeLists.txt :17

find_package( OpenCV REQUIRED )

nickdademo/qt-opencv-multithreaded CMakeLists.txt :25

find_package(OpenCV REQUIRED)

HyperInspire/InspireFace CMakeLists.txt :232

find_package(OpenCV REQUIRED)

uzh-rpg/rpg_eklt CMakeLists.txt :5

find_package(OpenCV REQUIRED)

davheld/GOTURN CMakeLists.txt :16

find_package( OpenCV REQUIRED )

supertuxkart/stk-code lib/wiiuse/cmake/FindOpenCV1.cmake :33

find_package(OpenCV QUIET NO_MODULE)

fabianschenk/RESLAM CMakeLists.txt :47

find_package(OpenCV 3 REQUIRED opencv_core opencv_imgproc opencv_highgui)

apennisi/jpdaf_tracking CMakeLists.txt :10

find_package(OpenCV REQUIRED)

jingma-git/RealSkel core/CMakeLists.txt :41

find_package(OpenCV REQUIRED)

ZikangYuan/voxel_svio CMakeLists.txt :52

find_package(OpenCV REQUIRED)

ZhenshengLee/ros2_shm_msgs CMakeLists.txt :36

find_package(OpenCV 4 QUIET)

MarianoJT88/Joint-VO-SF CMakeLists.txt :13

FIND_PACKAGE(OpenCV REQUIRED)

TingmanYan/SDR fdr/CMakeLists.txt :12

find_package(OpenCV REQUIRED)

linClubs/BEVDet-ROS-TensorRT CMakeLists.txt :41

find_package(OpenCV REQUIRED)

HxCa1/BEV-LIO-LC CMakeLists.txt :76

find_package(OpenCV REQUIRED
    COMPONENTS core imgproc features2d xfeatures2d
)

hku-mars/livox_camera_calib CMakeLists.txt :25

find_package(OpenCV)

kevinlin311tw/caffe-cvprw15 src/caffe/CMakeLists.txt :40

find_package(OpenCV REQUIRED core highgui imgproc)

lixiny/Handeye-Calibration-ROS src/camera_driver/CMakeLists.txt :24

find_package(OpenCV 3 REQUIRED)

InsightSoftwareConsortium/ITK Modules/Video/BridgeOpenCV/CMakeLists.txt :28

find_package(OpenCV REQUIRED)

hkr/fuji-cam-wifi-tool tool/CMakeLists.txt :22

find_package(OpenCV)

izhengfan/se2clam CMakeLists.txt :13

find_package(OpenCV REQUIRED)

HKUST-Aerial-Robotics/FM-Fusion catkin_ws/src/sgloop_ros/CMakeLists.txt :25

find_package(OpenCV REQUIRED)

KDE/marble examples/cpp/CMakeLists.txt :74

FIND_PACKAGE (OpenCV QUIET COMPONENTS core imgproc highgui videoio)

RichardoMrMu/yolov5-deepsort-tensorrt CMakeLists.txt :6

find_package(OpenCV REQUIRED)

APRIL-ZJU/clins CMakeLists.txt :36

find_package(OpenCV REQUIRED)

APRIL-ZJU/clic CMakeLists.txt :38

find_package(OpenCV REQUIRED)

Jackarain/proxy third_party/boost/libs/compute/example/CMakeLists.txt :87

find_package(OpenCV REQUIRED)

XiaoBaiiiiii/colmap-pcd CMakeLists.txt :103

find_package(OpenCV REQUIRED)

praveen-palanisamy/multiple-object-tracking-lidar CMakeLists.txt :13

find_package( OpenCV REQUIRED )

IATBOMSW/ORB-SLAM2_DENSE CMakeLists.txt :37

find_package(OpenCV 3.0 QUIET)

shogun-toolbox/shogun src/shogun/CMakeLists.txt :490

FIND_PACKAGE(OpenCV)

forestsen/KinectAzureDKProgramming CMakeLists.txt :154

FIND_PACKAGE(OpenCV REQUIRED)

tum-vision/mono_dataset_code CMakeLists.txt :13

find_package(OpenCV REQUIRED)

gaowenliang/code_utils CMakeLists.txt :15

find_package(OpenCV REQUIRED)

LisaAnne/lisa-caffe-public cmake/Dependencies.cmake :60

find_package(OpenCV QUIET COMPONENTS core highgui imgproc imgcodecs)

CMU-Perceptual-Computing-Lab/caffe_rtpose cmake/Dependencies.cmake :72

find_package(OpenCV QUIET COMPONENTS core highgui imgproc imgcodecs)

leovandriel/caffe2_cpp_tutorial CMakeLists.txt :7

find_package(OpenCV REQUIRED)

ossia/libossia examples/CMakeLists.txt :92

find_package(OpenCV
        COMPONENTS
        core
        videoio
        imgcodecs
        imgproc)

keenan-burnett/yeti_radar_odometry CMakeLists.txt :11

find_package(OpenCV 3 REQUIRED)

luigifreda/slamplay CMakeLists.txt :188

find_package(OpenCV ${OPENCV_VERSION} REQUIRED)

TouchDesigner/CustomOperatorSamples TOP/BasicFilterTOP/CMakeLists.txt :11

find_package(OpenCV REQUIRED)

chengzhengxin/sdm CMakeLists.txt :52

find_package( OpenCV REQUIRED )

iwatake2222/self-driving-ish_computer_vision_system CMakeLists.txt :55

find_package(OpenCV REQUIRED)

plstcharles/litiv CMakeLists.txt :121

find_package(OpenCV 3.0 REQUIRED)