Git Product home page Git Product logo

chiron's Introduction

              #################################################
              #               Chiron-0.0                      #
              #################################################

Copyright Jerome Velut 2009

Chiron is a Cxx library providing essentially ParaView(1) plugins. The main
plugin is a toolbar that activates different modules, aiming at giving to the
GUI a medical imaging software look-and-feel.

The idea behind this is to harness the parallel computing/rendering framework
natively handled by ParaView while providing an user-friendly GUI according to
the medical professionals habits.

Currently, no binaries are provided. You have to compile your own ParaView(3) 
and then compile Chiron. Use CMake(2) and read INSTALL.


(1) ParaView is an opensource software dedicated to parallel visualisation.
Go to http://www.paraview.org and simply enjoy.
(2) CMake is cross-plateform meta-compiler. Go to http://www.cmake.org and use
it.
(3) ParaView 3.6, 3.8 or git head 3.9

chiron's People

Stargazers

 avatar  avatar  avatar Zaki Mughal [sivoais] avatar Tamer Basha avatar Nycholas Oliveira avatar Dje avatar

Watchers

Dje avatar GP Wang avatar  avatar  avatar

chiron's Issues

Seg fault when slicing invisible imagedata

This occurs when 2 Chiron views are opened. The volume is visible in the first one #1, but invisible in the second one #2. Right click on #2 in order to choose "Slice volume" with volume selected in the pipeline browser ends with a seg fault.

Changing the direction of binormal along the curve.

:D,

I used part of its algorithm to make an overview of a volume[1]. But I found that the binormal alter the direction along the cut, with that solved by making the dot product of the binormal to the current point of my curve cut, if less than zero then I change the cross product of [tangent x normal] By binormal = [normal x tangent] = binormal, and the binormal not change the direction of the court[2].

[1] - http://code.google.com/p/moonstonemedical/source/browse/src/moonstone/ilsa/plugins/reslice/gui/qt/resliceaction.py

[2] - http://code.google.com/p/moonstonemedical/source/browse/src/moonstone/ilsa/plugins/reslice/gui/qt/resliceaction.py#1144

So long and good luck,
Nycholas de Oliveira e Oliveira.

Using class vtkStraightenedCurvedPlanarReformation

Hello!
I'm trying to get panoramic view of a volume (on vtk) using your class vtkStraightenedCurvedPlanarReformation. But I don't know exactly how it works, could you please post a small example? Or give a detailed description on how should be done?

Many thanks

DICOM Reader appears in Source menu

Readers XML have to include the following element in SourceProxy:

  <Hints>
    <ReaderFactory extensions="dcm"
                   file_description="Dicom Directory" />
 </Hints>

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.