All Downloads are FREE. Search and download functionalities are using the official Maven repository.

released-schema.2009-09.ROI.xsd Maven / Gradle / Ivy

There is a newer version: 6.3.6
Show newest version






	
	
	

	 
		
			
				A four dimensional 'Region of Interest'.
				If they are not used, and the Image has more than one plane,
				the entire set of planes is assumed to be included in the ROI.
				Multiple ROIs may be specified.
			
		
		
			
				
					
						
							
								
							
						
					
				
				
			
			
		
	

	 
		
			
				The shape element contains a single specific ROI shape and links
				that to any channels, and a timepoint and a z-section. It also
				records any transform applied to the ROI shape.
			
		
		
			
				
				
					
					
					
					
					
					
					
					
				
				
			
			
			
				
					
						The z-section the ROI applies to. If not specified then
						the ROI applies to all the z-sections of the image.
					
				
			
			
				
					
						The timepoint the ROI applies to. If not specified then
						the ROI applies to all the timepoints of the image.
					
				
			
			
				
					
						This is a matrix used to transform the the shape.
						It is a string of 6 numbers "a, b, c, d, e, f" that
						represent the 3 by 3 matrix.
						--       --
						| a, c, e |
						| b, c, f |
						| 0, 0, 1 |
						--       --
					
				
			
		
	

	 
		
			
				A simple rectangle object. If rotation is required apply a
				transformation at the Shape level.
			
		
		
					
						
							
								The X value of the left edge or the rectangle.
							
						
					
					
						
							
								The y value of the top edge or the rectangle.
							
						
					
					
						
							
								The width of the rectangle.
							
						
					
					
						
							
								The height of the rectangle.
							
						
					
		
	

	 
		
			
				The Mask ROI shape is a link to a BIN:BinData object that is
				a BIT mask drawn on top of the image as an ROI. It is applied
				at the same scale, pixel to pixel, as the Image the ROI is
				applied to, unless a transform is applied at the shape level.
			
		
		
					
						
					
					
						
							
								The X coordinate of the left side of the image.
							
						
					
					
						
							
								The Y coordinate of the top side of the image.
							
						
					
		
	

	 
		
					
						
							
								The X coordinate of the point.
							
						
					
					
						
							
								The Y coordinate of the point.
							
						
					
		
	

	 
		
			
				A simple ellipse object. If rotation is required apply a
				transformation at the Shape level.
			
		
		
					
						
							
								The X coordinate of the center of the ellipse.
							
						
					
					
						
							
								The Y coordinate of the center of the ellipse.
							
						
					
					
						
							
								The horizontal radius of the ellipse.
							
						
					
					
						
							
								The vertical radius of the ellipse.
							
						
					
		
	

	 
		
			
				A straight line defined by it's end points.
			
		
		
					
						
							
								The X coordinate of the start of the line.
							
						
					
					
						
							
								The Y coordinate of the start of the line.
							
						
					
					
						
							
								The X coordinate of the end of the line.
							
						
					
					
						
							
								The Y coordinate of the end of the line.
							
						
					
		
	

	 
		
			
				The Polyline defines open and closed shapes formed of straight
				lines. Note: Polyline uses counterclockwise winding (this is the
				default OpenGL behavior)
			
		
		
					
						
							
								The points of the polyline are defined as a list
								of comma separated x,y coordinates seperated by
								spaces like "x1,y1 x2,y2 x3,y3" e.g. "0,0 1,2 3,5"
							
						
					
					
						
							
								Indicates if the shape is closed with an extra
								line form the end point back to the start point.
							
						
					
		
	

	 
		
			
				A path is a complex shape that can consists of straight and
				curved sections. It is defined as a collection of drawing
				commands.
			
		
		
					
						
							
								The commands are listed in the string separated by spaces.
								The following commands are available:

								M = moveto (absolute)
								L = lineto (absolute)
								H = horizontal lineto (absolute)
								V = vertical lineto (absolute)
								C = curveto (absolute)
								S = smooth curveto (absolute)
								Q = quadratic Belzier curve (absolute)
								T = smooth quadratic Belzier curveto (absolute)
								A = elliptical Arc (absolute)
								Z = closepath

								m = moveto (relative)
								l = lineto (relative)
								h = horizontal lineto (relative)
								v = vertical lineto (relative)
								c = curveto (relative)
								s = smooth curveto (relative)
								q = quadratic Belzier curve (relative)
								t = smooth quadratic Belzier curveto (relative)
								a = elliptical Arc (relative)
								z = closepath
							
						
					
		
	

	 
		
			
				The text annotation. Any transformation should be applied at the
				shape level.
			
		
		
					
						
							
								
									The string of characters to display.
									White space should be preserved.
								
							
							
								
									
								
							
						
					
					
						
							
								This defines the X coordinate of the current
								text position of the first character in the
								string.
							
						
					
					
						
							
								This defines the X coordinate of the current
								text position of the first character in the
								string.
							
						
					
		
	

	 
		
			
				
					
				
			
		
	

	 
		
			
		
	

	 
		
			
		
	

	 
		
			
				
					
						The colour of the fill.
					
				
			
			
			
				
					
						The colour of the stroke.
					
				
			
			
				
					
						The width of the stroke in pixels
					
				
			
			
			
				
					
						
							The shape of the end of the line.
						
					
					
						
						
						
					
				
			
			
			
			
			
				
					
						
							The font family used to draw the text.
						
					
					
						
						
						
						
					
				
			
			
				
					
						Size of the font in points
					
				
			
			
				
					
						
							The style applied to the text.
						
					
					
						
						
						
						
					
				
			
		
	

	 
		
			
				Shape of marker on the end of a line.
			
		
		
			
			
			
		
	






© 2015 - 2024 Weber Informatics LLC | Privacy Policy