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-06-19Merge pull request #76 from krasin/two-args-png-loadSoumith Chintala
2015-06-18Merge pull request #78 from lukemarris/pyramidSoumith Chintala
2015-06-18Added a primitive test file for gaussianpyramidmarris
2015-06-18Fix for using non-torch.DoubleTensor inputs to image.gaussianpyramidmarris
2015-06-14Fix 16-bit color PNG; add tests for color PNG files; use inline tensor expect...Ivan Krasin
2015-06-14Merge pull request #72 from Maratyszcza/patch-1Soumith Chintala
2015-06-12Delete unused codeIvan Krasin
2015-06-12Add test_png.lua that checks gray images (8- and 16-bit)Ivan Krasin
2015-06-07png: add support for 16-bit PNG files.Ivan Krasin
2015-06-02Use sinf and cosf instead of non-standard sincosfMarat Dukhan
2015-06-02Avoid recomputing sin/cos in rotate main loopMarat Dukhan
2015-05-14Merge pull request #71 from lineback/addDecompressSoumith Chintala
2015-05-14addded some commentsNicholas Lineback
2015-05-13added decompression for from byte tensor for png and a generic decompression ...Nicholas Lineback
2015-05-02Merge pull request #69 from Moodstocks/jerrmsgSoumith Chintala
2015-05-02jpeg.c: raise libjpeg error message on size/loadCédric Deltheil
2015-05-01Merge pull request #68 from torch/bytechan1Soumith Chintala
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-25Merge pull request #64 from torch/jpegperfSoumith 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-24Merge pull request #62 from torch/jpegoptimSoumith Chintala
2015-04-24jpeg decoding optimizations. removing bound checksjpegoptimSoumith Chintala
2015-04-15Merge pull request #60 from jonathantompson/flipSoumith Chintala
2015-04-15Added flip function (to flip an arbitrary dimension up to 5D).Jonathan Tompson
2015-04-02Merge pull request #58 from mys007/errorsRecoverableSoumith Chintala
2015-03-27Replaced hard aborts with soft lua errors (possible to catch them by pcall())Martin Simonovsky
2015-03-27Merge pull request #57 from nicholas-leonard/gaussianSoumith Chintala
2015-03-26image.gaussian result tensorNicholas Leonard
2015-03-25Merge pull request #54 from nicholas-leonard/typoSoumith Chintala
2015-03-25fix typoNicholas 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-11Merge pull request #53 from torch/depthSoumith Chintala
2015-03-10handle more cases (1 plane -> 3 planes) when converting image depthRonan Collobert
2015-02-21Merge pull request #50 from jucor/fixInPlaceSoumith Chintala
2015-02-20Revert "toDisplayTensor : input is only copied when necessary"Julien Cornebise
2015-02-17Merge pull request #48 from Moodstocks/labSoumith Chintala
2015-02-17added sRGB <-> Lab conversionMikael Rousson
2015-02-17Merge pull request #47 from lvdmaaten/masterSoumith Chintala
2015-02-17add documentation for log-polar transformlvdmaaten
2015-02-17Merge pull request #46 from lvdmaaten/masterSoumith Chintala
2015-02-17speed up log-polar transformlvdmaaten
2015-02-17add log-polar transformlvdmaaten
2015-02-16add log-polar transformlvdmaaten
2015-02-14add option for polar transform of full or valid partlvdmaaten