Pinned Repositories
BinaryCvMat
Save and Load cv::Mat as a binary file.
ConnectedComponentAnalysis
Connected Component Analysis using OpenCV
CreditNumberRecognizer
Recognize credit card numbers in an image
DataAugmentation
Image data augmentation tool for training of image recognition algorithm
EvalLocalization
Evaluation tool for object localization algorithms.
ImageMorphing
A function for image morphing using OpenCV
ObjectMarker
Image Annotation Tool for Object Detection and Tracking written with OpenCV
OpenCV-Marker-less-AR
This is a marker less augmented reality application developed using OpenCV. This code can be used under MIT license. Demo movie: http://youtu.be/KgQguj78qMA
PyTorch2OpenCV_sample
sample codes to export PyTorch model to OpenCV
SaveBinaryOpenCV
Save cv::Mat, cv::Point, cv::Size, cv::KeyPoint, and std::vector<cv::KeyPoint> as binary file.
takmin's Repositories
takmin/OpenCV-Marker-less-AR
This is a marker less augmented reality application developed using OpenCV. This code can be used under MIT license. Demo movie: http://youtu.be/KgQguj78qMA
takmin/DataAugmentation
Image data augmentation tool for training of image recognition algorithm
takmin/BinaryCvMat
Save and Load cv::Mat as a binary file.
takmin/CreditNumberRecognizer
Recognize credit card numbers in an image
takmin/ObjectMarker
Image Annotation Tool for Object Detection and Tracking written with OpenCV
takmin/SaveBinaryOpenCV
Save cv::Mat, cv::Point, cv::Size, cv::KeyPoint, and std::vector<cv::KeyPoint> as binary file.
takmin/ImageMorphing
A function for image morphing using OpenCV
takmin/ConnectedComponentAnalysis
Connected Component Analysis using OpenCV
takmin/EvalLocalization
Evaluation tool for object localization algorithms.
takmin/PyTorch2OpenCV_sample
sample codes to export PyTorch model to OpenCV
takmin/Keras2OpenCV
Sample code for exporting Keras (tensorflow backend) model to OpenCV
takmin/TrainHOG
Modified version of "train_HOG.cpp" in OpenCV cpp samples
takmin/GenFlextangle
Generate developed figure for flextangle (paper toy). You can create your own flextangle by selecting 4 images.
takmin/OpenCV-ROI-Pooling-Layer
Sample codes of custom layer of OpenCV DNN module (ROI Pooling)
takmin/Project3DPoints2Image
To confirm 2D/3D camera calibration result, project 3D points clouds to a 2D image and visualize it.
takmin/Calibrate2D3D
Estimate relative pose between 3D scanner and 2D camera
takmin/CameraCalibration
Ordinary camera calibration execution file to estimate internal camera parameters.
takmin/Plot2D3DPair
A GUI tool to plot point pair between 2D images and 3D point clouds
takmin/procam-calibration
A calibration software for projector-camera system using chessboard and structured light patterns.
takmin/UberNet
Demo for CVPR 2017 paper
takmin/easyocr_wrapper
takmin/latexocr_wrapper
takmin/ndlocr_cli
NDLOCRアプリケーションのリポジトリ(ソースコードを含む)
takmin/ORB_SLAM3
ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
takmin/state-spaces
Sequence Modeling with Structured State Spaces
takmin/yolox-bytetrack-mcmot-sample
yolox-bytetrack-sampleのマルチクラス拡張版
takmin/YoloX_FastAPI
Simple WebAPI for YOLOX