• ostarling's avatar
    Merge pull request #14411 from ostarling:3.4_fix_for_14242 · 643d9df4
    ostarling authored
    * Fix for Homogenous precision #14242:
     - moved scale computation to an inline function
     - use std::numeric_limits<float>::epsilon() instead of != 0.0
    
    * Fix for Homogenous precision #14242:
     - fixed warnings for type conversion
    
    * Fix for Homogenous precision #14242:
     - use float epsilon() for truncation of doubles
    643d9df4
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.