cmake OpenCV examples

MegviiRobot/CamLaserCalibraTool CMakeLists.txt :36

find_package(OpenCV REQUIRED)

patrikhuber/4dface CMakeLists.txt :46

find_package(OpenCV 3 REQUIRED core imgcodecs imgproc highgui videoio objdetect)

alicevision/AliceVision src/CMakeLists.txt :514

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

anhttran/extreme_3d_faces CMakeLists.txt :17

find_package( OpenCV )

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

find_package(OpenCV REQUIRED core)

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

find_package(OpenCV REQUIRED core)

theICTlab/3DUNDERWORLD-SLS-GPU_CPU CMakeLists.txt :38

find_package( OpenCV 4.0 REQUIRED)

anhttran/3dmm_basic CMakeLists.txt :26

find_package( OpenCV REQUIRED )

ut-amrl/stereo_dense_reconstruction CMakeLists.txt :18

find_package(OpenCV REQUIRED)

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

FIND_PACKAGE(OpenCV)

laxnpander/OpenREALM modules/realm_core/CMakeLists.txt :13

find_package(OpenCV 3.3.1 EXACT QUIET)

cleinc/slslam src/CMakeLists.txt :17

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

lmb-freiburg/ogn cmake/Dependencies.cmake :97

find_package(OpenCV QUIET COMPONENTS core highgui imgproc imgcodecs)

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

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

luigifreda/plvs CMakeLists.txt :191

find_package(OpenCV ${OPENCV_VERSION} REQUIRED)

alex-hjm/cloudtool camera/AzureKinect/examples/CMakeLists.txt :15

find_package(OpenCV REQUIRED)

YungeCui/BoW3D CMakeLists.txt :20

find_package(OpenCV REQUIRED)

hyye/dsl CMakeLists.txt :26

find_package(OpenCV REQUIRED)

ankurhanda/SceneNetv1.0 CMakeLists.txt :19

find_package(OpenCV REQUIRED)

YWL0720/YOLO_ORB_SLAM3 CMakeLists.txt :43

find_package(OpenCV 4.2)

YWL0720/YOLO_ORB_SLAM3_with_pointcloud_map CMakeLists.txt :43

find_package(OpenCV 4.2)

xiefei2929/ORB_SLAM3-ROS-Interface CMakeLists.txt :36

find_package(OpenCV 3)

OAID/Caffe-HRT cmake/Dependencies.cmake :112

find_package(OpenCV QUIET COMPONENTS core highgui imgproc imgcodecs)

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

find_package(OpenCV)

Smorodov/Multitarget-tracker CMakeLists.txt :37

FIND_PACKAGE(OpenCV REQUIRED)

kushuaiming/planning_algorithm CMakeLists.txt :11

find_package(OpenCV REQUIRED)

pcb9382/StereoAlgorithms CREStereo/src/CMakeLists.txt :9

find_package(OpenCV REQUIRED)

ros-industrial/industrial_calibration target_finders/opencv/CMakeLists.txt :2

find_package(OpenCV REQUIRED)

terzakig/sqpnp examples/CMakeLists.txt :16

find_package(OpenCV)

lh9171338/Astar CMakeLists.txt :9

find_package(OpenCV REQUIRED)

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

find_package( OpenCV REQUIRED )

danini/magsac CMakeLists.txt :31

find_package(OpenCV)

davidstutz/superpixel-benchmark ccs_cli/CMakeLists.txt :34

find_package(OpenCV REQUIRED)

carolinepacheco/lbp-library CMakeLists.txt :24

find_package(OpenCV REQUIRED)

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

find_package(OpenCV REQUIRED)

rzou15/Object-detection-in-Point-Cloud-road-boundary CMakeLists.txt :16

find_package( OpenCV 3 REQUIRED )

wpilibsuite/allwpilib CMakeLists.txt :341

find_package(OpenCV REQUIRED)

MaaAssistantArknights/MaaAssistantArknights CMakeLists.txt :37

find_package(OpenCV REQUIRED COMPONENTS core imgproc imgcodecs)

avisingh599/mono-vo CMakeLists.txt :3

find_package( OpenCV 3.0 REQUIRED )

WarmUpTill/SceneSwitcher plugins/video/CMakeLists.txt :8

find_package(OpenCV)

hku-mars/BALM BALM-old/CMakeLists.txt :19

find_package(OpenCV REQUIRED)

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

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

hku-mars/ImMesh CMakeLists.txt :58

find_package(OpenCV REQUIRED)

TixiaoShan/imaging_lidar_place_recognition CMakeLists.txt :33

find_package(OpenCV REQUIRED)

PaoPaoRobot/ORB_SLAM2 CMakeLists.txt :20

find_package(OpenCV 2.4.10 REQUIRED)

alejandrofontan/AnyFeature-VSLAM CMakeLists.txt :48

find_package(OpenCV REQUIRED )

rmsalinas/fbow CMakeLists.txt :56

find_package(OpenCV  REQUIRED)

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

find_package(OpenCV 4.0 QUIET COMPONENTS core imgproc imgcodecs)

royshil/obs-backgroundremoval CMakeLists.txt :69

find_package(OpenCV REQUIRED COMPONENTS core imgproc)

freesouls/face-alignment-at-3000fps CMakeLists.txt :2

find_package( OpenCV REQUIRED )

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)

stt-datacore/cpp-image-analysis CMakeLists.txt :26

find_package(OpenCV CONFIG REQUIRED)

dusty-nv/jetson-inference CMakeLists.txt :89

find_package(OpenCV COMPONENTS core calib3d)

