<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>http://micmac.ensg.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Scpsc</id>
		<title>MicMac - Contributions de l’utilisateur [fr]</title>
		<link rel="self" type="application/atom+xml" href="http://micmac.ensg.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Scpsc"/>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php/Sp%C3%A9cial:Contributions/Scpsc"/>
		<updated>2026-04-15T07:20:41Z</updated>
		<subtitle>Contributions de l’utilisateur</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3153</id>
		<title>Install MicMac in Windows Subsystem for Linux</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3153"/>
				<updated>2021-05-10T11:27:04Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : /* Use MicMac graphical user interfaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can also use MicMac on Windows 10 through the Windows Subsystem for Linux (WSL). WSL allows you to run a Linux distribution (e.g. Ubuntu) directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. Then you can install MicMac by following the [[Install_MicMac_Ubuntu|Ubuntu installation guide]].&lt;br /&gt;
&lt;br /&gt;
== Install WSL ==&lt;br /&gt;
&lt;br /&gt;
The following steps are adapted from the [https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem for Linux Installation Guide for Windows 10]. Only the manual procedure is described. For the automatic procedure (or for more details/troubleshooting), please refer to the external link.&lt;br /&gt;
&lt;br /&gt;
=== Enable the &amp;quot;Windows Subsystem for Linux&amp;quot; optional feature ===&lt;br /&gt;
&lt;br /&gt;
Open Windows PowerShell as Administrator (you can hit the '''Windows logo key''' and type '''powershell'''), then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to update to WSL 2, but if you wish to only install WSL 1, you can now '''restart''' your machine and move on to the [[#Install your Linux distribution of choice]] step. To update to WSL 2, '''wait to restart''' your machine and move on to the next step.&lt;br /&gt;
&lt;br /&gt;
=== Check requirements for running WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
To update to WSL 2, you must be running Windows 10:&lt;br /&gt;
* For x64 systems: '''Version 1903''' or higher, with '''Build 18362''' or higher.&lt;br /&gt;
* For ARM64 systems: '''Version 2004''' or higher, with '''Build 19041''' or higher.&lt;br /&gt;
* Builds lower than 18362 do not support WSL 2.&lt;br /&gt;
&lt;br /&gt;
To check your version and build number, hit '''Windows logo key''' + '''R''', type '''winver''', select '''OK'''.&lt;br /&gt;
&lt;br /&gt;
=== Enable Virtual Machine feature ===&lt;br /&gt;
&lt;br /&gt;
Before installing WSL 2, you must enable the '''Virtual Machine Platform''' optional feature. Your machine will require [https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#error-0x80370102-the-virtual-machine-could-not-be-started-because-a-required-feature-is-not-installed virtualization capabilities] to use this feature.&lt;br /&gt;
&lt;br /&gt;
Open PowerShell as Administrator and run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Restart''' your machine to complete the WSL install and update to WSL 2.&lt;br /&gt;
&lt;br /&gt;
=== Download the Linux kernel update package to update to WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest package for either x64 or ARM64 systems, depending on your machine:&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi WSL2 Linux kernel update package for x64 machines]&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_arm64.msi WSL2 Linux kernel update package for ARM64 machines]&lt;br /&gt;
# Run the update package downloaded in the previous step. (Double-click to run - you will be prompted for elevated permissions, select ‘yes’ to approve this installation.)&lt;br /&gt;
&lt;br /&gt;
=== Set WSL 2 as your default version ===&lt;br /&gt;
&lt;br /&gt;
Open PowerShell and run this command to set WSL 2 as the default version when installing a new Linux distribution:&lt;br /&gt;
&amp;lt;pre&amp;gt;wsl --set-default-version 2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install your Linux distribution of choice ===&lt;br /&gt;
&lt;br /&gt;
# Open the '''Microsoft Store''' and select your favorite Linux distribution (e.g. [https://www.microsoft.com/store/apps/9n6svws3rx71 Ubuntu 20.04]).&lt;br /&gt;
# From the distribution's page, select &amp;quot;Get&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntustore.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The first time you launch a newly installed Linux distribution, a console window will open and you'll be asked to wait for a minute or two for files to de-compress and be stored on your PC. All future launches should take less than a second.&lt;br /&gt;
&lt;br /&gt;
You will then need to [https://docs.microsoft.com/en-us/windows/wsl/user-support create a user account and password for your new Linux distribution]:&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntuwslinstall.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can now run Linux on Windows 10! To install MicMac on Ubuntu, follow [[Install_MicMac_Ubuntu|these steps]].&lt;br /&gt;
&lt;br /&gt;
== Windows Terminal ==&lt;br /&gt;
Windows Terminal is a very convenient tool for working in command lines on Windows. Follow this [https://docs.microsoft.com/en-us/windows/terminal/get-started installation guide] to use it.&lt;br /&gt;
&lt;br /&gt;
Many options for customizing the terminal are available through the &amp;lt;code&amp;gt;settings.json&amp;lt;/code&amp;gt; file (accessible from the terminal preferences).&lt;br /&gt;
&lt;br /&gt;
=== Some useful shortcuts ===&lt;br /&gt;
'''Ctrl''' + '''Tab''': switch between tabs&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''T''': open a new tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''+''': vertical split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''-''': horizontal split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr; or &amp;amp;darr;''': move between tabs&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr; or &amp;amp;darr;''': change the size of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''W''': close the active tab&lt;br /&gt;
&lt;br /&gt;
== Use MicMac's graphical user interfaces ==&lt;br /&gt;
To use MicMac's graphical user interfaces (GUIs) (e.g. SaisieMasq, SaisieAppuisInit) in WSL, you will need to install an X-server, such as [https://sourceforge.net/projects/vcxsrv/ VcXsrv].&lt;br /&gt;
&lt;br /&gt;
If when you start VcXsrv the GUI does not appear, you may need to add some lines in your &amp;lt;code&amp;gt;.bashrc&amp;lt;/code&amp;gt; file. In your Linux terminal, type:&lt;br /&gt;
&amp;lt;pre&amp;gt;nano ~/.bashrc&amp;lt;/pre&amp;gt;&lt;br /&gt;
Add the following line at the end of the file:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=localhost:0.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you use WSL 2, add:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=$(grep -oP &amp;quot;(?&amp;lt;=nameserver ).+&amp;quot; /etc/resolv.conf):0&amp;lt;/pre&amp;gt;&lt;br /&gt;
And if you use WSL 2 and Ubuntu 20.04, add also:&lt;br /&gt;
&amp;lt;pre&amp;gt;export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
(from [https://doc.ubuntu-fr.org/wsl#parametrages_divers Wiki ubuntu-fr])&lt;br /&gt;
&lt;br /&gt;
Here is a set of parameters successfuly tested:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=:0&lt;br /&gt;
export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Close nano and open a new terminal. You should now be able to display the GUIs from this new terminal. If you end up with a black window, try changing its size by dragging the borders a bit and the GUI should display correctly.&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3152</id>
		<title>Install MicMac in Windows Subsystem for Linux</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3152"/>
				<updated>2021-05-07T12:54:36Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : /* Some useful shortcuts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can also use MicMac on Windows 10 through the Windows Subsystem for Linux (WSL). WSL allows you to run a Linux distribution (e.g. Ubuntu) directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. Then you can install MicMac by following the [[Install_MicMac_Ubuntu|Ubuntu installation guide]].&lt;br /&gt;
&lt;br /&gt;
== Install WSL ==&lt;br /&gt;
&lt;br /&gt;
The following steps are adapted from the [https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem for Linux Installation Guide for Windows 10]. Only the manual procedure is described. For the automatic procedure (or for more details/troubleshooting), please refer to the external link.&lt;br /&gt;
&lt;br /&gt;
=== Enable the &amp;quot;Windows Subsystem for Linux&amp;quot; optional feature ===&lt;br /&gt;
&lt;br /&gt;
Open Windows PowerShell as Administrator (you can hit the '''Windows logo key''' and type '''powershell'''), then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to update to WSL 2, but if you wish to only install WSL 1, you can now '''restart''' your machine and move on to the [[#Install your Linux distribution of choice]] step. To update to WSL 2, '''wait to restart''' your machine and move on to the next step.&lt;br /&gt;
&lt;br /&gt;
=== Check requirements for running WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
To update to WSL 2, you must be running Windows 10:&lt;br /&gt;
* For x64 systems: '''Version 1903''' or higher, with '''Build 18362''' or higher.&lt;br /&gt;
* For ARM64 systems: '''Version 2004''' or higher, with '''Build 19041''' or higher.&lt;br /&gt;
* Builds lower than 18362 do not support WSL 2.&lt;br /&gt;
&lt;br /&gt;
To check your version and build number, hit '''Windows logo key''' + '''R''', type '''winver''', select '''OK'''.&lt;br /&gt;
&lt;br /&gt;
=== Enable Virtual Machine feature ===&lt;br /&gt;
&lt;br /&gt;
Before installing WSL 2, you must enable the '''Virtual Machine Platform''' optional feature. Your machine will require [https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#error-0x80370102-the-virtual-machine-could-not-be-started-because-a-required-feature-is-not-installed virtualization capabilities] to use this feature.&lt;br /&gt;
&lt;br /&gt;
Open PowerShell as Administrator and run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Restart''' your machine to complete the WSL install and update to WSL 2.&lt;br /&gt;
&lt;br /&gt;
=== Download the Linux kernel update package to update to WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest package for either x64 or ARM64 systems, depending on your machine:&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi WSL2 Linux kernel update package for x64 machines]&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_arm64.msi WSL2 Linux kernel update package for ARM64 machines]&lt;br /&gt;
# Run the update package downloaded in the previous step. (Double-click to run - you will be prompted for elevated permissions, select ‘yes’ to approve this installation.)&lt;br /&gt;
&lt;br /&gt;
=== Set WSL 2 as your default version ===&lt;br /&gt;
&lt;br /&gt;
Open PowerShell and run this command to set WSL 2 as the default version when installing a new Linux distribution:&lt;br /&gt;
&amp;lt;pre&amp;gt;wsl --set-default-version 2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install your Linux distribution of choice ===&lt;br /&gt;
&lt;br /&gt;
# Open the '''Microsoft Store''' and select your favorite Linux distribution (e.g. [https://www.microsoft.com/store/apps/9n6svws3rx71 Ubuntu 20.04]).&lt;br /&gt;
# From the distribution's page, select &amp;quot;Get&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntustore.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The first time you launch a newly installed Linux distribution, a console window will open and you'll be asked to wait for a minute or two for files to de-compress and be stored on your PC. All future launches should take less than a second.&lt;br /&gt;
&lt;br /&gt;
You will then need to [https://docs.microsoft.com/en-us/windows/wsl/user-support create a user account and password for your new Linux distribution]:&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntuwslinstall.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can now run Linux on Windows 10! To install MicMac on Ubuntu, follow [[Install_MicMac_Ubuntu|these steps]].&lt;br /&gt;
&lt;br /&gt;
== Windows Terminal ==&lt;br /&gt;
Windows Terminal is a very convenient tool for working in command lines on Windows. Follow this [https://docs.microsoft.com/en-us/windows/terminal/get-started installation guide] to use it.&lt;br /&gt;
&lt;br /&gt;
Many options for customizing the terminal are available through the &amp;lt;code&amp;gt;settings.json&amp;lt;/code&amp;gt; file (accessible from the terminal preferences).&lt;br /&gt;
&lt;br /&gt;
=== Some useful shortcuts ===&lt;br /&gt;
'''Ctrl''' + '''Tab''': switch between tabs&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''T''': open a new tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''+''': vertical split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''-''': horizontal split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr; or &amp;amp;darr;''': move between tabs&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr; or &amp;amp;darr;''': change the size of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''W''': close the active tab&lt;br /&gt;
&lt;br /&gt;
== Use MicMac graphical user interfaces ==&lt;br /&gt;
To use MicMac's graphical user interfaces (GUIs) (e.g. SaisieMasq, SaisieAppuisInit) in WSL, you will need to install an X-server, such as [https://sourceforge.net/projects/vcxsrv/ VcXsrv].&lt;br /&gt;
&lt;br /&gt;
If when you start VcXsrv the GUI does not appear, you may need to add some lines in your &amp;lt;code&amp;gt;.bashrc&amp;lt;/code&amp;gt; file. In your Linux terminal, type:&lt;br /&gt;
&amp;lt;pre&amp;gt;nano ~/.bashrc&amp;lt;/pre&amp;gt;&lt;br /&gt;
Add the following line at the end of the file:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=localhost:0.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you use WSL 2, add:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=$(grep -oP &amp;quot;(?&amp;lt;=nameserver ).+&amp;quot; /etc/resolv.conf):0&amp;lt;/pre&amp;gt;&lt;br /&gt;
And if you use WSL 2 and Ubuntu 20.04, add also:&lt;br /&gt;
&amp;lt;pre&amp;gt;export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
(from [https://doc.ubuntu-fr.org/wsl#parametrages_divers Wiki ubuntu-fr])&lt;br /&gt;
&lt;br /&gt;
Here is a set of parameters successfuly tested:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=:0&lt;br /&gt;
export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Close nano and open a new terminal. You should now be able to display the GUIs from this new terminal. If you end up with a black window, try changing its size by dragging the borders a bit and the GUI should display correctly.&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Install&amp;diff=3151</id>
		<title>Install</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Install&amp;diff=3151"/>
				<updated>2021-05-07T12:49:57Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MicMac is an open source project that aims at being cross platform. Very few dependencies are mandatory to have the core program work. &lt;br /&gt;
&lt;br /&gt;
The following platforms are &amp;quot;officially&amp;quot; supported, but it is possible to install MicMac on most x86/x64 platforms (Windows Xp-Vista-7-8-10, Mac OSX, Fedora, RHEL, Ubuntu...).&lt;br /&gt;
&lt;br /&gt;
==Ubuntu==&lt;br /&gt;
Learn how to [[Install MicMac Ubuntu|Install MicMac on Ubuntu]].&lt;br /&gt;
&lt;br /&gt;
Here is some basic steps on how to use [[Tutorial Ubuntu|commands Ubuntu]].&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
Learn how to [[Install MicMac Windows|install MicMac on Windows]]&lt;br /&gt;
&lt;br /&gt;
You can also use [[Install MicMac in Windows Subsystem for Linux|Windows Subsystem for Linux (WSL)]]&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
Learn how to [[Install MicMac MAC|install MicMac on MAC]]&lt;br /&gt;
&lt;br /&gt;
==Raspberry Pi==&lt;br /&gt;
Learn how to [[Compilation_de_MicMac_sur_ARM_(RaspBerryPi)|install MicMac on Raspberry Pi]]&lt;br /&gt;
&lt;br /&gt;
==Useful softwares for MicMac==&lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
==== AperoDeDenis ====&lt;br /&gt;
You can use '''AperoDeDenis''' which try to be a global and easy to use alternative GUI to use MicMac.&lt;br /&gt;
&lt;br /&gt;
It is developed by Denis Jouin from the [https://www.cerema.fr/fr/actualites/cerema-normandie-centre-facilite-acces-photogrammetrie-3d Cerema] (Centre d'études et d'expertise sur les risques, l'environnement, la mobilité et l'aménagement, french public institute).&lt;br /&gt;
&lt;br /&gt;
The main repository to download documentation and software is hosted on [https://github.com/micmacIGN/InterfaceCEREMA/tree/master/InterfaceCEREMA GitHub].&lt;br /&gt;
&lt;br /&gt;
Micmac and Meshlab/CloudCompare (see below) have to be set up before to use AperoDeDenis.&lt;br /&gt;
&lt;br /&gt;
=== Visualization ===&lt;br /&gt;
&lt;br /&gt;
Here are some really useful tools to visualize the different 3D products :&lt;br /&gt;
*'''MeshLab''' : http://www.meshlab.net/ (all platform are supported). This software is generally used for points clouds visualization, surface reconstruction and texturing.&lt;br /&gt;
*'''CloudCompare''' : http://www.cloudcompare.org/ (all platforms). Similar to Meshlab, possibly more up to date and richer in tools.&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Install_MicMac_WSL&amp;diff=3150</id>
		<title>Install MicMac WSL</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Install_MicMac_WSL&amp;diff=3150"/>
				<updated>2021-05-07T12:49:21Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : Scpsc a déplacé la page Install MicMac WSL vers Install MicMac in Windows Subsystem for Linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECTION [[Install MicMac in Windows Subsystem for Linux]]&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3149</id>
		<title>Install MicMac in Windows Subsystem for Linux</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3149"/>
				<updated>2021-05-07T12:49:20Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : Scpsc a déplacé la page Install MicMac WSL vers Install MicMac in Windows Subsystem for Linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can also use MicMac on Windows 10 through the Windows Subsystem for Linux (WSL). WSL allows you to run a Linux distribution (e.g. Ubuntu) directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. Then you can install MicMac by following the [[Install_MicMac_Ubuntu|Ubuntu installation guide]].&lt;br /&gt;
&lt;br /&gt;
== Install WSL ==&lt;br /&gt;
&lt;br /&gt;
The following steps are adapted from the [https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem for Linux Installation Guide for Windows 10]. Only the manual procedure is described. For the automatic procedure (or for more details/troubleshooting), please refer to the external link.&lt;br /&gt;
&lt;br /&gt;
=== Enable the &amp;quot;Windows Subsystem for Linux&amp;quot; optional feature ===&lt;br /&gt;
&lt;br /&gt;
Open Windows PowerShell as Administrator (you can hit the '''Windows logo key''' and type '''powershell'''), then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to update to WSL 2, but if you wish to only install WSL 1, you can now '''restart''' your machine and move on to the [[#Install your Linux distribution of choice]] step. To update to WSL 2, '''wait to restart''' your machine and move on to the next step.&lt;br /&gt;
&lt;br /&gt;
=== Check requirements for running WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
To update to WSL 2, you must be running Windows 10:&lt;br /&gt;
* For x64 systems: '''Version 1903''' or higher, with '''Build 18362''' or higher.&lt;br /&gt;
* For ARM64 systems: '''Version 2004''' or higher, with '''Build 19041''' or higher.&lt;br /&gt;
* Builds lower than 18362 do not support WSL 2.&lt;br /&gt;
&lt;br /&gt;
To check your version and build number, hit '''Windows logo key''' + '''R''', type '''winver''', select '''OK'''.&lt;br /&gt;
&lt;br /&gt;
=== Enable Virtual Machine feature ===&lt;br /&gt;
&lt;br /&gt;
Before installing WSL 2, you must enable the '''Virtual Machine Platform''' optional feature. Your machine will require [https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#error-0x80370102-the-virtual-machine-could-not-be-started-because-a-required-feature-is-not-installed virtualization capabilities] to use this feature.&lt;br /&gt;
&lt;br /&gt;
Open PowerShell as Administrator and run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Restart''' your machine to complete the WSL install and update to WSL 2.&lt;br /&gt;
&lt;br /&gt;
=== Download the Linux kernel update package to update to WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest package for either x64 or ARM64 systems, depending on your machine:&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi WSL2 Linux kernel update package for x64 machines]&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_arm64.msi WSL2 Linux kernel update package for ARM64 machines]&lt;br /&gt;
# Run the update package downloaded in the previous step. (Double-click to run - you will be prompted for elevated permissions, select ‘yes’ to approve this installation.)&lt;br /&gt;
&lt;br /&gt;
=== Set WSL 2 as your default version ===&lt;br /&gt;
&lt;br /&gt;
Open PowerShell and run this command to set WSL 2 as the default version when installing a new Linux distribution:&lt;br /&gt;
&amp;lt;pre&amp;gt;wsl --set-default-version 2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install your Linux distribution of choice ===&lt;br /&gt;
&lt;br /&gt;
# Open the '''Microsoft Store''' and select your favorite Linux distribution (e.g. [https://www.microsoft.com/store/apps/9n6svws3rx71 Ubuntu 20.04]).&lt;br /&gt;
# From the distribution's page, select &amp;quot;Get&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntustore.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The first time you launch a newly installed Linux distribution, a console window will open and you'll be asked to wait for a minute or two for files to de-compress and be stored on your PC. All future launches should take less than a second.&lt;br /&gt;
&lt;br /&gt;
You will then need to [https://docs.microsoft.com/en-us/windows/wsl/user-support create a user account and password for your new Linux distribution]:&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntuwslinstall.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can now run Linux on Windows 10! To install MicMac on Ubuntu, follow [[Install_MicMac_Ubuntu|these steps]].&lt;br /&gt;
&lt;br /&gt;
== Windows Terminal ==&lt;br /&gt;
Windows Terminal is a very convenient tool for working in command lines on Windows. Follow this [https://docs.microsoft.com/en-us/windows/terminal/get-started installation guide] to use it.&lt;br /&gt;
&lt;br /&gt;
Many options for customizing the terminal are available through the &amp;lt;code&amp;gt;settings.json&amp;lt;/code&amp;gt; file (accessible from the terminal preferences).&lt;br /&gt;
&lt;br /&gt;
=== Some useful shortcuts ===&lt;br /&gt;
'''Ctrl''' + '''Tab''': switch between tabs&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''T''': open a new tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''+''': vertical split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''-''': horizontal split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr;&amp;amp;darr;''': move between tabs&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr;&amp;amp;darr;''': change the size of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''W''': close the active tab&lt;br /&gt;
&lt;br /&gt;
== Use MicMac graphical user interfaces ==&lt;br /&gt;
To use MicMac's graphical user interfaces (GUIs) (e.g. SaisieMasq, SaisieAppuisInit) in WSL, you will need to install an X-server, such as [https://sourceforge.net/projects/vcxsrv/ VcXsrv].&lt;br /&gt;
&lt;br /&gt;
If when you start VcXsrv the GUI does not appear, you may need to add some lines in your &amp;lt;code&amp;gt;.bashrc&amp;lt;/code&amp;gt; file. In your Linux terminal, type:&lt;br /&gt;
&amp;lt;pre&amp;gt;nano ~/.bashrc&amp;lt;/pre&amp;gt;&lt;br /&gt;
Add the following line at the end of the file:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=localhost:0.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you use WSL 2, add:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=$(grep -oP &amp;quot;(?&amp;lt;=nameserver ).+&amp;quot; /etc/resolv.conf):0&amp;lt;/pre&amp;gt;&lt;br /&gt;
And if you use WSL 2 and Ubuntu 20.04, add also:&lt;br /&gt;
&amp;lt;pre&amp;gt;export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
(from [https://doc.ubuntu-fr.org/wsl#parametrages_divers Wiki ubuntu-fr])&lt;br /&gt;
&lt;br /&gt;
Here is a set of parameters successfuly tested:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=:0&lt;br /&gt;
export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Close nano and open a new terminal. You should now be able to display the GUIs from this new terminal. If you end up with a black window, try changing its size by dragging the borders a bit and the GUI should display correctly.&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3148</id>
		<title>Install MicMac in Windows Subsystem for Linux</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Install_MicMac_in_Windows_Subsystem_for_Linux&amp;diff=3148"/>
				<updated>2021-05-07T12:45:10Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : Page créée avec « You can also use MicMac on Windows 10 through the Windows Subsystem for Linux (WSL). WSL allows you to run a Linux distribution (e.g. Ubuntu) directly on Windows, unmodifi... »&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can also use MicMac on Windows 10 through the Windows Subsystem for Linux (WSL). WSL allows you to run a Linux distribution (e.g. Ubuntu) directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. Then you can install MicMac by following the [[Install_MicMac_Ubuntu|Ubuntu installation guide]].&lt;br /&gt;
&lt;br /&gt;
== Install WSL ==&lt;br /&gt;
&lt;br /&gt;
The following steps are adapted from the [https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem for Linux Installation Guide for Windows 10]. Only the manual procedure is described. For the automatic procedure (or for more details/troubleshooting), please refer to the external link.&lt;br /&gt;
&lt;br /&gt;
=== Enable the &amp;quot;Windows Subsystem for Linux&amp;quot; optional feature ===&lt;br /&gt;
&lt;br /&gt;
Open Windows PowerShell as Administrator (you can hit the '''Windows logo key''' and type '''powershell'''), then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is recommended to update to WSL 2, but if you wish to only install WSL 1, you can now '''restart''' your machine and move on to the [[#Install your Linux distribution of choice]] step. To update to WSL 2, '''wait to restart''' your machine and move on to the next step.&lt;br /&gt;
&lt;br /&gt;
=== Check requirements for running WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
To update to WSL 2, you must be running Windows 10:&lt;br /&gt;
* For x64 systems: '''Version 1903''' or higher, with '''Build 18362''' or higher.&lt;br /&gt;
* For ARM64 systems: '''Version 2004''' or higher, with '''Build 19041''' or higher.&lt;br /&gt;
* Builds lower than 18362 do not support WSL 2.&lt;br /&gt;
&lt;br /&gt;
To check your version and build number, hit '''Windows logo key''' + '''R''', type '''winver''', select '''OK'''.&lt;br /&gt;
&lt;br /&gt;
=== Enable Virtual Machine feature ===&lt;br /&gt;
&lt;br /&gt;
Before installing WSL 2, you must enable the '''Virtual Machine Platform''' optional feature. Your machine will require [https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#error-0x80370102-the-virtual-machine-could-not-be-started-because-a-required-feature-is-not-installed virtualization capabilities] to use this feature.&lt;br /&gt;
&lt;br /&gt;
Open PowerShell as Administrator and run:&lt;br /&gt;
&amp;lt;pre&amp;gt;dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Restart''' your machine to complete the WSL install and update to WSL 2.&lt;br /&gt;
&lt;br /&gt;
=== Download the Linux kernel update package to update to WSL 2 ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest package for either x64 or ARM64 systems, depending on your machine:&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi WSL2 Linux kernel update package for x64 machines]&lt;br /&gt;
#* [https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_arm64.msi WSL2 Linux kernel update package for ARM64 machines]&lt;br /&gt;
# Run the update package downloaded in the previous step. (Double-click to run - you will be prompted for elevated permissions, select ‘yes’ to approve this installation.)&lt;br /&gt;
&lt;br /&gt;
=== Set WSL 2 as your default version ===&lt;br /&gt;
&lt;br /&gt;
Open PowerShell and run this command to set WSL 2 as the default version when installing a new Linux distribution:&lt;br /&gt;
&amp;lt;pre&amp;gt;wsl --set-default-version 2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install your Linux distribution of choice ===&lt;br /&gt;
&lt;br /&gt;
# Open the '''Microsoft Store''' and select your favorite Linux distribution (e.g. [https://www.microsoft.com/store/apps/9n6svws3rx71 Ubuntu 20.04]).&lt;br /&gt;
# From the distribution's page, select &amp;quot;Get&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntustore.png|600px]]&lt;br /&gt;
&lt;br /&gt;
The first time you launch a newly installed Linux distribution, a console window will open and you'll be asked to wait for a minute or two for files to de-compress and be stored on your PC. All future launches should take less than a second.&lt;br /&gt;
&lt;br /&gt;
You will then need to [https://docs.microsoft.com/en-us/windows/wsl/user-support create a user account and password for your new Linux distribution]:&lt;br /&gt;
&lt;br /&gt;
[[File:Ubuntuwslinstall.png|600px]]&lt;br /&gt;
&lt;br /&gt;
You can now run Linux on Windows 10! To install MicMac on Ubuntu, follow [[Install_MicMac_Ubuntu|these steps]].&lt;br /&gt;
&lt;br /&gt;
== Windows Terminal ==&lt;br /&gt;
Windows Terminal is a very convenient tool for working in command lines on Windows. Follow this [https://docs.microsoft.com/en-us/windows/terminal/get-started installation guide] to use it.&lt;br /&gt;
&lt;br /&gt;
Many options for customizing the terminal are available through the &amp;lt;code&amp;gt;settings.json&amp;lt;/code&amp;gt; file (accessible from the terminal preferences).&lt;br /&gt;
&lt;br /&gt;
=== Some useful shortcuts ===&lt;br /&gt;
'''Ctrl''' + '''Tab''': switch between tabs&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''T''': open a new tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''+''': vertical split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''-''': horizontal split of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr;&amp;amp;darr;''': move between tabs&lt;br /&gt;
&lt;br /&gt;
'''Alt''' + '''Shift''' + '''&amp;amp;larr;&amp;amp;uarr;&amp;amp;rarr;&amp;amp;darr;''': change the size of the active tab&lt;br /&gt;
&lt;br /&gt;
'''Ctrl''' + '''Shift''' + '''W''': close the active tab&lt;br /&gt;
&lt;br /&gt;
== Use MicMac graphical user interfaces ==&lt;br /&gt;
To use MicMac's graphical user interfaces (GUIs) (e.g. SaisieMasq, SaisieAppuisInit) in WSL, you will need to install an X-server, such as [https://sourceforge.net/projects/vcxsrv/ VcXsrv].&lt;br /&gt;
&lt;br /&gt;
If when you start VcXsrv the GUI does not appear, you may need to add some lines in your &amp;lt;code&amp;gt;.bashrc&amp;lt;/code&amp;gt; file. In your Linux terminal, type:&lt;br /&gt;
&amp;lt;pre&amp;gt;nano ~/.bashrc&amp;lt;/pre&amp;gt;&lt;br /&gt;
Add the following line at the end of the file:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=localhost:0.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you use WSL 2, add:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=$(grep -oP &amp;quot;(?&amp;lt;=nameserver ).+&amp;quot; /etc/resolv.conf):0&amp;lt;/pre&amp;gt;&lt;br /&gt;
And if you use WSL 2 and Ubuntu 20.04, add also:&lt;br /&gt;
&amp;lt;pre&amp;gt;export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
(from [https://doc.ubuntu-fr.org/wsl#parametrages_divers Wiki ubuntu-fr])&lt;br /&gt;
&lt;br /&gt;
Here is a set of parameters successfuly tested:&lt;br /&gt;
&amp;lt;pre&amp;gt;export DISPLAY=:0&lt;br /&gt;
export LIBGL_ALWAYS_INDIRECT=1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Close nano and open a new terminal. You should now be able to display the GUIs from this new terminal. If you end up with a black window, try changing its size by dragging the borders a bit and the GUI should display correctly.&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Fichier:Ubuntuwslinstall.png&amp;diff=3147</id>
		<title>Fichier:Ubuntuwslinstall.png</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Fichier:Ubuntuwslinstall.png&amp;diff=3147"/>
				<updated>2021-05-07T10:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Fichier:Ubuntustore.png&amp;diff=3146</id>
		<title>Fichier:Ubuntustore.png</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Fichier:Ubuntustore.png&amp;diff=3146"/>
				<updated>2021-05-07T09:54:14Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Install&amp;diff=3145</id>
		<title>Install</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Install&amp;diff=3145"/>
				<updated>2021-05-07T08:49:42Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : /* Windows */ add the WSL alternative&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MicMac is an open source project that aims at being cross platform. Very few dependencies are mandatory to have the core program work. &lt;br /&gt;
