is there any analog of mulSpectrums function in opencvjs?
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?