Miscellaneous Algorithms¶
This section contains other algorithms and methods which were developed as part of this work but couldn’t be categorized elsewhere.
1-Bit Compressive Sensing¶
|
Compressive measurement and 1 bit quantization |
|
Solves the 1-bit compressive sensing problem \(\text{sgn} (\\Phi x) = y\) using Binary Iterative Hard Thresholding |
|
Solves the 1-bit compressive sensing problem \(\text{sgn} (\\Phi x) = y\) using Binary Iterative Hard Thresholding |
Represents the state of the BIHT algorithm |
Geophysical Signal Processing¶
This module contains some utilities for processing of geophysical signals.
|
Returns the Ricker wavelet for a given peak frequency at specified times. |
Computer Vision and Image Processing¶
This module contains some utilities for image processing and computer vision.
Note
CR-Sparse doesn’t intend to be a full fledged image processing and computer vision solution. The utilities in this module are meant to complement the functionality available in CR-Sparse to demonstrate how they can be used on images.
Kernels
|
Creates a Gaussian kernel of h x w dimensions with the specified sigma |