opencv/modules/imgcodecs/test
pasbi 9f5f64e14e Merge pull request #12192 from pasbi:pfm
* 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
2018-08-13 13:14:12 +03:00
..
test_grfmt.cpp Merge pull request #12192 from pasbi:pfm 2018-08-13 13:14:12 +03:00
test_jpeg.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_main.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_png.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_read_write.cpp Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 2018-05-22 15:10:15 +00:00
test_tiff.cpp imwrite for multipage images implemented 2018-02-20 19:08:45 +03:00
test_webp.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00