I have the following gradient vectors Ix and Iy and need to compute
O(x) = (−1)λ (−Iy (x), Ix (x))
where λ = 1 gives an anti-clockwise rotation in the image coordinates, and λ = 2 provides a clockwise rotation. This is then assigned as orientation of current in the object boundary.
I need to get to the equation above, but as my understanding, something like (Ix (x), Iy (x)) is useless in matlab. If you had something like function1(Ix (x), Iy (x)) then fair enough. So how do I code up the equation above?
