LionTao / template-mathching

template matching with NMS using opencv and boost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple template matching

Prerequisite

  • conan package manager
  • cmake
  • C++ compiler(VS for windows, clang for macos, gcc for linux)

Quick start

Powershell

./build.ps1

Bash

mkdir -p build
cd build
conan install ..
cmake .. -G "Unix Makefiles"
cmake --build . --config Release
cd bin
stitcher.exe --source "../../target.png" --template "../../mark.png" --output "result.tif"

About

template matching with NMS using opencv and boost


Languages

Language:C++ 52.4%Language:Python 42.4%Language:PowerShell 2.6%Language:CMake 2.5%