LMSupply.Vision.Core
0.67.0
See the version list below for details.
dotnet add package LMSupply.Vision.Core --version 0.67.0
NuGet\Install-Package LMSupply.Vision.Core -Version 0.67.0
<PackageReference Include="LMSupply.Vision.Core" Version="0.67.0" />
<PackageVersion Include="LMSupply.Vision.Core" Version="0.67.0" />
<PackageReference Include="LMSupply.Vision.Core" />
paket add LMSupply.Vision.Core --version 0.67.0
#r "nuget: LMSupply.Vision.Core, 0.67.0"
#:package LMSupply.Vision.Core@0.67.0
#addin nuget:?package=LMSupply.Vision.Core&version=0.67.0
#tool nuget:?package=LMSupply.Vision.Core&version=0.67.0
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.67.0)
- 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 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 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 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.72.1 | 0 | 9/23/2026 |
| 0.72.0 | 36 | 9/22/2026 |
| 0.71.0 | 77 | 9/22/2026 |
| 0.70.0 | 91 | 9/21/2026 |
| 0.69.0 | 83 | 9/21/2026 |
| 0.68.3 | 121 | 9/18/2026 |
| 0.68.2 | 101 | 9/18/2026 |
| 0.68.1 | 90 | 9/18/2026 |
| 0.68.0 | 123 | 9/17/2026 |
| 0.67.1 | 115 | 9/17/2026 |
| 0.67.0 | 118 | 9/17/2026 |
| 0.66.1 | 152 | 9/16/2026 |
| 0.66.0 | 134 | 9/16/2026 |
| 0.65.1 | 212 | 9/13/2026 |
| 0.65.0 | 185 | 9/12/2026 |
| 0.64.0 | 146 | 9/11/2026 |
| 0.63.0 | 152 | 9/11/2026 |
| 0.62.0 | 185 | 9/10/2026 |
| 0.61.0 | 157 | 9/9/2026 |
| 0.60.0 | 145 | 9/9/2026 |