Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bioinspired.Retina: improve logSampling - custom center & diameter of fovea #2303

Open
breznak opened this issue Oct 23, 2019 · 0 comments
Open

Comments

@breznak
Copy link

breznak commented Oct 23, 2019

System information (unrelated)

Ubuntu 18.04 LTS linux, python 3.7,
opencv-contrib installed from pypi: opencv-contrib-python (4.1.1.26)

Detailed description

Feature request/HOWTO:

  • I'm using cv2.bioinspired.Retina model with useRetinaLogSampling=True
  • I'd like to be able to process images of arbitrary size (rectangural)
  • I'd like to specify position & fovea diameter
Steps to reproduce

use cv2.bioinspired.Retina with useRetinaLogSampling=True,

  • the center of fovea is in the center of the image
    • F1: I'd like to make this customizable
  • the radius of the fovea is maximum to the scene/image
    • F2: make this customizable

For reference, you can see my source using Retina:
htm-community/htm.core#691

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants