Giter Site home page Giter Site logo

lood339 / vxl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vxl/vxl

1.0 2.0 0.0 118.88 MB

A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.

Home Page: https://sf.net/projects/vxl/

CMake 1.83% C++ 36.09% HTML 0.01% Perl 0.93% C 42.56% Makefile 0.02% Python 0.28% Shell 0.23% TeX 0.17% PostScript 0.78% CSS 0.07% Objective-C 0.17% OpenEdge ABL 0.63% Fortran 16.20% Batchfile 0.01% WebAssembly 0.03%

vxl's Introduction

VXL

Introduction: What is VXL?

VXL (the Vision-something-Libraries) is a collection of C++ libraries designed for computer vision research and implementation. It was created from TargetJr and the IUE with the aim of making a light, fast and consistent system. VXL is written in ANSI/ISO C++ and is designed to be portable over many platforms. The core libraries in VXL are:

A comprehensive description of the VXL project can be views at https://vxl.github.io/

This repository is for simple compilation in Mac OS. It only compiles following libraries: vgl, vnl and vpgl in core and supporting libraries.
Supporting liabaries: libclipper.a libtestlib.a libvcl.a
libnetlib.a libv3p_netlib.a libvcsl.a

MacOS:
Assume we are in the directory: /Code
git clone https://github.com/lood339/vxl.git
cd vxl
mkdir build
cd build
mkdir vxl_2.0
cmake -DCMAKE_INSTALL_PREFIX:PATH=/Code/vxl/build/vxl_2.0 ../
make -j4
make install

Then, the head files and library files will be in vxl_2.0
To use vxl, you have to add two headfile folders

vxl_2.0/include/vxl/core
vxl_2.0/include/vxl/vcl

and the library folder

vxl_2.0/lib

In Xcode, add pathes to Header Search Paths, Library Search Paths and Runpath Search Paths

vxl's People

Contributors

aliosmanulusoy avatar andyneff avatar billhoffman avatar blowekamp avatar bradking avatar brandonmayer avatar caioc2 avatar decrispell avatar drewgilliam avatar dstoup avatar hjmjohnson avatar hughed2 avatar kwrobot avatar linus-sherrill avatar mleotta avatar mundyj avatar ozgecanoz avatar pcarr avatar rfabbri avatar scott-vsi avatar scottsorensenvision avatar smithe4 avatar sudomakeinstall avatar thewtex avatar timcootes avatar vishaljain11 avatar vovythevov avatar yanggehua avatar ydong-vsi avatar yidongvsi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.