- 13 Aug, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
pasbi authored
* created new decoder and encoder for PFM pfm file format stores binary RGB or grayscale float images. * added test for pfm codec * replaced large with short licence header * little/big-endian-check is now compile time * fixed width/height confusion, improved big/little endian recognition, fixed scaling issue and Improved signature check * adapted tests to handle float images well * removed data-dependency: lena.pfm the lena image is now loaded is pam and converted to pfm. * fixed bug in endianess detection macro * Added endianess detection for android and win * removed fancy endianess detection endianess detection will be implemented in cmake scripts soonish. * fixed minor warnings * fixed stupid elif defined bug * silenced some implicit cast warnings * replaced std::to_string with std::stringstream solution std::to_string variant did not build on android. * replaced new endianess macros with existing ones * improved readability
-
berak authored
-
- 10 Aug, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 09 Aug, 2018 1 commit
-
-
Lucas Teixeira authored
-
- 08 Aug, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Do not try to process empty inputs.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Details 12176
-
- 07 Aug, 2018 12 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
remove from DNN module headers
-
yom authored
* Keep image aspect ratio in resize called in grad_system and weak_order * Bug correction in loop inside Decolor::gradvector
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* core(test): merge hang test * core(merge/split): fix intrin optimization
-
Maksim Shabunin authored
-
berak authored
-
zarelaky authored
fixed call open(int id) failed
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
berak authored
-
- 06 Aug, 2018 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
All vx_call() must be wrapped into own simd128/simd256/simd512 namespace ``` namespace CV__SIMD_NAMESPACE { ... vx_call declaration is here ... } ```
-
Alexander Alekhin authored
- use '3.4.x' cache name for current maintenance series (there are no serious changes between releases) - message is shown only once during creation of new cache directory - use OPENCV_CACHE_SHOW_CLEANUP_MESSAGE=0 to hide this warning
-
Vadim Pisarevsky authored
-
Alexander Nesterov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Dmitry Kurtaev authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 05 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 04 Aug, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
imgproc: update cornerSubPix documentation
-
- 03 Aug, 2018 2 commits
-
-
CYTing1998 authored
* I have updated the requirements of reporting issues inside ISSUE_TEMPLATE.md
-
Alexander Alekhin authored
-