Is Center-Surround mechanism implemented in opencv?
Asked Answered
S

2

15

I am new to the concept of Biologically Salient Regions Detector, and I read some papers and they always use the mechanism of Center-Surrond to computer features intensity, color and orientation. I googled that mechanism but i did not find implementation of it by Opencv with Java API or in any other libraries.

Actually i want to create the saliency map, and as far as i researched, some features like intensity, color, orientation are to be computed by the center-surround mechanism/filter.

I read lot o publications and the best of them, just provided a pseudo code but still it lacks clarity. i mean if you have a question regarding detailed issues to have an idea how that filter works, that pseudo code would not help much.

Is the center-surround filter mechanism is implemented in Opencv or in any other library?

Please provide explanation using and pseudocode.

Speedometer answered 19/4, 2015 at 12:40 Comment(2)
are you not able to implement the center-surround mechanism/filter or do you not understand what it is (in detail)?Kendo
@Kendo sorry for the late reply. it is about the how that mechanism works.. i got a puplication that explains in peseudo code how to compute the on-off intensity..but mentioned nothing about the off-on intensity..so i just need to know how it works because it will be applied also on the color and orientationSpeedometer
P
1

For better understanding towards ON - OFF channels in Vision, I would suggest you to have look into this excellent research aiming To determine how visual perception is processed by the brain and how visually guided eye movements are generated which is carried at Schiller MIT The Function of the On and Off Channels in Vision.

Detailed explanations along with examples and source code is available here for

  • Center Surround cell responses.
  • Dot Pattern selective cell.
  • Spot-Group detection
  • Spot detection

Hope it helps

Paella answered 28/4, 2015 at 7:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.