LBPLibrary 1.0.13
dotnet add package LBPLibrary --version 1.0.13
NuGet\Install-Package LBPLibrary -Version 1.0.13
<PackageReference Include="LBPLibrary" Version="1.0.13" />
paket add LBPLibrary --version 1.0.13
#r "nuget: LBPLibrary, 1.0.13"
// Install LBPLibrary as a Cake Addin #addin nuget:?package=LBPLibrary&version=1.0.13 // Install LBPLibrary as a Cake Tool #tool nuget:?package=LBPLibrary&version=1.0.13
LocalBinaryPattern
About
This project contains a C# implementation of local binary patterns (LBP) and median robust extended local binary patterns (MRELBP). We currently support only Windows.
The repository has 3 projects: A demo software (LBP), unit test project (LBP.UnitTests) and class library to make LBP calculations (LBPLibrary).
Current build status and code coverage:
Prerequisites
Demo software can be run using windows without additional installations. Unit tests and class library are recommended to use through MS Visual Studio.
Installation
- Download the repository to your computer.
- Extract folder.
- Navigate to LocalBinaryPattern/LBP/LBP/bin/debug and run LBP.exe
Application usage
Application can be used to calculate LBP images or MRELBP images either for stack of images or single images. Parameters can be defined in the main menu, or calculation can be started instantly using default parameters. Before calculation, image, or path to image stack and path for saving results must be specified.
Outputs:
LBP calculation: LBP image and histogram of mapped LBP features
MRELBP: 3 MRELBP images (small, radial, large) and histogram including center, large, small and radial features.
Histograms are outputted as .csv file and binary .dat file
Examples
Original image and LBP image (8 neighbours, radius 2):
MRELBP images for small radius, radial image and large radius: (8 neighbours, small radius 2, large radius 4, filter sizes 3)
License
This software is distributed under the MIT License.
Citation
@misc{Rytky2018,
author = {Rytky, Santeri and Tiulpin, Aleksei and Frondelius, Tuomas and Saarakkala Simo},
title = {Local Binary Pattern},
year = {2018},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/MIPT-Oulu/LocalBinaryPattern}},
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
New values to read from binary .dat file