mtex icon indicating copy to clipboard operation
mtex copied to clipboard

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:

Results 138 mtex issues
Sort by recently updated
recently updated
newest added

Bilateral Filter is widely used in image processing, yet it is a simple non-linear, edge-preserving, and noise-reducing smoothing filter. Unlike halfQuadraticFilter, it does not require any coefficient value to input...

feature request :christmas_tree:

As part of a GUI, it would be nice to be able to plot to specific designated axes. For MTEX, this works for EBSD maps `plot(ebsd('Magnesium'),ebsd('Magnesium').bc,'Parent',target_ax2)` , crystal symmetry plots...

feature request :christmas_tree:

Hi Ralf, I'm trying to plot cones with variable opening angles. Simple example - which does what I expect: ``` circle(xvector,25*degree) hold on circle(yvector,45*degree,'add2all') hold off ``` ![ex1](https://user-images.githubusercontent.com/11697557/37279822-34854c1c-25ec-11e8-9fd9-d471d8f74cfa.png) However, when...

bug :lady_beetle:

Given a certain ODF with respect to the parent phase and a parent to child orientation relation ship one would like to know the corresponding ODF of the child phase...

feature request :christmas_tree:

Hello I use an adapted version of the function calcGND to extract the components of the NYE tensor. It give me different result using MTEX 4.3.1 or MTEX 4.4.alpha5 and...

bug :lady_beetle:

I've started to use the VPSC functions you've included in mtex. Overall they work pretty well (Thanks!), but I encountered a few issues to share. - The loadODF_VPSC function seems...

feature request :christmas_tree:

Implement the estimation of the 3d grain volume statistics from the 2d grain area statistics. additional information to be added below.

feature request :christmas_tree:

A crystallographic plot like ```matlab % *** Crystallographic a-axes to East *** plota2east plot(selected_hkls,'antipodal','upper','contourf','halfwidth',10*degree) mtexColorbar ``` Has default projection of [001], is there simple option to change the projection to...

feature request :christmas_tree:

Dear Ralf, There are several methods for grain size determination, and the most common one used by the scientific community is the method of intercept line (See figure). Please, can...

feature request :christmas_tree:

Hi Ralf, I think this is just a little graphics glitch: ``` cs=crystalSymmetry('m-3') mdf=uniformODF(cs,cs) plotSection(mdf,'axisAngle','Sections',6) ``` shows some area colorized which shouldn't be, I think. ![m_minus3](https://cloud.githubusercontent.com/assets/11697557/19603324/ff403e74-97b0-11e6-84e6-ace31c9dc67d.png) Cheers, Rüdiger

bug :lady_beetle: