Ask Your Question
0

What data types can I use for a complex OutputArray?

asked 2013-01-05 14:33:08 -0600

UltraBird gravatar image

updated 2013-01-05 18:00:15 -0600

I am using cv::dft(InputArray src, OutputArray dst, cv::DFT_COMPLEX_OUTPUT). What data types are supported for a complex OutputArray? I was hoping to use std::vector<std::complex<double>>.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-06-25 20:42:01 -0600

vipul gravatar image

You may use a double channel Mat with floating point values.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-01-05 14:33:08 -0600

Seen: 274 times

Last updated: Jun 25 '13