&lt;br /&gt;
The following platforms are &amp;quot;officially&amp;quot; supported, but it is possible to install MicMac on most x86/x64 platforms (Windows Xp-Vista-7-8-10, Mac OSX, Fedora, RHEL, Ubuntu...).&lt;br /&gt;
&lt;br /&gt;
==Ubuntu==&lt;br /&gt;
Learn how to [[Install MicMac Ubuntu|Install MicMac on Ubuntu]].&lt;br /&gt;
&lt;br /&gt;
Here is some basic steps on how to use [[Tutorial Ubuntu|commands Ubuntu]].&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
Learn how to [[Install MicMac Windows|install MicMac on Windows]]&lt;br /&gt;
&lt;br /&gt;
You can also use [[Install MicMac WSL|Windows Subsystem for Linux (WSL)]]&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
Learn how to [[Install MicMac MAC|install MicMac on MAC]]&lt;br /&gt;
&lt;br /&gt;
==Raspberry Pi==&lt;br /&gt;
Learn how to [[Compilation_de_MicMac_sur_ARM_(RaspBerryPi)|install MicMac on Raspberry Pi]]&lt;br /&gt;
&lt;br /&gt;
==Useful softwares for MicMac==&lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
==== AperoDeDenis ====&lt;br /&gt;
You can use '''AperoDeDenis''' which try to be a global and easy to use alternative GUI to use MicMac.&lt;br /&gt;
&lt;br /&gt;
It is developed by Denis Jouin from the [https://www.cerema.fr/fr/actualites/cerema-normandie-centre-facilite-acces-photogrammetrie-3d Cerema] (Centre d'études et d'expertise sur les risques, l'environnement, la mobilité et l'aménagement, french public institute).&lt;br /&gt;
&lt;br /&gt;
The main repository to download documentation and software is hosted on [https://github.com/micmacIGN/InterfaceCEREMA/tree/master/InterfaceCEREMA GitHub].&lt;br /&gt;
&lt;br /&gt;
Micmac and Meshlab/CloudCompare (see below) have to be set up before to use AperoDeDenis.&lt;br /&gt;
&lt;br /&gt;
=== Visualization ===&lt;br /&gt;
&lt;br /&gt;
Here are some really useful tools to visualize the different 3D products :&lt;br /&gt;
*'''MeshLab''' : http://www.meshlab.net/ (all platform are supported). This software is generally used for points clouds visualization, surface reconstruction and texturing.&lt;br /&gt;
*'''CloudCompare''' : http://www.cloudcompare.org/ (all platforms). Similar to Meshlab, possibly more up to date and richer in tools.&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=ClipIm&amp;diff=3115</id>
		<title>ClipIm</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=ClipIm&amp;diff=3115"/>
				<updated>2019-06-14T10:17:11Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : Page créée avec « 25px List of commands ==Description== ClipIm is used to extract a subset of an image.  ===Syntax=== The global syntax is: &amp;lt;pre&amp;gt;mm3d C... »&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
ClipIm is used to extract a subset of an image.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax is:&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d ClipIm ImageName BoxOrigin BoxSize NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Results===&lt;br /&gt;
ClipIm generates a subset of the input image. The coordinates provided for the box origin correspond to the top-left corner of the box, in pixels. First coordinate is the column, second is the line. The size is also in pixels, from the box origin. The image is not resampled in the process. You can use the &amp;quot;Out&amp;quot; option to specify the output name.&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access the help by typing:&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d ClipIm -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args : &lt;br /&gt;
  * string&lt;br /&gt;
  * Pt2di :: {P0}&lt;br /&gt;
  * Pt2di :: {SZ}&lt;br /&gt;
Named args : &lt;br /&gt;
  * [Name=Out] string&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d ClipIm img1.tif [1429,2842] [1000,1000] Out=img1_subset.tif&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Discussion:Tapioca&amp;diff=2534</id>
		<title>Discussion:Tapioca</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Discussion:Tapioca&amp;diff=2534"/>
				<updated>2017-10-05T14:10:45Z</updated>
		
		<summary type="html">&lt;p&gt;Scpsc : /* image size */ nouvelle section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To Do:&lt;br /&gt;
&lt;br /&gt;
* Improve latest paragraph (rewrite it?)&lt;br /&gt;
* Explain SFS using (settings file or @sfs)&lt;br /&gt;
* Explain Tie points computation ismade in &amp;quot;black and white&amp;quot; mode [is it always true?]&lt;br /&gt;
* Note that there is no masking option in tapioca (as reported in http://forum-micmac.forumprod.com/using-mask-with-tapioca-t1302.html)&lt;br /&gt;
&lt;br /&gt;
--[[Utilisateur:XavierR|XavierR]] ([[Discussion utilisateur:XavierR|discussion]]) 14 novembre 2016 à 15:21 (CET)&lt;br /&gt;
&lt;br /&gt;
== image size ==&lt;br /&gt;
&lt;br /&gt;
Image size for mandatory Arg #2 is the image width, as specified in DocMicMac. I think it might be good to be more specific than just size. Thanks&lt;/div&gt;</summary>
		<author><name>Scpsc</name></author>	</entry>

	</feed>