1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
Source: sight
Standards-Version: 4.7.3
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Flavien Bridault <fbridault@ircad.fr>,
Section: science
Build-Depends:
binutils-gold,
cmake,
dcmtk,
debhelper-compat (= 13),
dh-exec,
libarchive-dev,
libboost-date-time-dev,
libboost-iostreams-dev,
libboost-log-dev,
libboost-locale-dev,
libboost-program-options-dev,
libceres-dev,
libcppunit-dev,
libexpat1-dev,
libfftw3-dev,
libgdcm-dev,
libgdcm-tools,
libglm-dev,
libinsighttoolkit5-dev,
libogre-1.12-dev,
libopencv-dev,
libopenigtlink-dev,
libopenjp2-7-dev,
libopenjp2-tools,
libopenjpip7,
libopenjpip-dec-server,
libsdl2-dev,
libvtk9-dev,
libvtkgdcm-dev,
pandoc,
qt6-base-dev,
qt6-image-formats-plugins,
qt6-svg-dev,
qt6-multimedia-dev,
qt6-pdf-dev,
qt6-tools-dev,
rdfind,
symlinks,
xauth,
xvfb,
zlib1g-dev,
zstd,
Vcs-Browser: https://salsa.debian.org/med-team/sight
Vcs-Git: https://salsa.debian.org/med-team/sight.git
Homepage: https://git.ircad.fr/Sight/sight
Rules-Requires-Root: no
Package: libsight
Architecture: any
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
fonts-roboto,
Provides:
fw4spl,
Description: Sight libraries
The Surgical Image Guidance and
Healthcare Toolkit aims to ease the creation of
applications based on medical imaging. It includes
various features such as 2D and 3D digital image
processing, visualization, augmented reality and
medical interaction simulation. It runs on many
different environments (Windows, Linux, macOS), is
written in C++, and features rapid interface design
using XML files.
.
Sight was formerly known as FW4SPL. It was renamed
in 2018, firstly to make its purpose clearer, and
secondly as part of a major change in design and in
the governance of the development team.
.
This package provides the shared libraries needed to
run C++ programs that use Sight.
Package: libsight-dev
Architecture: any
Section: libdevel
Depends:
libsight (= ${binary:Version}),
libboost-all-dev,
zlib1g-dev,
libexpat1-dev,
libpng-dev,
libtiff-dev,
libcppunit-dev,
libhdf5-dev,
libvtk9-dev,
libgdcm-dev,
libinsighttoolkit5-dev,
libsdl2-dev,
libann-dev,
libvtkgdcm-dev,
libglm-dev,
libogre-1.12-dev,
qt6-base-dev,
qt6-image-formats-plugins,
qt6-svg-dev,
qt6-multimedia-dev,
qt6-pdf-dev,
qt6-tools-dev,
${shlibs:Depends},
${misc:Depends},
Description: Sight header files
The Surgical Image Guidance and
Healthcare Toolkit aims to ease the creation of
applications based on medical imaging. It includes
various features such as 2D and 3D digital image
processing, visualization, augmented reality and
medical interaction simulation. It runs on many
different environments (Windows, Linux, macOS), is
written in C++, and features rapid interface design
using XML files.
.
Sight was formerly known as FW4SPL. It was renamed
in 2018, firstly to make its purpose clearer, and
secondly as part of a major change in design and in
the governance of the development team.
.
This package contains the development files.
Package: sightviewer
Architecture: any
Depends:
libsight (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Provides:
vrrender,
Description: DICOM viewer
Medical image viewer featuring negatoscope, multi-planar
reconstruction, and volume rendering.
.
Many image formats are handled such as DICOM, mhd,
inr.gz, vtk, vti,... Reconstructions can also be imported from
DICOM segmentations or VTK supported formats, and visualized
in mixed rendering with images.
.
Tools are provided to measure distances of
structures in the image and to place landmarks.
.
Last, SightViewer can also connect directly to a PACS, and
then request, download or upload DICOM files.
Package: sightcalibrator
Architecture: any
Depends:
libsight (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Description: Camera calibration software
User-friendly application to calibrate mono and stereo cameras.
.
SightCalibrator can take images, video files, or any supported
camera device as input. It detects the presence of a checkerboard
in images. The parameters of the checkboard can be customized.
Individual images can then be marked to be used in the
computation of the calibration. Last, the intrinsic and extrinsic
parameters can be exported in OpenCV format, Yaml or XML.
|