GithubHelp home page GithubHelp logo

blowekamp / itkwikiexamples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from insightsoftwareconsortium/itkwikiexamples

0.0 2.0 1.0 12.3 MB

Scraped, buildable version of the examples found at http://itk.org/Wiki/ITK/Examples

Python 14.58% C++ 77.79% Shell 0.26% C 7.37%

itkwikiexamples's Introduction

The ITK WikiExamples can be built in several ways:

1) A single example - go to the example page and follow instrutions
2) All examples stand-alone go to
   http://www.vtk.org/Wiki/ITK/Examples/Instructions/ForUsers#Build_all_of_the_examples
3) All examples with a superbuild that builds a proper ITK and VTK - go to
   http://www.vtk.org/Wiki/ITK/Examples/Instructions/ForUsers#Use_the_Superbuild_to_build_a_proper_VTK_and_ITK
4) As an ITKv4 Remote Module proceed as follows.

* Enable fetching
  1) Go to: https://github.com/InsightSoftwareConsortium/ITKWikiExamples/raw/master/WikiExamples.remote.cmake
  2) Right click on the "Raw" button and select "Save Link As..."
  3) Save the file in: YOUR_ITK_SOURCE_DIR/Modules/Remote

A) If you use an interactive cmake (ccmake, cmake-gui or cmakesetup)
--------------------------------------------------------------------
* Configure
  1) Go to your itk build directory and run cmake
  2) Configure

* NOTE: ITK 4.4 and earlier
  Fetch ITK Wiki Examples
  1) Open the highlighted (red) cmake entry
  2) Check the Fetch_WikiExamples box
  3) Configure

* Enable ITK Wiki Exampes
  1) Configure (yes, do it again)
  2) Open the highlighted (red) cmake entry
  3) Check the Module_WikiExamples box
  4) Configure
  5) Generate
  6) Exit cmake

B) If you use cmake from the command line
--------------------------------------
From your itk build directory
* Configure
  1) NOTE: ITK 4.4 and earlier
     cmake -DFetch_WikiExamples=ON YOUR_ITK_SOURCE_DIR
  2) cmake -DModule_WikiExamples=ON YOUR_ITK_SOURCE_DIR

Once you have configured using A) or B)
---------------------------------------
* Build WikiExamples
  From your itk build directory
  1) make

* Test WikiExamples if testing is ON
  1) cd your itk build directory
  2) cd Modules/Remote/WikiExamples
  3) ctest

itkwikiexamples's People

Contributors

arnaudgelas avatar daviddoria avatar lorensen avatar thewtex avatar

Watchers

 avatar  avatar

Forkers

grseb9s

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.