| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* Add fixed array-api code * Add Device support * Add docs * Fix bugs * Add tags * Update requirements * Fix missing dependencies. * Fix CI and Makefile * Move setup.py and configs to pyproject.toml
* Add overloads. Fix examples. Add missing reqs
|
The match template doesn't have an associated docstring. The other functions look like they have docstrings in a specific format. Should I make my own docstring for the function, or is there a tool I can use for that? |
Sorry, something went wrong.
* Added unit tests for the lower function * Fixed import formatting, black and flake8 automatic checks --------- Co-authored-by: Chaluvadi <saketh.chaluvadi@intel.com>
| Back | FazBrowse Home | New Git URL |
This PR introduces a directory of computer vision examples taken from the old high-level python library to serve as examples in the new high-level python API.
This PR introduces a new examples file including:
fast.py
susan.py
Makes changes to files:
computer_vision.py - Added match_template function to available computer vision functions