Skip to content

A simple annotation tool in C++, also a simple OpenGL demo of drawing rectangles and polygons.

Notifications You must be signed in to change notification settings

wujiyoung/simple-annotation-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-annotation-tool

A simple annotation tool in C++, also a simple OpenGL demo of drawing rectangles and polygons.

In Windows with vs2013

add headers and libs in folder opencv, freeglut and glew-2.0.0

In Ubuntu

OpenCV and OpenGL should be installed build: g++ draw.cpp -o draw `pkg-config --cflags --libs opencv` -lglut -lGLU -lGL -lm -lGLEW

About

A simple annotation tool in C++, also a simple OpenGL demo of drawing rectangles and polygons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published