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-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
2014-07-24remvoe full lenakoray kavukcuoglu
2014-07-24Add Fabio image as alternative to LenaJulien Cornebise
2014-06-17generic typeClement Farabet
2014-06-14Fixing generic type for rgb2labClement Farabet
2014-05-08Merge pull request #1 from zhangxiangxiao/masterClement Farabet
2014-04-03Fixed (and improved) documentation flippingAlfredo Canziani
2014-01-17global mean and standard deviation are localkoray kavukcuoglu
2013-10-12Merge branch 'master' of github.com:torch/imageClement Farabet
2013-10-12sys->pathsClement Farabet
2013-10-02Added an openmp c-based version of gaussian. Using 12 cores it is about 300x...Jonathan Tompson
2013-10-02added mean parameter to gaussian, guassian1D and laplacian functions.Jonathan Tompson
2013-09-25added bicubic and lanczos filtering for image.warp function.Jonathan Tompson
2013-07-16Added functions for morphological dilation and erosionXiang Zhang
2013-06-30Fixed depth issues at load time.Clement Farabet