I have x ray CT data of fibre reinforced composite. My intention is to find and the bunch the fibre orientation of single fibres .I am okay with a python or Matlab script .I can make use of imagej and avizo .
If you have X-ray CT data of fiber-reinforced composites and want to determine the orientation of individual fibers, you have a few good options:
ImageJ (FIJI): You can use plugins like FiberNet or Fiji-CT for fiber segmentation and orientation analysis.
Avizo: This is a powerful commercial tool for 3D data analysis, ideal for segmenting fibers and analyzing their orientation.
Python / MATLAB: If you prefer scripting, you can use libraries like NumPy and SciPy in Python, or MATLAB’s Image Processing Toolbox to apply techniques like PCA or Hough Transform to extract fiber orientation.
In short, Avizo is great for advanced features and ease of use, while ImageJ and Python/MATLAB offer more flexibility if you're comfortable with custom coding.