raulmur/ORB_SLAM CMakeLists.txt :19

find_package(OpenCV REQUIRED)

psmoveservice/PSMoveService cmake/ThirdParty.cmake :131

FIND_PACKAGE(OpenCV REQUIRED)

jizhang-cmu/ground_based_autonomy_basic src/terrain_analysis/CMakeLists.txt :17

find_package(OpenCV REQUIRED)

gisbi-kim/SC-A-LOAM CMakeLists.txt :24

find_package(OpenCV REQUIRED)

hku-mars/loam_livox CMakeLists.txt :22

find_package(OpenCV REQUIRED)

apache/mxnet CMakeLists.txt :445

find_package(OpenCV COMPONENTS core highgui imgproc imgcodecs)

robotology/yarp cmake/YarpFindDependencies.cmake :331

find_package(OpenCV ${OpenCV_REQUIRED_VERSION} QUIET)

scepter914/DepthAnything-ROS CMakeLists.txt :16

find_package(OpenCV REQUIRED)

tpfister/caffe-heatmap cmake/Dependencies.cmake :60

find_package(OpenCV QUIET COMPONENTS core highgui imgproc imgcodecs)

nrl-ai/CustomChar CMakeLists.txt :23

find_package(OpenCV REQUIRED)

cedricve/raspicam CMakeLists.txt :55

FIND_PACKAGE(OpenCV)

iamhankai/cpp-pytorch CMakeLists.txt :6

find_package( OpenCV REQUIRED )

OSVR/OSVR-Core CMakeLists.txt :205

find_package(OpenCV)

FastTrackOrg/FastTrack src/CMakeLists.txt :95

find_package(OpenCV REQUIRED COMPONENTS
            core imgproc highgui imgcodecs
            videoio video calib3d photo features2d
        )

Yixin-F/better_fastlio2 CMakeLists.txt :53

find_package(OpenCV REQUIRED)

vojirt/asms CMakeLists.txt :10

FIND_PACKAGE( OpenCV REQUIRED )

WPI-AIM/ambf CMakeLists.txt :146

find_package(OpenCV QUIET)

uzh-rpg/rpg_eklt CMakeLists.txt :5

find_package(OpenCV REQUIRED)

danxuhk/StructuredAttentionDepthEstimation cmake/Dependencies.cmake :100

find_package(OpenCV QUIET COMPONENTS core highgui imgproc imgcodecs)

davheld/GOTURN CMakeLists.txt :16

find_package( OpenCV REQUIRED )

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

find_package(OpenCV QUIET NO_MODULE)

HKUST-Aerial-Robotics/grad_traj_optimization third_party/sdf_tools/CMakeLists.txt :11

find_package(OpenCV REQUIRED)

sikang/motion_primitive_library CMakeLists.txt :13

find_package(OpenCV REQUIRED)

apennisi/jpdaf_tracking CMakeLists.txt :10

find_package(OpenCV REQUIRED)

LiJiangnanBit/path_optimizer_2 CMakeLists.txt :22

find_package(OpenCV 3 REQUIRED)

fabianschenk/REVO CMakeLists.txt :46

find_package(OpenCV 3 REQUIRED opencv_core opencv_videoio opencv_imgcodecs opencv_imgproc opencv_calib3d opencv_highgui)

SilenceOverflow/VI_ORB_SLAM2 CMakeLists.txt :31

find_package(OpenCV 3.0 QUIET)

ZikangYuan/voxel_svio CMakeLists.txt :52

find_package(OpenCV REQUIRED)

tzutalin/OpenCV-RgbdOdometry CMakeLists.txt :18

find_package(OpenCV 3.1)

yanmin-wu/EAO-SLAM CMakeLists.txt :35

find_package(OpenCV 3.0 QUIET)

iago-suarez/BEBLID CMakeLists.txt :10

find_package(OpenCV)

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

find_package(OpenCV REQUIRED)

navganti/SIVO CMakeLists.txt :37

find_package(OpenCV 3.0 QUIET)

MegviiRobot/CamOdomCalibraTool CMakeLists.txt :17

find_package(OpenCV REQUIRED)

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

find_package(OpenCV REQUIRED)

fixstars/libSGM sample/CMakeLists.txt :9

find_package(OpenCV REQUIRED)

uzh-rpg/vilib CMakeLists.txt :59

find_package(OpenCV REQUIRED COMPONENTS core)

opentoonz/dwango_opentoonz_plugins CMakeLists.txt :26

find_package(OpenCV REQUIRED)

louis-she/torchscript-demos CMakeLists.txt :6

find_package(OpenCV REQUIRED PATHS ./opencv/build REQUIRED)

ahmetozlu/vehicle_counting CMakeLists.txt :6

find_package(OpenCV REQUIRED)

USE-jx/NMPC_CASADI_CPP src/Fast-Planner/fast_planner/plan_env/CMakeLists.txt :4

find_package(OpenCV REQUIRED)

zjhellofss/KuiperInfer demos/mobilenet/CMakeLists.txt :4

find_package(OpenCV REQUIRED)

Horacehxw/Dynamic_ORB_SLAM2 CMakeLists.txt :31

find_package(OpenCV 3.4.5 QUIET)

royshil/FoodcamClassifier CMakeLists.txt :4

FIND_PACKAGE( OpenCV 2.3 REQUIRED )

Algomorph/pyboostcvconverter CMakeLists.txt :32

find_package(OpenCV COMPONENTS core REQUIRED)

APRIL-ZJU/clins CMakeLists.txt :36

find_package(OpenCV REQUIRED)