3D MRI data exploration and segmentation tool.
-
Updated
Jul 6, 2023 - Python
3D MRI data exploration and segmentation tool.
The program uses HOG and LBP features to detect human in images. First, use the HOG feature only to detect humans. Next, combine the HOG feature with the LBP feature to form an augmented feature (HOG-LBP) to detect human. A Two-Layer Perceptron (feedforward neural network) will be used to classify the input feature vector into human or no-human.
Image and Video Analysis & Processing
The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images.
Gradient-Adaptive Hermite-Birkhoff Radial Basis Function Interpolants for Three-dimensional Stratigraphic Implicit Modeling
Using Nvidia GPU to optimize algorithm and reduce time in image processing
Edge Detection and Hough Transform
Add a description, image, and links to the gradient-magnitude topic page so that developers can more easily learn about it.
To associate your repository with the gradient-magnitude topic, visit your repo's landing page and select "manage topics."