is there any analog of mulSpectrums function in opencvjs?

asked 2019-10-02 13:23:29 -0600

Epigram gravatar image

I tried to rewrite some code from c++ to js, and I noticed that there is no mulSpectrums function in opencvjs. So when i tried to call cv.mulSpectrums() i got an error "cv.mulSpectrums is not a function". Can anybody tell how to do mulSpectrums for Fourier transforms in opencvjs?

edit retag flag offensive close merge delete