Code Monkey home page Code Monkey logo

opencv_examples's Introduction

opencv_examples

Requirement : OpenCV3

Examples (Implemented)

CameraCalibration

It supports pinhole and fisheye camera models and undistortion is also performed. Of course, both of chess-board-detection and circle-pattern-detection are available. datasets folder includes 2 image-sequences. Fisheye-calibration also works. A checker-board is from https://www.mrpt.org/downloads/camera-calibration-checker-board_9x7.pdf .

Stitching

This shows how to use cv::Stitcher. This is almost same as here.(https://docs.opencv.org/master/d8/d19/tutorial_stitcher.html)

Triangulation

This code generates 3d-points and camera poses by 2-viewes-geometry. You can learn how to use FindEssentialMat(), recoverPose(), triangulatePoints() and so on. In addtion, I made a viewer using OpenCV-Viz-Module. You can check it too.

Version

This shows your opencv version.

Panorama (Python)

It uses findHomography(), and seamlessCone() for blening. You can try with images in test_images folder.

CameraCapture (Python)

Nothing to write.

opencv_examples's People

Contributors

cashiwamochi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

opencv_examples's Issues

Bug in calibrate part

cv::fisheye::calibrate(mvv_all_object_points, mvv_all_detected_points, m_size, mmK, mm_dist, rvecs, tvecs);

m_sizeが間違い.あとfisheyeはフラグ指定が必要

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.