iaq.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************** -->
  4. <!-- Image Acquisition (IAQ) properties -->
  5. <!-- ********************************** -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>hardware/iaq</type>
  12. <name>ImageAcquisition</name>
  13. <definition>Properties to define an Image acquisition device. This can be a framegrabber, a camera etc.</definition>
  14. <property>
  15. <name>InventoryNo</name>
  16. <definition>The inventory number of the device.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>SerialNo</name>
  21. <definition>The device's serial number.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Model</name>
  26. <definition>The model name of this hardware item.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>Manufacturer</name>
  31. <definition>The Manufacturer of this hardware item.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>Owner</name>
  36. <definition>Who's the owner of the device.</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>Type</name>
  41. <value>[Digital Camera, Analogue Camera, Framegrabber]</value>
  42. <definition>The kind of image acquisition device.</definition>
  43. <type>string</type>
  44. </property>
  45. <property>
  46. <name>Mount</name>
  47. <value>[C-Mount, CS-Mount]</value>
  48. <definition>The lens mount (there are many more).</definition>
  49. <type>string</type>
  50. </property>
  51. <property>
  52. <name>Colorspace</name>
  53. <value>[Monochrome, Color]</value>
  54. <definition>The kind of image acquisition device.</definition>
  55. <type>string</type>
  56. </property>
  57. <property>
  58. <name>DetektorType</name>
  59. <value>[CMOS, CCD, 2 CCD, 3 CCD, Framegrabber]</value>
  60. <definition>The kind of image acquisition device.</definition>
  61. <type>string</type>
  62. </property>
  63. <property>
  64. <name>SensitivityRange</name>
  65. <definition>The sensitivity range of the detector (min - max).</definition>
  66. <type>float</type>
  67. <unit>nm</unit>
  68. </property>
  69. <property>
  70. <name>MinFramerate</name>
  71. <definition>The minimal framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
  72. <type>int</type>
  73. </property>
  74. <property>
  75. <name>MaxFramerate</name>
  76. <definition>The maximum framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
  77. <type>int</type>
  78. </property>
  79. <property>
  80. <name>Framerate</name>
  81. <definition>The actual framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
  82. <type>int</type>
  83. </property>
  84. <property>
  85. <name>SpatialRes</name>
  86. <definition>The spatial resolution of the acquired images (width x height).</definition>
  87. <type>string</type>
  88. </property>
  89. <property>
  90. <name>Lens</name>
  91. <definition>This property can be used to specify which kind of optics have been used.</definition>
  92. <type>string</type>
  93. </property>
  94. <property>
  95. <name>ShutterSpeed</name>
  96. <definition>The speed of the shutter, given in seconds or milliseconds.</definition>
  97. <type>float</type>
  98. </property>
  99. <property>
  100. <name>Apperture</name>
  101. <definition>The actual apperture (e.g. 5.6).</definition>
  102. <type>float</type>
  103. </property>
  104. <property>
  105. <name>CCDGain</name>
  106. <definition>The gain of a ccd chip.</definition>
  107. <type>float</type>
  108. </property>
  109. <property>
  110. <name>Depth</name>
  111. <definition>The brightness resolution e.g. lower 8 bit.</definition>
  112. <type>int</type>
  113. </property>
  114. <property>
  115. <name>RoiPositionX</name>
  116. <definition>The position of the region of interest on the CCD chip. Usually given in pixel describing the top left
  117. corner relative to the chip origin (also the top left corner).
  118. </definition>
  119. <type>int</type>
  120. </property>
  121. <property>
  122. <name>RoiPositionY</name>
  123. <definition>The position of the region of interest on the CCD chip. Usually given in pixel describing the top left
  124. corner relative to the chip origin (also the top left corner).
  125. </definition>
  126. <type>int</type>
  127. </property>
  128. <property>
  129. <name>RoiWidth</name>
  130. <definition>The width of the region of interest. Given in pixels.</definition>
  131. <type>int</type>
  132. </property>
  133. <property>
  134. <name>RoiHeight</name>
  135. <definition>The height of the region of interest. Given in pixels.</definition>
  136. <type>int</type>
  137. </property>
  138. <property>
  139. <name>PicRotation</name>
  140. <definition>The rotation of the picture. (e.g. +180degrees).</definition>
  141. <type>float</type>
  142. </property>
  143. <property>
  144. <name>Brightness</name>
  145. <definition>The brightness adjustment.</definition>
  146. <type>float</type>
  147. </property>
  148. <property>
  149. <name>Contrast</name>
  150. <definition>The contrast adjustment.</definition>
  151. <type>float</type>
  152. </property>
  153. <property>
  154. <name>Gamma</name>
  155. <definition>The gamma value.</definition>
  156. <type>float</type>
  157. </property>
  158. <property>
  159. <name>GammaFuntion</name>
  160. <definition>The gamma calibration function.</definition>
  161. <type>string</type>
  162. </property>
  163. <property>
  164. <name>PixelBinning</name>
  165. <definition>The type of pixel binning on the chip.</definition>
  166. <type>string</type>
  167. </property>
  168. <property>
  169. <name>Subsampling</name>
  170. <definition>The subsampling method used on the chip.</definition>
  171. <type>string</type>
  172. </property>
  173. <property>
  174. <name>ColorTemperature</name>
  175. <definition>The color temperature.</definition>
  176. <type>int</type>
  177. </property>
  178. <property>
  179. <name>ColorGain</name>
  180. <definition/>
  181. <type>float</type>
  182. </property>
  183. <property>
  184. <name>Description</name>
  185. <definition>A description of this hardware item.</definition>
  186. <type>string</type>
  187. </property>
  188. </section>
  189. </odML>