LMSupply.Vision.Core
0.17.1
See the version list below for details.
dotnet add package LMSupply.Vision.Core --version 0.17.1
NuGet\Install-Package LMSupply.Vision.Core -Version 0.17.1
<PackageReference Include="LMSupply.Vision.Core" Version="0.17.1" />
<PackageVersion Include="LMSupply.Vision.Core" Version="0.17.1" />
<PackageReference Include="LMSupply.Vision.Core" />
paket add LMSupply.Vision.Core --version 0.17.1
#r "nuget: LMSupply.Vision.Core, 0.17.1"
#:package LMSupply.Vision.Core@0.17.1
#addin nuget:?package=LMSupply.Vision.Core&version=0.17.1
#tool nuget:?package=LMSupply.Vision.Core&version=0.17.1
LMSupply.Vision.Core
Core vision processing infrastructure for LMSupply packages.
Purpose
Provides shared image processing capabilities for vision-based AI packages:
- LMSupply.Captioner - Image captioning
- LMSupply.Ocr - Optical character recognition
Key Components
IImageLoader- Abstraction for loading images from various sourcesIImagePreprocessor- Model-specific image preprocessing pipelinePreprocessProfile- Configuration for image preprocessing parametersTensorUtils- Utilities for converting images to ONNX tensors
Dependencies
SixLabors.ImageSharp- Cross-platform image processing (no native dependencies)LMSupply.Core- Shared infrastructure (caching, downloading, ONNX utilities)
Usage
using LMSupply.Vision;
// Load and preprocess an image for a specific model
var preprocessor = new ImagePreprocessor();
var tensor = preprocessor.Preprocess("image.jpg", PreprocessProfiles.ImageNet);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- LMSupply.Core (>= 0.17.1)
- SixLabors.ImageSharp (>= 3.1.12)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on LMSupply.Vision.Core:
| Package | Downloads |
|---|---|
|
LMSupply.Captioner
A simple .NET library for local image captioning with automatic model downloading from HuggingFace. Supports CUDA, DirectML, and CoreML GPU acceleration. |
|
|
LMSupply.Ocr
A simple .NET library for local OCR with automatic model downloading from HuggingFace. Features 2-stage detection+recognition pipeline using PaddleOCR models. Supports CUDA, DirectML, and CoreML GPU acceleration. |
|
|
LMSupply.Detector
A lightweight, zero-configuration object detector for .NET. Supports RT-DETR models with automatic download, GPU acceleration, and HuggingFace caching. NMS-free architecture for fast inference. |
|
|
LMSupply.Segmenter
A lightweight, zero-configuration image segmenter for .NET. Supports semantic and instance segmentation with SegFormer and MobileSAM models. Start small. Download what you need. Run locally. |
|
|
LMSupply.ImageGenerator
A simple .NET library for local text-to-image generation using Latent Consistency Models (LCM). Supports CUDA, DirectML, and CoreML GPU acceleration with 2-4 step fast inference. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.19.0 | 0 | 3/6/2026 |
| 0.18.0 | 0 | 3/6/2026 |
| 0.17.2 | 0 | 3/6/2026 |
| 0.17.1 | 33 | 3/5/2026 |
| 0.17.0 | 39 | 3/5/2026 |
| 0.16.1 | 44 | 3/5/2026 |
| 0.16.0 | 39 | 3/5/2026 |
| 0.15.1 | 49 | 3/4/2026 |
| 0.15.0 | 95 | 3/3/2026 |
| 0.14.0 | 124 | 3/3/2026 |
| 0.13.9 | 122 | 2/27/2026 |
| 0.13.8 | 120 | 2/27/2026 |
| 0.13.6 | 120 | 2/27/2026 |
| 0.13.5 | 128 | 2/26/2026 |
| 0.13.4 | 119 | 2/26/2026 |
| 0.13.3 | 121 | 2/26/2026 |
| 0.13.2 | 137 | 2/19/2026 |
| 0.13.1 | 143 | 2/2/2026 |
| 0.13.0 | 131 | 2/2/2026 |
| 0.12.1 | 134 | 2/2/2026 |