LMSupply.Vision.Core
0.7.2
See the version list below for details.
dotnet add package LMSupply.Vision.Core --version 0.7.2
NuGet\Install-Package LMSupply.Vision.Core -Version 0.7.2
<PackageReference Include="LMSupply.Vision.Core" Version="0.7.2" />
<PackageVersion Include="LMSupply.Vision.Core" Version="0.7.2" />
<PackageReference Include="LMSupply.Vision.Core" />
paket add LMSupply.Vision.Core --version 0.7.2
#r "nuget: LMSupply.Vision.Core, 0.7.2"
#:package LMSupply.Vision.Core@0.7.2
#addin nuget:?package=LMSupply.Vision.Core&version=0.7.2
#tool nuget:?package=LMSupply.Vision.Core&version=0.7.2
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.7.2)
- 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.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.17.1 | 0 | 3/5/2026 |
| 0.17.0 | 0 | 3/5/2026 |
| 0.16.1 | 0 | 3/5/2026 |
| 0.16.0 | 0 | 3/5/2026 |
| 0.15.1 | 0 | 3/4/2026 |
| 0.15.0 | 82 | 3/3/2026 |
| 0.14.0 | 110 | 3/3/2026 |
| 0.13.9 | 118 | 2/27/2026 |
| 0.13.8 | 116 | 2/27/2026 |
| 0.13.6 | 113 | 2/27/2026 |
| 0.13.5 | 123 | 2/26/2026 |
| 0.13.4 | 116 | 2/26/2026 |
| 0.13.3 | 118 | 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 |
| 0.12.0 | 142 | 2/1/2026 |
| 0.11.0 | 135 | 1/27/2026 |
| 0.7.2 | 595 | 12/17/2025 |