Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnychen94/localbinarypatterns.jl
https://github.com/johnnychen94/localbinarypatterns.jl
image-feature-extraction image-processing julia
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnnychen94/localbinarypatterns.jl
- Owner: johnnychen94
- License: mit
- Created: 2021-11-26T11:41:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T09:06:52.000Z (about 3 years ago)
- Last Synced: 2024-10-12T15:12:50.847Z (4 months ago)
- Topics: image-feature-extraction, image-processing, julia
- Language: Julia
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# LocalBinaryPatterns
![status](https://shields.io/badge/status-experimental-yellow)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://johnnychen94.github.io/LocalBinaryPatterns.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://johnnychen94.github.io/LocalBinaryPatterns.jl/dev)
[![Build Status](https://github.com/johnnychen94/LocalBinaryPatterns.jl/actions/workflows/UnitTest.yml/badge.svg?branch=master)](https://github.com/johnnychen94/LocalBinaryPatterns.jl/actions/workflows/UnitTest.yml?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/johnnychen94/LocalBinaryPatterns.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/johnnychen94/LocalBinaryPatterns.jl)## Acknowledgement
This package starts as a fork of the [LBP library](https://github.com/carolinepacheco/lbp-library)
and a replacement of `lbp.jl` file in ImageFeatures, which was originally written by [Anchit
Navelkar](https://github.com/mronian).