SaisieMasq : Différence entre versions
De MicMac
(Created page with "==Description== SaisieMasq is a very simple tool to edit mask images. It creates a binary mask image from a polyg- onal selection in the displayed image. ===Syntax=== The glo...") |
|||
| Ligne 1 : | Ligne 1 : | ||
==Description== | ==Description== | ||
| − | SaisieMasq is a very simple tool to edit mask images. It creates a binary mask image from a | + | SaisieMasq is a very simple tool to edit mask images. It creates a binary mask image from a polygonal selection in the displayed image. |
| − | + | <br> | |
| + | 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=== | ===Syntax=== | ||
| Ligne 22 : | Ligne 28 : | ||
*<span style="font-family:times roman;">''[Name=Gama] REAL''</span style> | *<span style="font-family:times roman;">''[Name=Gama] REAL''</span style> | ||
*<span style="font-family:times roman;">''[Name=Attr] string''</span style> | *<span style="font-family:times roman;">''[Name=Attr] string''</span style> | ||
| + | <br> | ||
| + | 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=== | ||
| + | <code>mm3d SaisieMasqQT IMG.tif SzW=[1200,800] Name=PLAN Gama=1.5<code/> | ||
Version du 4 novembre 2015 à 16:05
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 Command
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
- [Name=Post] string
- [Name=Name] string :: {Name of result, default toto->toto_Masq.tif}
- [Name=Gama] REAL
- [Name=Attr] string
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<code/>