LMSupply.Vision.Core
0.34.17
dotnet add package LMSupply.Vision.Core --version 0.34.17
NuGet\Install-Package LMSupply.Vision.Core -Version 0.34.17
<PackageReference Include="LMSupply.Vision.Core" Version="0.34.17" />
<PackageVersion Include="LMSupply.Vision.Core" Version="0.34.17" />
<PackageReference Include="LMSupply.Vision.Core" />
paket add LMSupply.Vision.Core --version 0.34.17
#r "nuget: LMSupply.Vision.Core, 0.34.17"
#:package LMSupply.Vision.Core@0.34.17
#addin nuget:?package=LMSupply.Vision.Core&version=0.34.17
#tool nuget:?package=LMSupply.Vision.Core&version=0.34.17
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.34.17)
- SixLabors.ImageSharp (>= 3.1.12)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on LMSupply.Vision.Core:
| Package | Downloads |
|---|---|
|
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.Captioner
A simple .NET library for local image captioning with automatic model downloading from HuggingFace. Supports CUDA, DirectML, and CoreML GPU acceleration. |
|
|
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.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.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.34.17 | 0 | 5/20/2026 |
| 0.34.16 | 113 | 5/15/2026 |
| 0.34.15 | 112 | 5/14/2026 |
| 0.34.13 | 151 | 5/12/2026 |
| 0.34.12 | 146 | 5/11/2026 |
| 0.34.3 | 137 | 5/7/2026 |
| 0.34.2 | 145 | 5/5/2026 |
| 0.34.1 | 148 | 5/3/2026 |
| 0.34.0 | 133 | 5/2/2026 |
| 0.33.0 | 139 | 5/2/2026 |
| 0.32.7 | 141 | 5/2/2026 |
| 0.32.3 | 136 | 4/30/2026 |
| 0.32.0 | 147 | 4/15/2026 |
| 0.31.0 | 135 | 4/14/2026 |
| 0.30.0 | 140 | 4/14/2026 |
| 0.29.0 | 138 | 4/13/2026 |
| 0.28.0 | 130 | 4/13/2026 |
| 0.27.4 | 145 | 4/9/2026 |
| 0.27.3 | 136 | 4/7/2026 |
| 0.27.1 | 151 | 4/7/2026 |