Skip to content

hailiang194/frame-marker-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frame marker detector

Frame marker detector using OpenCV

This is the library for detecting frame marker provided by Vuforia SDK using Python

Installation

Pre-install required

Python 3
OpenCV
Numpy

Installation

Clone this repository

git clone https://github.com/hailiang194/frame-marker-detector.git

Import to your source code

import get_marker

execute get_marker.get_markers() function

    ids, corners, rejected = get_marker.get_markers(image)

which

ids : list of ids coresponding to corners
corners: contuors of markers
rejected: contuors which is not markers

Usage example

Releases

No releases published

Packages

No packages published

Languages