generic_binsearch1d | A generic 1D binary search algorithm: given a sorted vector x0, find the index of the element that is closest to 'value'. | |
generic_parallel_prod | Computes the parallel product of a certain pointwise function of a matrix. | |
generic_parallel_sum | Computes the parallel sum of a certain pointwise function of a matrix. | |
generic_sort | Generic sorting algorithm using bitsort. The function takes a comparer as input. | |
generic_spatialfilter | Applies a generic spatial filter to the input image |