1. 11 Oct, 2019 1 commit
  2. 09 Jul, 2019 3 commits
  3. 08 Jul, 2019 1 commit
  4. 07 Jul, 2019 1 commit
  5. 06 Jul, 2019 2 commits
  6. 05 Jul, 2019 2 commits
  7. 04 Jul, 2019 6 commits
  8. 03 Jul, 2019 7 commits
  9. 02 Jul, 2019 11 commits
  10. 01 Jul, 2019 5 commits
  11. 30 Jun, 2019 1 commit
    • StefanBruens's avatar
      Merge pull request #14936 from StefanBruens:crosscorr_cleanup · 3e4a195b
      StefanBruens authored
      Crosscorr cleanup (#14936)
      
      * Simplify code for convolution destination type/size
      
      For the 2d filter code, destination size equals source size, and the
      crossCorr function even (re-)creates the output matrix with the given size.
      
      The number of channels also have to match. The destination type() is the
      one used to create the output matrix, so we can use its type() here.
      
      This is a preparatory patch.
      Signed-off-by: 's avatarStefan Brüns <stefan.bruens@rwth-aachen.de>
      
      * Remove redundant destination size and type parameters from crossCorr
      
      All calling sites of crossCorr already use (...,
      mat, mat.size(), mat.type(), ...), so the parameters are redundant.
      Signed-off-by: 's avatarStefan Brüns <stefan.bruens@rwth-aachen.de>
      3e4a195b