Add computer vision section
This commit is contained in:
10
README.md
10
README.md
@ -15,6 +15,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
- [Code Coverage](#code-coverage)
|
- [Code Coverage](#code-coverage)
|
||||||
- [Code Generators](#code-generators)
|
- [Code Generators](#code-generators)
|
||||||
- [Compiler-compiler](#compiler-compiler)
|
- [Compiler-compiler](#compiler-compiler)
|
||||||
|
- [Computer Vision](#computer-vision)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Constraint Satisfaction Problem Solver](#constraint-satisfaction-problem-solver)
|
- [Constraint Satisfaction Problem Solver](#constraint-satisfaction-problem-solver)
|
||||||
- [CSV](#csv)
|
- [CSV](#csv)
|
||||||
@ -196,6 +197,14 @@ _Frameworks that help to create parsers, interpreters or compilers._
|
|||||||
- [JavaCC](https://javacc.github.io/javacc/) - Parser generator that generates top-down parsers. Allows lexical state switching and permits extended BNF specifications.
|
- [JavaCC](https://javacc.github.io/javacc/) - Parser generator that generates top-down parsers. Allows lexical state switching and permits extended BNF specifications.
|
||||||
- [JFlex](https://jflex.de) - Lexical analyzer generator.
|
- [JFlex](https://jflex.de) - Lexical analyzer generator.
|
||||||
|
|
||||||
|
### Computer Vision
|
||||||
|
|
||||||
|
_Libraries which seek to gain high level information from images and videos._
|
||||||
|
|
||||||
|
- [BoofCV](https://boofcv.org) - Libray for image processing, camera calibration, tracking, SFM, MVS, 3D vision, QR Code and much more.
|
||||||
|
- [ImageJ](https://imagej.net/ImageJ) - Medical image processing application with an API.
|
||||||
|
- [JavaCV](https://github.com/bytedeco/javacv) - Java interface to OpenCV, FFmpeg, and much more.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
_Libraries that provide external configuration._
|
_Libraries that provide external configuration._
|
||||||
@ -629,7 +638,6 @@ _Everything else._
|
|||||||
- [FF4J](https://github.com/ff4j/ff4j) - Feature Flags for Java.
|
- [FF4J](https://github.com/ff4j/ff4j) - Feature Flags for Java.
|
||||||
- [FizzBuzz Enterprise Edition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) - No-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. (No explicit license)
|
- [FizzBuzz Enterprise Edition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) - No-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. (No explicit license)
|
||||||
- [J2ObjC](https://github.com/google/j2objc) - Java-to-Objective-C translator for porting Android libraries to iOS.
|
- [J2ObjC](https://github.com/google/j2objc) - Java-to-Objective-C translator for porting Android libraries to iOS.
|
||||||
- [JavaCV](https://github.com/bytedeco/javacv) - Java interface to OpenCV, FFmpeg, and more.
|
|
||||||
- [JBake](https://jbake.org) - Static website generator.
|
- [JBake](https://jbake.org) - Static website generator.
|
||||||
- [JBot](https://github.com/rampatra/jbot) - Framework for building chatbots. (GPL-3.0-only)
|
- [JBot](https://github.com/rampatra/jbot) - Framework for building chatbots. (GPL-3.0-only)
|
||||||
- [JCuda](http://jcuda.org) - JCuda offers Java bindings for CUDA and CUDA-related libraries.
|
- [JCuda](http://jcuda.org) - JCuda offers Java bindings for CUDA and CUDA-related libraries.
|
||||||
|
Reference in New Issue
Block a user