Salome HOME
553c26b394bf2b66ce94fb788fe261c062e33b23
[modules/hydro.git] / doc / salome / gui / HYDRO / input / import_image.doc
1
2 /**
3   @file
4   \brief Help for the import image
5 */
6
7 /**
8   \page impimage Import image
9
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12   <b>Import image</b> input panel can be opened via:<ol>
13   <li> The main menu <b>HYDRO => Import image</b>;
14   <li> Context menu of <b>IMAGES</b> in Object browser => <b>Import image</b>;
15   <li> <b>CTRL + I</b> buttons combination;
16   <li> <b>Import image</b> toolar button. \image html import_image_toolbar_button.png "Import image toolbar button"
17   </ol> 
18    
19    Arguments of the input panel: 
20
21   \image html impot_image_dialog.png "Import image input panel"
22   
23 <b>File name</b> - field for defining file to import. Supported formats are .bmp, .jpg, .jpeg, .png, .tif.<br>
24 <b>Name</b> - field for defining the name of image after import. By default - the name of the file;<br>
25 <b>Apply</b> - button to create image object;<br>
26 <b>Apply and Close</b> - button to create image object and close input panel;<br>
27 <b>Close</b> - button to close input panel.<br>
28   Another fields become enabled:
29   
30   \image html import_image_enabled.png "Enabled Import image input panel"
31   
32   By default, two points should be used for the image positioning. The corresponding transformation should be built using the rules: only panning, rotation and scaling are allowed; the scaling is same along X, Y; all angles are kept.<br>
33   An additional check box allows the user to activate usage of the 3-rd point (unchecked by default). When user activates it he can select the 3-rd point exactly as previous two and in this case the complete affine transformation is applied (note that angles can be not kept and scaling along X, Y may be different in this case).<br>
34   
35   Coordinates of points can be defined via:<ol>
36   
37   <li> <b>Manually input Geographic coordinates</b>
38         <br>It's necessary to to input latitude and longitude of points.
39         \image html geographic_coordinates.png "Geographic coordinates"
40   
41   <li> <b>Manually input Plane coordinates(Lambert93)</b>
42         <br>It's necessary to input lambert coordinates of points.
43         \image html lambert_coordinates.png "Lambert coordinates"
44   
45   <li> <b>Get Plane coordinates (Lambert93) from file</b>
46         <br>It's necessary to load file with lambert coordinates. Supported format - <b>.GRF</b> (image georeferencement file)
47   
48   <li> <b>Choose points on reference image</b>
49         <br>It's necessary to choose reference image from combo box
50         \image html reference_image.png "Combo-box for defining reference image"
51 </ol> 
52
53 <a href="index.html"><b>Back to Main page.</b></a>
54 */