By receiving the input image, Grain-Selector is able to analyze the shape with indices and is able to output the user's desired index as an image. The results of this software can be imported into RPMG2D and MRPMG2D software. Let's install it and work with it:
- You need to install Octave GNU with version 7.3 and above.
Hint: If you want exactly version 7.3 Windows or Linux
Hint: In Windows, be sure to add the Octave installation path to the Windows Environment, the path is something like this:
"
.\Octave-7.3.0\mingw64\bin
" - If you have git, clone the project in CMD, Terminal or PowerShell:
Hint: If you want install git
git clone https://github.com/SaidMousaSajadi/Grain-Selector.git
- Otherwise, download the project in this repository as a zip and extract it on your PC.
In Windows
Create Shortcut From MyApplication.exe
,and use it wherever you want.
In Linux
Create Shortcut From MyApplication.sh
, and use it where you want.