├── CalibrationByArucoGridboard ├── CalibrateCamera.py └── README.md ├── CalibrationByCharucoBoard ├── CalibrateCamera.py └── README.md ├── CalibrationByChessboard ├── CalibrateCamera.py ├── README.md └── chessboard-to-print.pdf ├── GenerateArucoMarker ├── GenArucoGridboard.py ├── GenArucoMarker.py ├── GenChArucoboard.py ├── README.md └── test_gridboard.pdf ├── LICENSE ├── PostureEstimation ├── EstimatePosturePerMarker.py ├── EstimatePostureWithArucoGridboard.py ├── EstimatePostureWithCharucoBoard.py └── README.md ├── README.md └── SimpleMarkerDetection ├── DetectMarkersAndPrint.py └── README.md /CalibrationByArucoGridboard/CalibrateCamera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/CalibrationByArucoGridboard/CalibrateCamera.py -------------------------------------------------------------------------------- /CalibrationByArucoGridboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/CalibrationByArucoGridboard/README.md -------------------------------------------------------------------------------- /CalibrationByCharucoBoard/CalibrateCamera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/CalibrationByCharucoBoard/CalibrateCamera.py -------------------------------------------------------------------------------- /CalibrationByCharucoBoard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/CalibrationByCharucoBoard/README.md -------------------------------------------------------------------------------- /CalibrationByChessboard/CalibrateCamera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/CalibrationByChessboard/CalibrateCamera.py -------------------------------------------------------------------------------- /CalibrationByChessboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/CalibrationByChessboard/README.md -------------------------------------------------------------------------------- /CalibrationByChessboard/chessboard-to-print.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/CalibrationByChessboard/chessboard-to-print.pdf -------------------------------------------------------------------------------- /GenerateArucoMarker/GenArucoGridboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/GenerateArucoMarker/GenArucoGridboard.py -------------------------------------------------------------------------------- /GenerateArucoMarker/GenArucoMarker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/GenerateArucoMarker/GenArucoMarker.py -------------------------------------------------------------------------------- /GenerateArucoMarker/GenChArucoboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/GenerateArucoMarker/GenChArucoboard.py -------------------------------------------------------------------------------- /GenerateArucoMarker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/GenerateArucoMarker/README.md -------------------------------------------------------------------------------- /GenerateArucoMarker/test_gridboard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/GenerateArucoMarker/test_gridboard.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /PostureEstimation/EstimatePosturePerMarker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/PostureEstimation/EstimatePosturePerMarker.py -------------------------------------------------------------------------------- /PostureEstimation/EstimatePostureWithArucoGridboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/PostureEstimation/EstimatePostureWithArucoGridboard.py -------------------------------------------------------------------------------- /PostureEstimation/EstimatePostureWithCharucoBoard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/PostureEstimation/EstimatePostureWithCharucoBoard.py -------------------------------------------------------------------------------- /PostureEstimation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/PostureEstimation/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/README.md -------------------------------------------------------------------------------- /SimpleMarkerDetection/DetectMarkersAndPrint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/SimpleMarkerDetection/DetectMarkersAndPrint.py -------------------------------------------------------------------------------- /SimpleMarkerDetection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyle-bersani/opencv-examples/HEAD/SimpleMarkerDetection/README.md --------------------------------------------------------------------------------