brip_vil1_float_ops Member List
This is the complete list of members for brip_vil1_float_ops, including all inherited members.
abs_clip_to_level(vil1_memory_image_of< float > const &image, const float thresh, const float level=0.0)brip_vil1_float_ops [static]
basis_images(vcl_vector< vil1_memory_image_of< float > > const &input_images, vcl_vector< vil1_memory_image_of< float > > &basis)brip_vil1_float_ops [static]
beaudet(vil1_memory_image_of< float > const &Ixx, vil1_memory_image_of< float > const &Ixy, vil1_memory_image_of< float > const &Iyy)brip_vil1_float_ops [static]
bilinear_interpolation(vil1_memory_image_of< float > const &input, const double x, const double y)brip_vil1_float_ops [static]
brip_vil1_float_ops()brip_vil1_float_ops [inline, private]
chip(vil1_memory_image_of< float > const &input, vsol_box_2d_sptr const &roi, vil1_memory_image_of< float > &chip)brip_vil1_float_ops [static]
chip(vil1_image const &input, brip_roi_sptr const &roi, vil1_image &chip)brip_vil1_float_ops [static]
convert_to_byte(vil1_memory_image_of< float > const &image)brip_vil1_float_ops [static]
convert_to_byte(vil1_memory_image_of< float > const &image, const float min_val, const float max_val)brip_vil1_float_ops [static]
convert_to_float(vil1_image const &image)brip_vil1_float_ops [static]
convert_to_float(vil1_memory_image_of< unsigned char > const &image)brip_vil1_float_ops [static]
convert_to_float(vil1_memory_image_of< vil1_rgb< unsigned char > > const &image)brip_vil1_float_ops [static]
convert_to_float(vnl_matrix< float > const &matrix)brip_vil1_float_ops [static]
convert_to_grey(vil1_image const &img)brip_vil1_float_ops [static]
convert_to_IHS(vil1_memory_image_of< vil1_rgb< unsigned char > >const &image, vil1_memory_image_of< float > &I, vil1_memory_image_of< float > &H, vil1_memory_image_of< float > &S)brip_vil1_float_ops [static]
convert_to_rgb(vil1_memory_image_of< float > const &image)brip_vil1_float_ops [static]
convert_to_rgb(vil1_memory_image_of< float > const &image, const float min_val, const float max_val)brip_vil1_float_ops [static]
convert_to_short(vil1_memory_image_of< float > const &image, const float min_val, const float max_val)brip_vil1_float_ops [static]
convolve(vil1_memory_image_of< float > const &input, vbl_array_2d< float > const &kernel)brip_vil1_float_ops [static]
cross_correlate(vil1_memory_image_of< float > const &image1, vil1_memory_image_of< float > const &image2, const float x, const float y, const int radius=5, const float intensity_thresh=25.0)brip_vil1_float_ops [static]
cross_correlate(vil1_memory_image_of< float > const &image1, vil1_memory_image_of< float > const &image2, vil1_memory_image_of< float > &out, const int radius=5, const float intensity_thresh=25.0)brip_vil1_float_ops [static]
difference(vil1_memory_image_of< float > const &image_1, vil1_memory_image_of< float > const &image_2)brip_vil1_float_ops [static]
display_IHS_as_RGB(vil1_memory_image_of< float > const &I, vil1_memory_image_of< float > const &H, vil1_memory_image_of< float > const &S, vil1_memory_image_of< vil1_rgb< unsigned char > > &image)brip_vil1_float_ops [static]
fft_1d(int dir, int m, double *x, double *y)brip_vil1_float_ops [private, static]
fft_2d(vnl_matrix< vcl_complex< double > > &c, int nx, int ny, int dir)brip_vil1_float_ops [private, static]
fill_x_border(vil1_memory_image_of< float > &image, int w, float value)brip_vil1_float_ops [static]
fill_y_border(vil1_memory_image_of< float > &image, int h, float value)brip_vil1_float_ops [static]
fourier_transform(vil1_memory_image_of< float > const &input, vil1_memory_image_of< float > &mag, vil1_memory_image_of< float > &phase)brip_vil1_float_ops [static]
ftt_fourier_2d_reorder(vnl_matrix< vcl_complex< double > > const &F1, vnl_matrix< vcl_complex< double > > &F2)brip_vil1_float_ops [private, static]
gaussian(vil1_memory_image_of< float > const &input, float sigma)brip_vil1_float_ops [static]
gaussian_blocking_filter(const float dir_fx, const float dir_fy, const float f0, const float radius, const float fx, const float fy)brip_vil1_float_ops [private, static]
grad_matrix_NxN(vil1_memory_image_of< float > const &input, const int n, vil1_memory_image_of< float > &IxIx, vil1_memory_image_of< float > &IxIy, vil1_memory_image_of< float > &IyIy)brip_vil1_float_ops [static]
gradient_3x3(vil1_memory_image_of< float > const &input, vil1_memory_image_of< float > &grad_x, vil1_memory_image_of< float > &grad_y)brip_vil1_float_ops [static]
half_resolution(vil1_memory_image_of< float > const &input, float filter_coef=0.359375)brip_vil1_float_ops [static]
half_resolution(vil1_memory_image_of< vil1_rgb< unsigned char > > const &input, float filter_coef=0.359375)brip_vil1_float_ops [static]
half_resolution_1d(const float *input, int n, const float k0, const float k1, const float k2, float *output)brip_vil1_float_ops [private, static]
harris(vil1_memory_image_of< float > const &IxIx, vil1_memory_image_of< float > const &IxIy, vil1_memory_image_of< float > const &IyIy, double scale=0.04)brip_vil1_float_ops [static]
hessian_3x3(vil1_memory_image_of< float > const &input, vil1_memory_image_of< float > &Ixx, vil1_memory_image_of< float > &Ixy, vil1_memory_image_of< float > &Iyy)brip_vil1_float_ops [static]
homography(vil1_memory_image_of< float > const &input, vgl_h_matrix_2d< double >const &H, vil1_memory_image_of< float > &output, bool output_size_fixed=false, float output_fill_value=0.0)brip_vil1_float_ops [static]
insert_chip_in_image(vil1_image const &image, vil1_image const &chip, brip_roi_sptr const &roi)brip_vil1_float_ops [static]
interpolate_center(vbl_array_2d< float > const &neighborhood, float &dx, float &dy)brip_vil1_float_ops [private, static]
inverse_fourier_transform(vil1_memory_image_of< float > const &mag, vil1_memory_image_of< float > const &phase, vil1_memory_image_of< float > &output)brip_vil1_float_ops [static]
load_kernel(vcl_string const &file)brip_vil1_float_ops [static]
local_maximum(vbl_array_2d< float > const &nighborhood, int n, float &value)brip_vil1_float_ops [private, static]
Lucas_KanadeMotion(vil1_memory_image_of< float > &current_frame, vil1_memory_image_of< float > &previous_frame, int n, double thresh, vil1_memory_image_of< float > &vx, vil1_memory_image_of< float > &vy)brip_vil1_float_ops [static]
non_maximum_suppression(vil1_memory_image_of< float > const &input, const int n, const float thresh, vcl_vector< float > &x_pos, vcl_vector< float > &y_pos, vcl_vector< float > &value)brip_vil1_float_ops [static]
resize(vil1_memory_image_of< float > const &input, const int width, const int height, vil1_memory_image_of< float > &output)brip_vil1_float_ops [static]
resize_to_power_of_two(vil1_memory_image_of< float > const &input, vil1_memory_image_of< float > &output)brip_vil1_float_ops [static]
rotate(vil1_memory_image_of< float > const &input, const double theta_deg)brip_vil1_float_ops [static]
spatial_frequency_filter(vil1_memory_image_of< float > const &input, const float dir_fx, const float dir_fy, const float f0, const float radius, const bool output_fourier_mag, vil1_memory_image_of< float > &output)brip_vil1_float_ops [static]
sqrt_grad_singular_values(vil1_memory_image_of< float > &input, int n)brip_vil1_float_ops [static]
~brip_vil1_float_ops()brip_vil1_float_ops [inline]