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

Linear generator #8

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Commits on Oct 11, 2024

  1. creation of generator for linear filter

    commit b8bb3d3
    Author: Xavier Bourguet <[email protected]>
    Date:   Wed Aug 14 11:12:35 2024 +0200
    
        added generic linear filter and gaussian 7x7
    
        clean up
    
    commit 246db1d
    Author: Xavier Bourguet <[email protected]>
    Date:   Thu Jul 25 14:14:43 2024 +0200
    
        added generic linear filter and gaussian 5x5
    
    commit 712e0df
    Author: Xavier Bourguet <[email protected]>
    Date:   Wed Jul 17 10:46:36 2024 +0200
    
        generic and gaussian filter 3x3
    
    commit 4360c29
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jul 5 16:53:55 2024 +0200
    
        creation of template to generate linear filter
    
        creation of template to generate linear filter
    
        rename gaussian generic
    
        clean up in headers, description of functions
    
        revert modification
    
        revert
    
        clean up linear
    
        commentary added for macros
    
        before CR
    
        creation of template to generate linear filter
    
    commit e24a78c
    Merge: d873ab9 5e83f57
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jul 5 15:10:22 2024 +0200
    
        Merge branch 'main' into linear
    
    commit d873ab9
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jul 5 11:44:58 2024 +0200
    
        clean up sobel xy
    
    commit 29059ee
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jul 5 10:48:52 2024 +0200
    
        start clean sobel
    
    commit dcde619
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jul 5 09:24:19 2024 +0200
    
        clean up linear filter
    
    commit 2aeb496
    Author: Xavier Bourguet <[email protected]>
    Date:   Wed Jun 26 08:41:44 2024 +0200
    
        clean up
    
    commit 51eff7b
    Author: Xavier Bourguet <[email protected]>
    Date:   Tue Jun 25 15:50:37 2024 +0200
    
        added generic kernel for linear filter 3x3
    
    commit ba890e8
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jun 21 14:59:14 2024 +0200
    
        color conversion broken
    
    commit 40daaae
    Merge: 3e9e1ad ca2d16b
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jun 21 14:50:50 2024 +0200
    
        Merge branch 'main' into test-canny
    
    commit 3e9e1ad
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jun 21 14:48:17 2024 +0200
    
        clean state of generic linear before merge
    
    commit 8774958
    Author: Xavier Bourguet <[email protected]>
    Date:   Fri Jun 21 13:23:10 2024 +0200
    
        Generic linear filter implemented
    
    commit aaf5583
    Author: Xavier Bourguet <[email protected]>
    Date:   Wed Jun 19 09:36:20 2024 +0200
    
        merge border loop for generic linear filter
    
    commit f370020
    Author: Xavier Bourguet <[email protected]>
    Date:   Tue Jun 18 12:37:59 2024 +0200
    
        save before update
    
    commit dcc5812
    Author: Xavier Bourguet <[email protected]>
    Date:   Mon Jun 17 15:50:12 2024 +0200
    
        added scalable version for linear filter
    xavierbrgt committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0e79280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34fc336 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    4c3c2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615cae1 View commit details
    Browse the repository at this point in the history
  3. fixed two typo

    xavierbrgt committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4e93edd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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