Ask Your Question

simonsk's profile - activity

2020-06-27 07:05:56 -0600 received badge  Notable Question (source)
2016-09-14 05:04:46 -0600 received badge  Taxonomist
2016-06-06 04:20:15 -0600 received badge  Popular Question (source)
2012-10-12 04:38:32 -0600 commented answer Rotation of an image with this algorithm

The thing is that, I am not allowed to use those kind of "built-in" functions. It's a school project, and I have to use this exact algorithm. :(

2012-10-10 10:14:18 -0600 received badge  Editor (source)
2012-10-10 10:09:40 -0600 asked a question Rotation of an image with this algorithm

I have to do a rotation of an image with this algorithm:

we need to define the amount of rotation in terms of an angle. We denote this angle θ meaning that each pixel in f (x, y) is rotated θ degrees. The transformation is defined as

image description 

I tried to go through some of the core functionality tutorials, but I'm already lost at the 3rd chapter.

I don't know how to do this with c++ and opencv, and I really hope that someone in here can help me.

I don't even know how to access one pixel in the matrix and tell it to do - well just something..