aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/image_ops.py
Commit message (Expand)AuthorAge
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Add SSIM and PSNR functions to tf.image.Gravatar A. Unique TensorFlower2018-03-08
* 1. Add image_ops.is_jpeg Op to decide if a input string is a jpeg string or not.Gravatar A. Unique TensorFlower2018-02-12
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add crop_and_decode_jpeg_op that combines the crop and decode for betterGravatar Mingxing Tan2017-09-12
* Add extract_jpeg_shape such that we can get the image shape without actuallyGravatar Mingxing Tan2017-08-29
* Make non_max_suppression_v2 private because it still needs API review.Gravatar Jonathan Hseu2017-07-18
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Documentation changes to adhere to new doc generatorGravatar Andrew Selle2017-02-13
* Merge changes from github.Gravatar Patrick Nguyen2017-01-12
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Remove tf.image.per_image_whitening() (which has been replaced withGravatar A. Unique TensorFlower2016-11-14
* Seal image_ops.py's interface.Gravatar Patrick Nguyen2016-11-11
* Add a fused adjust_hue that is 6-7 times faster on CPU. The GPU kernel will beGravatar Xiaoqiang Zheng2016-11-03
* Add tf.per_image_whitening() back to module until callers are switched toGravatar A. Unique TensorFlower2016-10-24
* Rename tf.image.per_image_whitening() to tf.image.per_image_standardization()...Gravatar A. Unique TensorFlower2016-10-24
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Internal change.Gravatar A. Unique TensorFlower2016-09-15
* Change tf.image.resize_images function to take a 1-D Tensor 'size' argument i...Gravatar A. Unique TensorFlower2016-09-12
* Enable `tf.image.rot90(image, k)` to accept tensor-valued `k`.Gravatar Derek Murray2016-09-09
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Switch remaining ops in image_ops.py to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* Speed up tf.Assert, move it to control_flow_ops.Gravatar Eugene Brevdo2016-09-07
* Delegate to C++ shape inference functions for several ops inGravatar A. Unique TensorFlower2016-08-30
* Removes dependency from `image_ops` to `tf.contrib`.Gravatar Derek Murray2016-08-19
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Use a division directly instead of multiplying by the inverse. Also use the r...Gravatar Benoit Steiner2016-07-29
* Merge changes from github.Gravatar Martin Wicke2016-07-25
* Adds a non_max_suppression op. This operation performs non max suppression ofGravatar A. Unique TensorFlower2016-07-15
* s/Tensorflow/TensorFlow. A losing battle :)Gravatar Vijay Vasudevan2016-07-13
* Add a rot90 op to tf.image to rotate images by (multiples of) 90 degrees.Gravatar A. Unique TensorFlower2016-07-11
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-30
* Adds a crop_and_resize_op. Crops multiple boxes from a single image and resiz...Gravatar A. Unique TensorFlower2016-06-22
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Spelling fix in docs: "cornets" to "corners"Gravatar A. Unique TensorFlower2016-05-17
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* adding name[=None] as an argument for rgb_to_grayscale and grayscale_to_rgb opsGravatar A. Unique TensorFlower2016-03-31
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Fix the FutureWarning in `tf.image.resize_images()` for real this time.Gravatar Derek Murray2016-03-09
* Add explicit not-`None` checks for the height and width in `resize_images()`.Gravatar Derek Murray2016-03-08
* Enables all `image_ops` functions to accept NumPy arrays.Gravatar Derek Murray2016-03-07
* Merge attention_ops (which only has one op) into image_ops.Gravatar Josh Levenberg2016-03-03
* Make the image, nn, and train packages only expose documented symbols.Gravatar A. Unique TensorFlower2016-03-01
* Add shape function for RandomCrop.Gravatar A. Unique TensorFlower2016-02-22