SaisieMasq : Différence entre versions
De MicMac
(→Help) |
|||
| Ligne 16 : | Ligne 16 : | ||
You can access to the help by typing :<br> | You can access to the help by typing :<br> | ||
<code>mm3d SaisieMasq -help</code> | <code>mm3d SaisieMasq -help</code> | ||
| + | |||
Mandatory unnamed args : | Mandatory unnamed args : | ||
Version du 21 janvier 2016 à 10:33
Sommaire
Description
SaisieMasq is a very simple tool to edit mask images. It creates a binary mask image from a polygonal selection in the displayed image.
Processing is as follow :
- Click: add a point to polygon
- Shift click: close polygon and apply selection
- Ctrl + right click: delete last point
- Shift + right click + Coul : switch between add mode and remove mode
- Shift + right click + Exit : save mask image and Xml file and quit
Syntax
The global syntax for SaisieMasq is
mm3d SaisieMasq NameOfInputImage NamedArgs
Help
You can access to the help by typing :
mm3d SaisieMasq -help
Mandatory unnamed args :
- string :: {Name of input image}
Named args :
- [Name=SzW] Pt2di :set window size (default=[900,700])
- [Name=Post] string :change postfix output file (default=_Masq)
- [Name=Name] string :: {Name of result, default toto->toto_Masq.tif}
- [Name=Gama] REAL : apply gamma to image
- [Name=Attr] string : string to add to postfix
Meaning of args is:
- First arg: pattern specifying the images to load (can be 1 or more images) - regular expression are supported.
- optional SzW, def = [900, 700], size of display window.
- optional Post, def = ”Masq” , postfix to add to output filename.
- optional Name, name of result.
- optional Gama, def = 1.0 , gama applied to images, it can help with dark images, or wide dynamics.
- optional Attr, text to add to postfix.
Example
mm3d SaisieMasqQT IMG.tif SzW=[1200,800] Name=PLAN Gama=1.5