cmake Ceres examples

alicevision/AliceVision src/CMakeLists.txt :418

find_package(Ceres QUIET REQUIRED COMPONENTS SuiteSparse CONFIG)

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

find_package (Ceres REQUIRED)

hku-mars/STD CMakeLists.txt :46

find_package(Ceres REQUIRED)

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

find_package(Ceres REQUIRED)

cleinc/slslam src/CMakeLists.txt :14

find_package(Ceres REQUIRED PATHS "/usr/local/share/Ceres")

NVlabs/intrinsic3d CMakeLists.txt :90

FIND_PACKAGE(Ceres REQUIRED)

PDAL/PDAL plugins/trajectory/CMakeLists.txt :10

find_package(Ceres REQUIRED)

YWL0720/YOLO_ORB_SLAM3_with_pointcloud_map Thirdparty/Sophus/examples/CMakeLists.txt :3

find_package( Ceres 1.6.0 QUIET )

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

find_package( Ceres 1.10.0 REQUIRED )

wpilibsuite/allwpilib CMakeLists.txt :149

find_package(Ceres CONFIG REQUIRED)

sandialabs/InterSpec CMakeLists.txt :239

find_package( Ceres REQUIRED )

colmap/colmap cmake/FindDependencies.cmake :50

find_package(Ceres ${COLMAP_FIND_TYPE})

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

find_package(Ceres REQUIRED COMPONENTS SuiteSparse)

hku-mars/loam_livox CMakeLists.txt :23

find_package(Ceres REQUIRED)

SteveMacenski/slam_toolbox CMakeLists.txt :91

find_package(Ceres REQUIRED COMPONENTS SuiteSparse)

openturns/openturns CMakeLists.txt :305

find_package (Ceres CONFIG)

fabianschenk/RESLAM CMakeLists.txt :143

find_package(Ceres REQUIRED)

ZikangYuan/voxel_svio CMakeLists.txt :51

find_package(Ceres REQUIRED)

hku-mars/livox_camera_calib CMakeLists.txt :27

find_package(Ceres REQUIRED)

lixiny/Handeye-Calibration-ROS src/handeye_calib_marker/CMakeLists.txt :38

find_package(Ceres QUIET REQUIRED)

ZikangYuan/sr_lio CMakeLists.txt :49

find_package(Ceres REQUIRED)

APRIL-ZJU/clins CMakeLists.txt :37

find_package(Ceres REQUIRED)

APRIL-ZJU/clic CMakeLists.txt :36

find_package(Ceres REQUIRED)

XiaoBaiiiiii/colmap-pcd CMakeLists.txt :90

find_package(Ceres REQUIRED)

heal-research/operon CMakeLists.txt :125

find_package(Ceres)

gaowenliang/code_utils CMakeLists.txt :16

find_package(Ceres REQUIRED)

symforce-org/symforce symforce/benchmarks/CMakeLists.txt :76

find_package(Ceres QUIET)

pangfumin/marginalization CMakeLists.txt :21

find_package(Ceres REQUIRED)

luigifreda/slamplay CMakeLists.txt :176

find_package(Ceres REQUIRED)

dylanmsu/fast_caustic_design CMakeLists.txt :64

find_package(Ceres REQUIRED)

luxonis/depthai-core cmake/depthaiDependencies.cmake :208

find_package(Ceres ${_QUIET} CONFIG REQUIRED)

ZJU-FAST-Lab/FAST-Dynamic-Vision src/bullet_traj/CMakeLists.txt :30

find_package(Ceres REQUIRED)

yuhaozhang7/NGD-SLAM Thirdparty/Sophus/examples/CMakeLists.txt :3

find_package( Ceres 1.6.0 QUIET )

BingqiShen/EMV-LIO CMakeLists.txt :35

find_package(Ceres REQUIRED)

VIS4ROB-lab/hyperion CMakeLists.txt :17

find_package(Ceres REQUIRED)

openPupil/Open-PupilEXT CMakeLists.txt :207

find_package(Ceres CONFIG REQUIRED)

gadgetron/gadgetron test/performance/CMakeLists.txt :4

find_package(Ceres)

MarkYu98/madpose CMakeLists.txt :21

find_package(Ceres 2.0.0 REQUIRED)

sxyu/avatar CMakeLists.txt :137

find_package( Ceres REQUIRED )

thien94/orb_slam3_ros orb_slam3/Thirdparty/Sophus/examples/CMakeLists.txt :3

find_package( Ceres 1.6.0 QUIET )

skyrim835/LVI-SAM-modified src/CMakeLists.txt :35

find_package(Ceres REQUIRED)

chichengcn/gici-open CMakeLists.txt :26

find_package(Ceres REQUIRED)

wh200720041/ssl_slam2 CMakeLists.txt :33

find_package(Ceres REQUIRED)

manhofer/Line3Dpp CMakeLists.txt :105

find_package(Ceres)

uestc-icsp/VoxelMapPlus_Public CMakeLists.txt :63

find_package(Ceres REQUIRED)

SlamCabbage/NDTMC-LIO-SAM src/NDTMC-LIO-SAM/CMakeLists.txt :29

find_package(Ceres REQUIRED)

ZikangYuan/semi_elastic_lio CMakeLists.txt :49

find_package(Ceres REQUIRED)

puzzlepaint/camera_calibration libvis/third_party/sophus/test/ceres/CMakeLists.txt :5

find_package( Ceres 1.6.0 QUIET )

cgbcgb/A-LOAM-NOTED CMakeLists.txt :24

find_package(Ceres REQUIRED)

ram-lab/lidar_appearance_calibration CMakeLists.txt :27

find_package(Ceres REQUIRED)

xieyuser/GS-LIVM CMakeLists.txt :74

find_package(Ceres REQUIRED)

CGAL/cgal Lab/demo/Lab/Plugins/PMP/CMakeLists.txt :58

find_package(Ceres QUIET)

chengwei0427/CTLO cmake/packages.cmake :63

find_package(Ceres 2 REQUIRED PATHS /home/zhaochengwei/workspace/3rdparty/ceres_210)

AcademySoftwareFoundation/rawtoaces configure.cmake :10

find_package ( Ceres MODULE REQUIRED )

AIBluefisher/DAGSfM CMakeLists.txt :87

find_package(Ceres REQUIRED)

3dv-casia/PanoVLM CMakeLists.txt :43

find_package(Ceres REQUIRED)

ucla-vision/xivo thirdparty/imu_tk/CMakeLists.txt :18

find_package(Ceres REQUIRED)

UTS-RI/ugpm CMakeLists.txt :10

find_package(Ceres)

VIS4ROB-lab/decoSLAM CMakeLists.txt :17

find_package(Ceres REQUIRED)

ShihanWang/reflector_ekf_slam CMakeLists.txt :34

find_package(Ceres REQUIRED COMPONENTS SuiteSparse)

Aaronswei/ad_sensor_fusion src/camera_imu_fusion/camera_model/CMakeLists.txt :18

find_package(Ceres REQUIRED)

plumonito/dtslam CMakeLists.txt :24

find_package(Ceres REQUIRED QUIET PATHS "${EP_PREFIX}")

PrincetonVision/SUN3Dsfm CMakeLists.txt :4

FIND_PACKAGE(Ceres REQUIRED)

tup-robomaster/TUP-InfantryVision-2022 CMakeLists.txt :16

find_package(Ceres REQUIRED COMPONENTS EigenSparse)