This project is designed to perform structure tensor analysis on grayscale images to compute gradients, energy, orientation, and coherency. It uses various gradient computation methods, including finite difference, Gaussian smoothing, cubic spline interpolation, Fourier transform, Riesz transform, and Hessian-based second-order derivatives.
- Gradient Computation: Multiple methods for computing image gradients.
- Structure Tensor Analysis: Computes energy, orientation, and coherency from the structure tensor.
- OpenCV Integration: Utilizes OpenCV for image processing and visualization.
- Boost Integration: Uses Boost for cubic spline interpolation.
- OpenCV: Required for image processing and visualization.
- Boost: Required for cubic spline interpolation.
- Clone the repository:
git clone https://github.com/yourusername/CellInspection.git cd CellInspection