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

Gsoc opencv project : The Fast Bilateral Filter #1317

Closed
wants to merge 42 commits into from

Commits on Aug 1, 2017

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

Commits on Aug 10, 2017

  1. use boost unordered_map

    kuan-wang committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    56f1fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21e084 View commit details
    Browse the repository at this point in the history
  3. fix format

    kuan-wang committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    4f12bed View commit details
    Browse the repository at this point in the history
  4. fix channels bug

    kuan-wang committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    b27afd5 View commit details
    Browse the repository at this point in the history
  5. modify doc for fbs_filter

    kuan-wang committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    c3d72c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

  1. check c++ 11

    kuan-wang committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    1523669 View commit details
    Browse the repository at this point in the history
  2. asDiagonal -> diagonal

    kuan-wang committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    e8bb01f View commit details
    Browse the repository at this point in the history
  3. rosolve warning

    kuan-wang committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    f0a08cb View commit details
    Browse the repository at this point in the history
  4. fix eigen3 dependency

    kuan-wang committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    3f255a3 View commit details
    Browse the repository at this point in the history
  5. Eigen/Core

    kuan-wang committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    b14b1be View commit details
    Browse the repository at this point in the history
  6. test HEAV_EIGEN

    kuan-wang committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    bbbaa68 View commit details
    Browse the repository at this point in the history
  7. setZero bug

    kuan-wang committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    0549356 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. unordered_map test

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    9b31eec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec8d77 View commit details
    Browse the repository at this point in the history
  3. fix macro bug

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    d94a39c View commit details
    Browse the repository at this point in the history
  4. fix boost not found

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    1ee1bfb View commit details
    Browse the repository at this point in the history
  5. fix eigen macro bug

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    42af098 View commit details
    Browse the repository at this point in the history
  6. fix eigen macro bug

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    efb2828 View commit details
    Browse the repository at this point in the history
  7. fix eigen macro bug

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    2395b4c View commit details
    Browse the repository at this point in the history
  8. fix eigen macro bug

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    4b4d47f View commit details
    Browse the repository at this point in the history
  9. add test file

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    2a0f215 View commit details
    Browse the repository at this point in the history
  10. fix test macro

    kuan-wang committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    da08655 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. fix test macro

    kuan-wang committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    d5dc0a3 View commit details
    Browse the repository at this point in the history
  2. add test

    kuan-wang committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    5ed98c7 View commit details
    Browse the repository at this point in the history
  3. add test

    kuan-wang committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    d57f0e1 View commit details
    Browse the repository at this point in the history
  4. add sample colorize

    kuan-wang committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    f41755d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. fix macro

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    e390d9c View commit details
    Browse the repository at this point in the history
  2. fix colorize.cpp

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    813a9fb View commit details
    Browse the repository at this point in the history
  3. fix colorize.cpp

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    e8298bf View commit details
    Browse the repository at this point in the history
  4. fix colorize.cpp

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    5d962d3 View commit details
    Browse the repository at this point in the history
  5. fix colorize.cpp

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    ac7cd48 View commit details
    Browse the repository at this point in the history
  6. add fbs filter demo

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    498a94a View commit details
    Browse the repository at this point in the history
  7. add fbs filter demo

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    8a5534c View commit details
    Browse the repository at this point in the history
  8. add fbs filter demo

    kuan-wang committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    4dbe504 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. use fgsfilter for guess

    kuan-wang committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    f863264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14bdda5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae9128d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. add bibtex

    kuan-wang committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    0717530 View commit details
    Browse the repository at this point in the history
  2. add bibtex

    kuan-wang committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    6b44558 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. fix a colorize demo bug

    kuan-wang committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    4220524 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2017

  1. size optimize

    kuan-wang committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    9bf69c2 View commit details
    Browse the repository at this point in the history