Changes have been pushed for the repository "fawkesrobotics/fawkes".
Clone: https://github.com/fawkesrobotics/fawkes.git Gitweb: https://github.com/fawkesrobotics/fawkes The branch, master has been updated to f9fb6c185c2e858f373aa3e6efc39fabf4ae0d9a (commit) via e0b019b63061b77e518eea45369dec1b15395376 (commit) via 3248a7a9e83821e1974d624d7d364dc2289524ab (commit) via 3cad9bfd9d1ab6b523c6dc95f3e05d67dc76de74 (commit) via 3adf5966b31ef81f146b56c6e2f52a60d3afc022 (commit) via 42506483e56a4c4a1f3d4fb78e36e2f4cf5a6365 (commit) via d7d4b29564753654d4587f878c2a5c4fcdcdddb2 (commit) via 19f6b514d1ed9ea4c51a9e1cc3a8f8d1cbd2a73f (commit) via 7a0e6fd383194908bf19ab4b6bb6e381f5b667e5 (commit) from e104d67012a154b150f5859dc16776d7341ed332 (commit) https://github.com/fawkesrobotics/fawkes/tree/master Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - *Log* --------------------------------------------------------------- commit f9fb6c185c2e858f373aa3e6efc39fabf4ae0d9a Merge: e104d6701 e0b019b63 Author: Till Hofmann <[email protected]> AuthorDate: Tue Jun 8 15:10:00 2021 +0200 Commit: GitHub <[email protected]> CommitDate: Tue Jun 8 15:10:00 2021 +0200 Merge pull request #280 from fawkesrobotics/neltester/cvmatadapter Remove OpenCV C Api https://github.com/fawkesrobotics/fawkes/commit/f9fb6c185 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- etc/buildsys/fvconf.mk | 15 +------ src/libs/fvclassifiers/Makefile | 2 +- src/libs/fvclassifiers/faces.cpp | 46 ++++++++-------------- src/libs/fvclassifiers/faces.h | 19 ++++----- src/libs/fvclassifiers/qa/qa_facesclassifier.cpp | 19 +++++---- src/libs/fvfilters/Makefile | 2 +- src/libs/fvfilters/gauss.cpp | 5 +-- src/libs/fvfilters/hipass.cpp | 5 +-- src/libs/fvfilters/laplace.cpp | 5 +-- src/libs/fvfilters/median.cpp | 5 +-- src/libs/fvfilters/morphology/dilation.cpp | 5 +-- src/libs/fvfilters/morphology/erosion.cpp | 5 +-- src/libs/fvfilters/or.cpp | 5 +-- src/libs/fvfilters/qa/qa_erode.cpp | 2 +- src/libs/fvfilters/qa/qa_gauss.cpp | 2 +- src/libs/fvfilters/qa/qa_sharpen.cpp | 2 +- src/libs/fvfilters/qa/qa_sobel.cpp | 2 +- src/libs/fvfilters/sharpen.cpp | 5 +-- src/libs/fvfilters/sobel.cpp | 5 +-- src/libs/fvfilters/threshold.cpp | 5 +-- src/libs/fvutils/Makefile | 2 +- .../adapters/{iplimage.cpp => cvmatadapter.cpp} | 41 ++++++++++--------- .../adapters/{iplimage.h => cvmatadapter.h} | 20 +++++----- src/plugins/bumblebee2/Makefile | 2 +- 24 files changed, 83 insertions(+), 143 deletions(-) rename src/libs/fvutils/adapters/{iplimage.cpp => cvmatadapter.cpp} (65%) rename src/libs/fvutils/adapters/{iplimage.h => cvmatadapter.h} (67%) - *Diffs* ------------------------------------------------------------- - *commit* f9fb6c185c2e858f373aa3e6efc39fabf4ae0d9a - - - - - - - - - - Author: Till Hofmann <[email protected]> Date: Tue Jun 8 15:10:00 2021 +0200 Subject: Merge pull request #280 from fawkesrobotics/neltester/cvmatadapter etc/buildsys/fvconf.mk | 15 +------ src/libs/fvclassifiers/Makefile | 2 +- src/libs/fvclassifiers/faces.cpp | 46 ++++++++-------------- src/libs/fvclassifiers/faces.h | 19 ++++----- src/libs/fvclassifiers/qa/qa_facesclassifier.cpp | 19 +++++---- src/libs/fvfilters/Makefile | 2 +- src/libs/fvfilters/gauss.cpp | 5 +-- src/libs/fvfilters/hipass.cpp | 5 +-- src/libs/fvfilters/laplace.cpp | 5 +-- src/libs/fvfilters/median.cpp | 5 +-- src/libs/fvfilters/morphology/dilation.cpp | 5 +-- src/libs/fvfilters/morphology/erosion.cpp | 5 +-- src/libs/fvfilters/or.cpp | 5 +-- src/libs/fvfilters/qa/qa_erode.cpp | 2 +- src/libs/fvfilters/qa/qa_gauss.cpp | 2 +- src/libs/fvfilters/qa/qa_sharpen.cpp | 2 +- src/libs/fvfilters/qa/qa_sobel.cpp | 2 +- src/libs/fvfilters/sharpen.cpp | 5 +-- src/libs/fvfilters/sobel.cpp | 5 +-- src/libs/fvfilters/threshold.cpp | 5 +-- src/libs/fvutils/Makefile | 2 +- .../adapters/{iplimage.cpp => cvmatadapter.cpp} | 41 ++++++++++--------- .../adapters/{iplimage.h => cvmatadapter.h} | 20 +++++----- src/plugins/bumblebee2/Makefile | 2 +- 24 files changed, 83 insertions(+), 143 deletions(-) _Diff for modified files_: _______________________________________________ fawkes-commits mailing list [email protected] https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits
