PyBoof | Python wrapper around the BoofCV Computer Vision Library

 by   lessthanoptimal Python Version: 0.43.1 License: Apache-2.0

kandi X-RAY | PyBoof Summary

kandi X-RAY | PyBoof Summary

PyBoof is a Python library. PyBoof has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. However PyBoof has 4 bugs. You can install using 'pip install PyBoof' or download it from GitHub, PyPI.

PyBoof is Python wrapper for the computer vision library BoofCV. Since this is a Java library you will need to have java and javac installed. The former is the Java compiler. In the future the requirement for javac will be removed since a pre-compiled version of the Java code will be made available and automatically downloaded. Installing the Java JDK is platform specific, so a quick search online should tell you how to do it. To start using the library simply install the latest stable version using pip.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              PyBoof has a low active ecosystem.
              It has 49 star(s) with 8 fork(s). There are 5 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 8 open issues and 12 have been closed. On average issues are closed in 117 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of PyBoof is 0.43.1

            kandi-Quality Quality

              OutlinedDot
              PyBoof has 4 bugs (3 blocker, 1 critical, 0 major, 0 minor) and 299 code smells.

            kandi-Security Security

              PyBoof has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              PyBoof code analysis shows 0 unresolved vulnerabilities.
              There are 2 security hotspots that need review.

            kandi-License License

              PyBoof is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              PyBoof releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              PyBoof saves you 2016 person hours of effort in developing the same functionality from scratch.
              It has 5244 lines of code, 584 functions and 56 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed PyBoof and discovered the below as its top functions. This is intended to give you an instant insight into PyBoof implemented functionality, and help decide if they suit your requirements.
            • Convert numpy array to boof image
            • Writes a numpy mmap from a numpy array
            • Convert a dtype to a BoofImage class
            • Convert numpy mmap to mmap
            • Runs java
            • Check if a command exists
            • Calibrate the Universal Omni camera
            • Convert observations into boof calibration observations
            • Shrink an image
            • Convert an interpolation type to Java
            • Visualize matches
            • Converts a list of mappings to a PYListPoints3
            • Block otsu
            • Returns the minimum value of the filter
            • Creates a ImageDistort object
            • Block the mean of the image
            • Downloads the default scene recognition
            • Sets the source
            • Create an Image Type
            • Calculate local otsu
            • Calibrate Stereo parameters
            • Calibrate a KannalaBrandT
            • Visualize lines
            • Writes a list of points to a Point3D Point3D
            • Calibrate the brown box
            • Remove distortion from input image
            Get all kandi verified functions for this library.

            PyBoof Key Features

            No Key Features are available at this moment for PyBoof.

            PyBoof Examples and Code Snippets

            Examples
            Pythondot img1Lines of Code : 17dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            import numpy as np
            import pyboof as pb
            
            original = pb.load_single_band('../data/example/outdoors01.jpg', np.uint8)
            
            gaussian = original.createSameShape() # useful function which creates a new image of the
            mean = original.createSameShape()     # same   
            Installing From Source
            Pythondot img2Lines of Code : 2dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            git clone --recursive https://github.com/lessthanoptimal/PyBoof.git
            
            git submodule update --init --recursive
              
            default
            Pythondot img3Lines of Code : 1dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            pip3 install pyboof
              

            Community Discussions

            No Community Discussions are available at this moment for PyBoof.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install PyBoof

            You can install using 'pip install PyBoof' or download it from GitHub, PyPI.
            You can use PyBoof like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            The code has been developed and tested on Ubuntu Linux 20.04. Should work on any other Linux variant. Might work on Mac OS and a slim chance of working on Windows.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install PyBoof

          • CLONE
          • HTTPS

            https://github.com/lessthanoptimal/PyBoof.git

          • CLI

            gh repo clone lessthanoptimal/PyBoof

          • sshUrl

            git@github.com:lessthanoptimal/PyBoof.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link