Ask Your Question
0

How to find the radial intensity gradient

asked 2013-05-31 15:57:35 -0600

hayden gravatar image

Hello, I need to find the radial intensity difference for different radii intervals. Is there any suitable function in opencv which helps to find it? Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-06-01 15:33:18 -0600

Guanta gravatar image

Afaik, there doesn't exist a direct function for that but you can create circular masks with circle() (see http://docs.opencv.org/modules/core/doc/drawing_functions.html?highlight=circle#circle), mask your data with it and compute the gradients on your own.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-31 15:57:35 -0600

Seen: 435 times

Last updated: Jun 01 '13