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

Fix/vl feat compliance3 #133

Open
wants to merge 34 commits into
base: develop
Choose a base branch
from
Open

Fix/vl feat compliance3 #133

wants to merge 34 commits into from

Commits on Mar 6, 2021

  1. [popsift] improve docs and options

    Carsten Griwodz committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    0b75276 View commit details
    Browse the repository at this point in the history
  2. [bugfix] fix bug in L2 normalization

    Carsten Griwodz committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    ed60e19 View commit details
    Browse the repository at this point in the history
  3. [cosmetic] improve normalize_histogram

    Carsten Griwodz committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    b13d259 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2956630 View commit details
    Browse the repository at this point in the history
  5. [popsift] add VLFeat-like descriptor extraction

    Carsten Griwodz committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    7be0e89 View commit details
    Browse the repository at this point in the history
  6. [popsift] vlfeat descriptor area corrected

    Carsten Griwodz committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    5a295bb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. [popsift] speedup vlfeat descriptor

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    f815fbb View commit details
    Browse the repository at this point in the history
  2. [popsift] configuration to ignore edge and peak thresholds

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    bb901d7 View commit details
    Browse the repository at this point in the history
  3. [popsift] use ManagedMemory for ExtremaCounters and buffers

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    b1b4b92 View commit details
    Browse the repository at this point in the history
  4. [popsift] simplify grid filtering with managed mem

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    9a21d43 View commit details
    Browse the repository at this point in the history
  5. [popsift] update demo prog usage for new grid filter

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    41a34fd View commit details
    Browse the repository at this point in the history
  6. [popsift] move InitialExtremum to own file, clean up

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    c21d399 View commit details
    Browse the repository at this point in the history
  7. [popsift] simplify extrema prefix sum in ExtremaCounters

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    79de1d5 View commit details
    Browse the repository at this point in the history
  8. [testing] scripted comparison with vlfeat

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    7840b89 View commit details
    Browse the repository at this point in the history
  9. [testing] more flexible mode comparison script

    Carsten Griwodz committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    45247e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. [popsift] introduce CUDA cooperative groups

    4x speed vlfeat descriptor extraction
    Carsten Griwodz committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9ed7e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46c63a6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/compareScripts' into test

    Carsten Griwodz committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9e8fc3e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Merge branch 'wip/managedMemDescriptors' into test

    Carsten Griwodz committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b08231c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    030da06 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Merge branch 'develop' into mergeBase

    Carsten Griwodz committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    004685e View commit details
    Browse the repository at this point in the history
  2. [feature] FeaturesDev::matchAndReturn gives you brute-forced matches …

    …on CPU and GPU
    Carsten Griwodz committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    116eb25 View commit details
    Browse the repository at this point in the history
  3. [demo] popsift-match changed for CPU-size match printing

    Carsten Griwodz committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c992910 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. [popsift] use CPU-side sorting in filtergrid

    Carsten Griwodz committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    a893f43 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. [filtergrid] allow case 1x1 filter grid

    Carsten Griwodz committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9f78dc5 View commit details
    Browse the repository at this point in the history
  2. [filtergrid] generalize prefix sum of initial extrema count

    Carsten Griwodz committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    eb92700 View commit details
    Browse the repository at this point in the history
  3. [filtergrid] detailed debugging added

    Carsten Griwodz committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    60def0e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. [cuda] found the filtergrid bug

    Carsten Griwodz committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    bb41846 View commit details
    Browse the repository at this point in the history
  2. [cuda] remove the filtergrid debug output

    Carsten Griwodz committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    752e88b View commit details
    Browse the repository at this point in the history
  3. [thrust] use thrust by default in filtergrid

    Carsten Griwodz committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    b804c05 View commit details
    Browse the repository at this point in the history
  4. merged develop

    Carsten Griwodz committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1e074cf View commit details
    Browse the repository at this point in the history
  5. [thrust] add include apparently required by some

    Carsten Griwodz committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ed12e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. [doc] update changelog

    simogasp committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f9ba274 View commit details
    Browse the repository at this point in the history
  2. [doc] fix changelog

    simogasp committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    604295a View commit details
    Browse the repository at this point in the history