Ask Your Question
0

OpenCV Shape Module - How to Install

asked 2014-04-29 10:00:42 -0600

updated 2014-04-30 02:48:59 -0600

berak gravatar image

HI

I would like to install the OpenCV Shape Module which I have seen running on this youtube video:

https://www.youtube.com/watch?v=5BNJu-xOiy0

Can anyone explain to me how I would install and run this.

I can use ubuntu if required but I am mainly windows based....

Many thanks for your support.

Paul

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-04-29 17:26:54 -0600

adrians gravatar image

AFAIK the shape module will be released with OpenCV in the 3.0 version.

Until then you could try to compile and install the development version available in the "master" branch of the github repository, because there's the "shape" module. Be aware that the repository contains development versions, and these may or may not be stable enough.

To compile from sources there's some documentation. For linux I can assure you it's a simple process (cmake . && make && sudo make install), but for windows I don't know.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-04-29 10:00:42 -0600

Seen: 320 times

Last updated: Apr 29 '14