LostTech.TensorFlow : API Documentation

Type image

Namespace tensorflow.contrib.image

Methods

Properties

Public static methods

object adjust_hsv_in_yiq(IGraphNodeBase image, IGraphNodeBase delta_hue, int scale_saturation, IGraphNodeBase scale_value, string name)

object adjust_hsv_in_yiq(IGraphNodeBase image, int delta_hue, IGraphNodeBase scale_saturation, int scale_value, string name)

object adjust_hsv_in_yiq(IGraphNodeBase image, int delta_hue, IGraphNodeBase scale_saturation, IGraphNodeBase scale_value, string name)

object adjust_hsv_in_yiq(IGraphNodeBase image, IGraphNodeBase delta_hue, int scale_saturation, int scale_value, string name)

object adjust_hsv_in_yiq(IGraphNodeBase image, IGraphNodeBase delta_hue, IGraphNodeBase scale_saturation, int scale_value, string name)

object adjust_hsv_in_yiq(IGraphNodeBase image, int delta_hue, int scale_saturation, IGraphNodeBase scale_value, string name)

object adjust_hsv_in_yiq(IGraphNodeBase image, int delta_hue, int scale_saturation, int scale_value, string name)

object adjust_hsv_in_yiq_dyn(object image, ImplicitContainer<T> delta_hue, ImplicitContainer<T> scale_saturation, ImplicitContainer<T> scale_value, object name)

Tensor angles_to_projective_transforms(int angles, PythonClassContainer image_height, int image_width, string name)

Tensor angles_to_projective_transforms(IGraphNodeBase angles, int image_height, int image_width, string name)

Tensor angles_to_projective_transforms(int angles, int image_height, int image_width, string name)

Tensor angles_to_projective_transforms(IGraphNodeBase angles, int image_height, PythonClassContainer image_width, string name)

Tensor angles_to_projective_transforms(IGraphNodeBase angles, PythonClassContainer image_height, int image_width, string name)

Tensor angles_to_projective_transforms(IGraphNodeBase angles, PythonClassContainer image_height, PythonClassContainer image_width, string name)

Tensor angles_to_projective_transforms(int angles, PythonClassContainer image_height, PythonClassContainer image_width, string name)

Tensor angles_to_projective_transforms(int angles, int image_height, PythonClassContainer image_width, string name)

object angles_to_projective_transforms_dyn(object angles, object image_height, object image_width, object name)

object bipartite_match(IGraphNodeBase distance_mat, int num_valid_rows, int top_k, string name)

object bipartite_match_dyn(object distance_mat, object num_valid_rows, ImplicitContainer<T> top_k, ImplicitContainer<T> name)

object compose_transforms(Object[] transforms)

object compose_transforms_dyn(Object[] transforms)

Tensor connected_components(IEnumerable<object> images)

Tensor connected_components(ndarray images)

Tensor connected_components(IGraphNodeBase images)

Tensor connected_components(IndexedSlices images)

Tensor connected_components(ValueTuple<PythonClassContainer, PythonClassContainer> images)

object connected_components_dyn(object images)

Tensor dense_image_warp(IGraphNodeBase image, IGraphNodeBase flow, string name)

object dense_image_warp_dyn(object image, object flow, ImplicitContainer<T> name)

Tensor flat_transforms_to_matrices(IGraphNodeBase transforms)

object flat_transforms_to_matrices_dyn(object transforms)

object interpolate_spline(IEnumerable<object> train_points, IGraphNodeBase train_values, IGraphNodeBase query_points, int order, double regularization_weight, string name)

object interpolate_spline(IGraphNodeBase train_points, IGraphNodeBase train_values, IGraphNodeBase query_points, int order, int regularization_weight, string name)

object interpolate_spline(IGraphNodeBase train_points, IGraphNodeBase train_values, IGraphNodeBase query_points, int order, double regularization_weight, string name)

object interpolate_spline(IEnumerable<object> train_points, IGraphNodeBase train_values, IGraphNodeBase query_points, int order, int regularization_weight, string name)

object interpolate_spline_dyn(object train_points, object train_values, object query_points, object order, ImplicitContainer<T> regularization_weight, ImplicitContainer<T> name)

object matrices_to_flat_transforms(IGraphNodeBase transform_matrices)

object matrices_to_flat_transforms_dyn(object transform_matrices)

object random_hsv_in_yiq(object image, int max_delta_hue, int lower_saturation, int upper_saturation, int lower_value, int upper_value, object seed)

