Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-16adding image.crop([dst,] src, format, width, height)croppingRonan Collobert
2015-10-15fix corner-case issues when rescalingrescalingRonan Collobert
2015-09-16Fix JPEG magic number to handle more JPEGsBrendan Shillingford
2015-08-24Fix clampImage function call to saturateSam Gross
2015-08-17Support saving torch.ByteTensor imagesSam Gross
2015-08-14Merge pull request #92 from gheinrich/dev/issue_91Soumith Chintala
2015-08-14Fix call to processPNG from decompressPNG - closes #91Greg Heinrich
2015-08-14Added user specified pad value to warp function.Jonathan Tompson
2015-07-22Add bicubic interpolation to image.scale.John Agapiou
2015-06-26Support Lua 5.2Sam Gross
2015-06-19Merge pull request #76 from krasin/two-args-png-loadSoumith Chintala
2015-06-18Fix for using non-torch.DoubleTensor inputs to image.gaussianpyramidmarris
2015-06-07png: add support for 16-bit PNG files.Ivan Krasin
2015-05-13added decompression for from byte tensor for png and a generic decompression ...Nicholas Lineback
2015-05-01rgb2y for byte tensors (needed to go into C for efficiency)bytechan1Soumith Chintala
2015-05-01adding better error messagingSoumith Chintala
2015-04-26Merge pull request #65 from torch/jpegperfSoumith Chintala
2015-04-26fixing y2jet for other default tensor typesjpegperfsoumith
2015-04-25Merge pull request #63 from jonathantompson/hflip_vflip_assert_fixSoumith Chintala
2015-04-25more perf for jpeg decoder, made static loops for 1,3 channel casessoumith
2015-04-24modifed h/vflip assert to only check if 2D tensors are contiguous (maintainin...Jonathan Tompson
2015-04-15Added flip function (to flip an arbitrary dimension up to 5D).Jonathan Tompson
2015-03-26image.gaussian result tensorNicholas Leonard
2015-03-11Merge pull request #52 from jonathantompson/compressJPGSoumith Chintala
2015-03-11Added documentation for decompressJPG. Added function to do JPG compression ...Jonathan Tompson
2015-03-10handle more cases (1 plane -> 3 planes) when converting image depthRonan Collobert
2015-02-20Revert "toDisplayTensor : input is only copied when necessary"Julien Cornebise
2015-02-17added sRGB <-> Lab conversionMikael Rousson
2015-02-17add log-polar transformlvdmaaten
2015-02-16add log-polar transformlvdmaaten
2015-02-14add option for polar transform of full or valid partlvdmaaten
2015-02-10add polar transformlvdmaaten
2015-02-09new module style returning image tableSoumith Chintala
2015-01-31Added y2jet() for converting L-levels greys into jet heeat-mapAlfredo Canziani
2015-01-29UpdatedAndrew Tulloch
2015-01-22copy input before display to preserve the valuesAysegul Dundar
2015-01-20math.mod -> math.fmod (compatibility fixes)Soumith Chintala
2014-12-25Add bilinear mode for rotate()nagadomi
2014-10-17toDisplayTensor : input is only copied when necessaryNicholas Leonard
2014-10-16scaleeach for toDisplayTensor (even when input is Tensor)Nicholas Leonard
2014-10-16revert revertnicholas-leonard
2014-10-14Revert "Documentation (work in progress)"Soumith Chintala
2014-10-14Merge branch 'master' of github.com:torch/image into docnicholas-leonard
2014-10-14doc ++nicholas-leonard
2014-10-13Added a method to decompress a JPEG from a ByteTensor. This allows one to st...Jonathan Tompson
2014-10-10doc for crop, hflip, vflip, convolve, minmaxnicholas-leonard
2014-10-01Merge pull request #25 from jonathantompson/warp_clampClement Farabet
2014-10-01added an extra input to warp to allow zero clamping when input src sample goe...Jonathan Tompson
2014-08-01Add dedicated C vflip and hflip functionsJulien Cornebise
2014-07-24Merge branch 'fabio' of github.com:jucor/image into jucor-fabioClement Farabet