Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 2.63 KB

README.md

File metadata and controls

75 lines (50 loc) · 2.63 KB

cv-snippets

My code snippets for computer vision.

Some web applications are published here.

camera_calibration

Monoral / stereo camera calibration using checker board.

camera_distortion_simulator

Simulator of camera's intrinsic and distortion parameters.

coreml

Sample software of machine learning using coreML. To run playground, you have to download model files into *.playground/Resources/.

edsdk

Simple sample code to take a picture using Canon EDSDK.

https://kamino.hatenablog.com/entry/canon-edsdk

gamma_estimation

Estimate the gamma value of display from captured camera images.

geometry

  • Voronoi diagram
  • Delaunay diagram

graycode

Obtain projector-camera relationship using gray code pattern.

https://kamino.hatenablog.com/entry/opencv-graycode

map_by_lut

Warp image based on given look up table.

media

GIF animation etc...

nn_fitting

Non-linear regression using shallow neural network.

optimization

Numerical optimization using Eigen / scipy.

optitrack

C++ sample to get traking informations from Optitrack (Motive API).

plotly

Visualization 3D data using plotly.py.

https://kamino.hatenablog.com/entry/python-3d-visualization

pointgray

C++ sample code to control a PointGrey camera.

projector_calibration

Calibrate projector's intrinsic and extrinsic parameters using 2D-3D correspondence.

unity

  • OpenCVTranslate
    Script to reflect OpenCV extrinsic parameters to the object.
  • OpenCVCameraParams
    Script to reflect OpenCV intrinsic parameters to the camera.
  • native_plugin
    Sample of project for native plugin using CMake.

https://kamino.hatenablog.com/entry/unity-import-opencv-camera-params

web_*

Apps driven by OpenCV.js or WebGL.

ximea

Simple sample code to get image from ximea camera.