Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.ip.base bob.ip.base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.ip.basebob.ip.base
  • Issues
  • #6
Closed
Open
Issue created Jun 11, 2017 by Amir MOHAMMADI@amohammadiOwner

floating point exception (core dump) in DCTFeatures when block_size and block_overlap are equal

To reproduce:

>>> from bob.ip.base import DCTFeatures
>>> extractor = DCTFeatures(10, (14,14), (14,14), False, False)
>>> from bob.io.base.test_utils import datafile
>>> import bob.io.image
>>> import bob.io.base
>>> path = datafile('grace_hopper.png', 'bob.io.image')
>>> img = bob.io.base.load(path)
>>> import bob.ip.color
>>> gray = bob.ip.color.rgb_to_gray(img)
>>> gray.shape
(600, 512)
>>> dct = extractor(gray)
Assignee
Assign to
Time tracking