]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/fft.cpp
Do not use virtual methods in FFT class
[hercules2020/kcf.git] / src / fft.cpp
2018-12-01 Michal SojkaDo not use virtual methods in FFT class
2018-10-19 Michal SojkaMerge rotation branch
2018-10-14 Michal SojkaAdd more assertions about FFT arguments
2018-09-30 Michal SojkaFix bug in assertion
2018-09-24 Michal SojkaAttempt to fix big_batch mode
2018-09-23 Michal SojkaFFT interface fixes for BIG_BATCH mode
2018-09-21 Michal SojkaFix FFT functions to use the correct new Mat* types
2018-09-21 Michal SojkaIntroduce new Mat types and use them in the code
2018-09-20 Michal SojkaFix warnings
2018-09-20 Michal Sojkafft: Implement assertions in the base class
2018-03-11 Michal SojkaIntroduce FFT abstraction and move implementation to...