object random_hsv_in_yiq_dyn(object image, ImplicitContainer<T> max_delta_hue, ImplicitContainer<T> lower_saturation, ImplicitContainer<T> upper_saturation, ImplicitContainer<T> lower_value, ImplicitContainer<T> upper_value, object seed)

Tensor rotate(IGraphNodeBase images, IGraphNodeBase angles, string interpolation, string name)

Tensor rotate(IGraphNodeBase images, int angles, string interpolation, string name)

object rotate_dyn(object images, object angles, ImplicitContainer<T> interpolation, object name)

Tensor single_image_random_dot_stereograms(IGraphNodeBase depth_values, object hidden_surface_removal, Nullable<int> convergence_dots_size, object dots_per_inch, object eye_separation, object mu, Nullable<bool> normalize, object normalize_max, object normalize_min, object border_level, Nullable<int> number_colors, IEnumerable<int> output_image_shape, object output_data_window)

object single_image_random_dot_stereograms_dyn(object depth_values, object hidden_surface_removal, object convergence_dots_size, object dots_per_inch, object eye_separation, object mu, object normalize, object normalize_max, object normalize_min, object border_level, object number_colors, object output_image_shape, object output_data_window)

ValueTuple<Tensor, object> sparse_image_warp(IGraphNodeBase image, IGraphNodeBase source_control_point_locations, IEnumerable<object> dest_control_point_locations, int interpolation_order, double regularization_weight, int num_boundary_points, string name)

ValueTuple<Tensor, object> sparse_image_warp(IGraphNodeBase image, IEnumerable<object> source_control_point_locations, IEnumerable<object> dest_control_point_locations, int interpolation_order, int regularization_weight, int num_boundary_points, string name)

ValueTuple<Tensor, object> sparse_image_warp(IGraphNodeBase image, IGraphNodeBase source_control_point_locations, IEnumerable<object> dest_control_point_locations, int interpolation_order, int regularization_weight, int num_boundary_points, string name)

ValueTuple<Tensor, object> sparse_image_warp(IGraphNodeBase image, IEnumerable<object> source_control_point_locations, IEnumerable<object> dest_control_point_locations, int interpolation_order, double regularization_weight, int num_boundary_points, string name)

object sparse_image_warp_dyn(object image, object source_control_point_locations, object dest_control_point_locations, ImplicitContainer<T> interpolation_order, ImplicitContainer<T> regularization_weight, ImplicitContainer<T> num_boundary_points, ImplicitContainer<T> name)

Tensor transform(IGraphNodeBase images, IEnumerable<int> transforms, string interpolation, IGraphNodeBase output_shape, string name)

Tensor transform(IGraphNodeBase images, IGraphNodeBase transforms, string interpolation, IEnumerable<int> output_shape, string name)

Tensor transform(IGraphNodeBase images, IGraphNodeBase transforms, string interpolation, IGraphNodeBase output_shape, string name)

Tensor transform(IGraphNodeBase images, IEnumerable<int> transforms, string interpolation, IEnumerable<int> output_shape, string name)

object transform_dyn(object images, object transforms, ImplicitContainer<T> interpolation, object output_shape, object name)

Tensor translate(IGraphNodeBase images, IGraphNodeBase translations, string interpolation, string name)

object translate_dyn(object images, object translations, ImplicitContainer<T> interpolation, object name)

Tensor translations_to_projective_transforms(IGraphNodeBase translations, string name)

object translations_to_projective_transforms_dyn(object translations, object name)

Public properties

PythonFunctionContainer adjust_hsv_in_yiq_fn get;

PythonFunctionContainer angles_to_projective_transforms_fn get;

PythonFunctionContainer bipartite_match_fn get;

PythonFunctionContainer compose_transforms_fn get;

PythonFunctionContainer connected_components_fn get;

PythonFunctionContainer dense_image_warp_fn get;

PythonFunctionContainer flat_transforms_to_matrices_fn get;

PythonFunctionContainer interpolate_spline_fn get;

PythonFunctionContainer matrices_to_flat_transforms_fn get;

PythonFunctionContainer random_hsv_in_yiq_fn get;

PythonFunctionContainer rotate_fn get;

PythonFunctionContainer single_image_random_dot_stereograms_fn get;

PythonFunctionContainer sparse_image_warp_fn get;

PythonFunctionContainer transform_fn get;

PythonFunctionContainer translate_fn get;

PythonFunctionContainer translations_to_projective_transforms_fn get;