I have an opencv Mat, how can I apply sin() to all of its elements? Is it necessary to use a loop to get each element and calculate the sin one by one? Regards.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'm using python and using numpy so can do:
Otherwise, it should be easy to adapt the below python code to create and use a look up table, cv.LUT:
For floating point data, you can use cv.PolarToCart:
You can use this to easily get the cos values as well. You can switch the last parameter to |
|||||||||||||
|