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-15fixed annoying compilation warningsfixupRonan Collobert
2015-09-13warp: fix bounds checking for bicubic modeCédric Deltheil
2015-09-12Fix bicubic interpolation in image.warpSam Gross
2015-09-03Fix boundary/quantization artefacts on rotation.Eduard Trulls
2015-08-30png.c: move apart non generic functionsCédric Deltheil
2015-08-29png.c: bubble up error messages from libpngCédric Deltheil
2015-08-29Merge pull request #95 from edward-zhu/pngfixSoumith Chintala
2015-08-25add in-place error message for rotateAysegul
2015-08-21fixed open 1-bit png on MacEdward Zhu
2015-08-14Added user specified pad value to warp function.Jonathan Tompson
2015-07-31fixing scale bugs in bilinear (src = 1) and bicubic (dest = 1)bilinearfixsoumith
2015-07-30Merge pull request #86 from jagapiou/bicubicSoumith Chintala
2015-07-24Work under windowssamehkhamis
2015-07-22Add bicubic interpolation to image.scale.John Agapiou
2015-07-13Fixing broken PGMA loading - Adding testMatthieu Tourne
2015-06-26Support Lua 5.2Sam Gross
2015-06-19Merge pull request #76 from krasin/two-args-png-loadSoumith Chintala
2015-06-14Fix 16-bit color PNG; add tests for color PNG files; use inline tensor expect...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-14addded some commentsNicholas Lineback
2015-05-13added decompression for from byte tensor for png and a generic decompression ...Nicholas Lineback
2015-05-02jpeg.c: raise libjpeg error message on size/loadCédric Deltheil
2015-05-01rgb2y for byte tensors (needed to go into C for efficiency)bytechan1Soumith Chintala
2015-04-25more perf for jpeg decoder, made static loops for 1,3 channel casessoumith
2015-04-24jpeg decoding optimizations. removing bound checksjpegoptimSoumith Chintala
2015-04-15Added flip function (to flip an arbitrary dimension up to 5D).Jonathan Tompson
2015-03-27Replaced hard aborts with soft lua errors (possible to catch them by pcall())Martin Simonovsky
2015-03-11Added documentation for decompressJPG. Added function to do JPG compression ...Jonathan Tompson
2015-02-17added sRGB <-> Lab conversionMikael Rousson
2015-02-17speed up 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-03fix missing private variable in image.scalenagadomi
2015-01-31Added y2jet() for converting L-levels greys into jet heeat-mapAlfredo Canziani
2015-01-14flip functions use dst stride for dstAysegul Dundar
2014-12-25Add bilinear mode for rotate()nagadomi
2014-10-13Added a method to decompress a JPEG from a ByteTensor. This allows one to st...Jonathan Tompson
2014-10-05Merge pull request #26 from deltheil/masterSoumith Chintala
2014-10-04Fix both test and bugJulien Cornebise
2014-10-04Add simpler test for vflip/hflipJulien Cornebise
2014-10-02ppm: fix header parsingCédric Deltheil
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-05-29fixed sequence point error in ppm codeAndy Kitchen
2013-10-02Added an openmp c-based version of gaussian. Using 12 cores it is about 300x...Jonathan Tompson
2013-09-25added bicubic and lanczos filtering for image.warp function.Jonathan Tompson