, including all inherited members.
max_i() const | vil3d_structuring_element | [inline] |
max_i_ | vil3d_structuring_element | [private] |
max_j() const | vil3d_structuring_element | [inline] |
max_j_ | vil3d_structuring_element | [private] |
max_k() const | vil3d_structuring_element | [inline] |
max_k_ | vil3d_structuring_element | [private] |
min_i() const | vil3d_structuring_element | [inline] |
min_i_ | vil3d_structuring_element | [private] |
min_j() const | vil3d_structuring_element | [inline] |
min_j_ | vil3d_structuring_element | [private] |
min_k() const | vil3d_structuring_element | [inline] |
min_k_ | vil3d_structuring_element | [private] |
p_i() const | vil3d_structuring_element | [inline] |
p_i_ | vil3d_structuring_element | [private] |
p_j() const | vil3d_structuring_element | [inline] |
p_j_ | vil3d_structuring_element | [private] |
p_k() const | vil3d_structuring_element | [inline] |
p_k_ | vil3d_structuring_element | [private] |
set(const vcl_vector< int > &p_i, const vcl_vector< int > &p_j, const vcl_vector< int > &p_k) | vil3d_structuring_element | |
set_to_27() | vil3d_structuring_element | |
set_to_7() | vil3d_structuring_element | |
set_to_circle_i(double r) | vil3d_structuring_element | |
set_to_circle_j(double r) | vil3d_structuring_element | |
set_to_circle_k(double r) | vil3d_structuring_element | |
set_to_line_i(int ilo, int ihi) | vil3d_structuring_element | |
set_to_line_j(int jlo, int jhi) | vil3d_structuring_element | |
set_to_line_k(int klo, int khi) | vil3d_structuring_element | |
set_to_sphere(double r) | vil3d_structuring_element | |
set_to_sphere_noniso(double r, double sx, double sy, double sz) | vil3d_structuring_element | |
vil3d_abs_shuffle_distance(const vil3d_image_view< T1 > &image1, const vil3d_image_view< T2 > &image2, const vil3d_structuring_element &element, bool include_borders) | vil3d_structuring_element | [related] |
vil3d_abs_shuffle_distance(const vil3d_image_view< T1 > &image1, const vil3d_image_view< T2 > &image2, const vil3d_structuring_element &element, vil3d_image_view< T1 > &image3) | vil3d_structuring_element | [related] |
vil3d_binary_closing(const vil3d_image_view< bool > &src_image, vil3d_image_view< bool > &dest_image, const vil3d_structuring_element &element) | vil3d_structuring_element | [related] |
vil3d_binary_dilate(const vil3d_image_view< bool > &src_image, vil3d_image_view< bool > &dest_image, const vil3d_structuring_element &element) | vil3d_structuring_element | [related] |
vil3d_binary_erode(const vil3d_image_view< bool > &src_image, vil3d_image_view< bool > &dest_image, const vil3d_structuring_element &element) | vil3d_structuring_element | [related] |
vil3d_binary_opening(const vil3d_image_view< bool > &src_image, vil3d_image_view< bool > &dest_image, const vil3d_structuring_element &element) | vil3d_structuring_element | [related] |
vil3d_erode(const vil3d_image_view< T > &src_image, vil3d_image_view< T > &dest_image, const vil3d_structuring_element &element) | vil3d_structuring_element | [related] |
vil3d_max_product_filter(vil3d_image_view< T > &image, const vil3d_structuring_element &se, const vcl_vector< double > &f) | vil3d_structuring_element | [related] |
vil3d_structuring_element() | vil3d_structuring_element | [inline] |
vil3d_structuring_element(const vcl_vector< int > &p_i, const vcl_vector< int > &p_j, const vcl_vector< int > &p_k) | vil3d_structuring_element | |