123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************** -->
- <!-- Image Acquisition (IAQ) properties -->
- <!-- ********************************** -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>hardware/iaq</type>
- <name>ImageAcquisition</name>
- <definition>Properties to define an Image acquisition device. This can be a framegrabber, a camera etc.</definition>
- <property>
- <name>InventoryNo</name>
- <definition>The inventory number of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>SerialNo</name>
- <definition>The device's serial number.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Model</name>
- <definition>The model name of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Manufacturer</name>
- <definition>The Manufacturer of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Owner</name>
- <definition>Who's the owner of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Type</name>
- <value>[Digital Camera, Analogue Camera, Framegrabber]</value>
- <definition>The kind of image acquisition device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Mount</name>
- <value>[C-Mount, CS-Mount]</value>
- <definition>The lens mount (there are many more).</definition>
- <type>string</type>
- </property>
- <property>
- <name>Colorspace</name>
- <value>[Monochrome, Color]</value>
- <definition>The kind of image acquisition device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>DetektorType</name>
- <value>[CMOS, CCD, 2 CCD, 3 CCD, Framegrabber]</value>
- <definition>The kind of image acquisition device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>SensitivityRange</name>
- <definition>The sensitivity range of the detector (min - max).</definition>
- <type>float</type>
- <unit>nm</unit>
- </property>
- <property>
- <name>MinFramerate</name>
- <definition>The minimal framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
- <type>int</type>
- </property>
- <property>
- <name>MaxFramerate</name>
- <definition>The maximum framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
- <type>int</type>
- </property>
- <property>
- <name>Framerate</name>
- <definition>The actual framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
- <type>int</type>
- </property>
- <property>
- <name>SpatialRes</name>
- <definition>The spatial resolution of the acquired images (width x height).</definition>
- <type>string</type>
- </property>
- <property>
- <name>Lens</name>
- <definition>This property can be used to specify which kind of optics have been used.</definition>
- <type>string</type>
- </property>
- <property>
- <name>ShutterSpeed</name>
- <definition>The speed of the shutter, given in seconds or milliseconds.</definition>
- <type>float</type>
- </property>
- <property>
- <name>Apperture</name>
- <definition>The actual apperture (e.g. 5.6).</definition>
- <type>float</type>
- </property>
- <property>
- <name>CCDGain</name>
- <definition>The gain of a ccd chip.</definition>
- <type>float</type>
- </property>
- <property>
- <name>Depth</name>
- <definition>The brightness resolution e.g. lower 8 bit.</definition>
- <type>int</type>
- </property>
- <property>
- <name>RoiPositionX</name>
- <definition>The position of the region of interest on the CCD chip. Usually given in pixel describing the top left
- corner relative to the chip origin (also the top left corner).
- </definition>
- <type>int</type>
- </property>
- <property>
- <name>RoiPositionY</name>
- <definition>The position of the region of interest on the CCD chip. Usually given in pixel describing the top left
- corner relative to the chip origin (also the top left corner).
- </definition>
- <type>int</type>
- </property>
- <property>
- <name>RoiWidth</name>
- <definition>The width of the region of interest. Given in pixels.</definition>
- <type>int</type>
- </property>
- <property>
- <name>RoiHeight</name>
- <definition>The height of the region of interest. Given in pixels.</definition>
- <type>int</type>
- </property>
- <property>
- <name>PicRotation</name>
- <definition>The rotation of the picture. (e.g. +180degrees).</definition>
- <type>float</type>
- </property>
- <property>
- <name>Brightness</name>
- <definition>The brightness adjustment.</definition>
- <type>float</type>
- </property>
- <property>
- <name>Contrast</name>
- <definition>The contrast adjustment.</definition>
- <type>float</type>
- </property>
- <property>
- <name>Gamma</name>
- <definition>The gamma value.</definition>
- <type>float</type>
- </property>
- <property>
- <name>GammaFuntion</name>
- <definition>The gamma calibration function.</definition>
- <type>string</type>
- </property>
- <property>
- <name>PixelBinning</name>
- <definition>The type of pixel binning on the chip.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Subsampling</name>
- <definition>The subsampling method used on the chip.</definition>
- <type>string</type>
- </property>
- <property>
- <name>ColorTemperature</name>
- <definition>The color temperature.</definition>
- <type>int</type>
- </property>
- <property>
- <name>ColorGain</name>
- <definition/>
- <type>float</type>
- </property>
- <property>
- <name>Description</name>
- <definition>A description of this hardware item.</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|