INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

libOrcaPotrace
[LibrariesLinux]

C++ wrapper for the potrace library. More...

C++ wrapper for the potrace library.

Overview

This library

Provides a C++ wrapper for the potrace library (http://potrace.sourceforge.net). Potrace converts bitmaps to vetor graphics.

OrcaPotrace also handles interfacing to hydroogmap.

See also:
libOrcaPotrace

Dependencies

Requires libpotrace. This is not so easy to install... I had to do the following:

  • Download libpotrace source distribution (latest tested: v1.8).
  • Hack configure.in:
    • Uncomment AC_PROG_LIBTOOL
  • Hack src/Makefile.am and Makefile.in:
    • swap comments on 'static libraries' vs 'dynamic libraries'
  • In the top level, run 'autoreconf -i -s' and possibly 'libtoolize'
    • run: ./configure; ./make; ./make install
  • Manually install the headers:
      $ sudo mkdir /usr/local/include/potrace
      $ sudo cp src/potracelib.h /usr/local/include/potrace/
    

Authors

Alex Brooks

 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5