Microstructure characterization research II since May 2019
View the Project on GitHub wufeim/microstructure-characterization-II
Output prefix
: prefix for output files; default: feature-collection-
.Image filename pattern
: image filename pattern matching rules, split by space; default: *.tiff *.png
. See gnu.org.Image path
: path to the image filesOutput path
: path for output filesdistance
(int, default=1): the distance
parameter from mahotas.features.haralick()
; see linkP
(int, default=10): the P
parameter from skimage.feature.local_binary_pattern()
; see linkR
(float, default=5): the R
parameter from skimage.feature.local_binary_pattern()
; see linkd
(int, default=15): the d
parameter from cv2.bilateralFilter()
; see linksigma_color
(double, default=15): the sigma_color
parameter from cv2.bilateralFilter()
; see linksigma_space
(double, default=15): the sigma_space
parameter from cv2.bilateralFilter()
; see linkk
(int, default=9)k
(int, default=9)k
(int, default=9)k
(int, default=3)Configurations:
Image filename
: image filenameOutput path
: path for output filesThe program crashed? Unfortunately, this software is not exhaustively tested for boundary cases. Unexpected inputs may crash the program. If you think this is a bug, feel free to send me a bug report!
My image is cropped?
Following the design of our dataset, most images come with a margin describing the camera and sample parameters. Input images of the following sizes will be cropped automatically: 2048x2560
, 1428x2048
, 1024x1280
, 1448x2048
.
Last update: Oct. 05, 2020