Skip to content

Generate the dotnet function interface of common opensource vision algorithms. Each function is static and decoupled from each other,Simplify call complexity.

License

Notifications You must be signed in to change notification settings

Chaser-X/VisionNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisionNet

Generate the dotnet function interface of common opensource vision algorithms. Each function is static and decoupled from each other.

Purpose

Currently, There so many fantastic opensource vision projects here. But there are pain points when using them:
1.You will experience a nightmare when configuring the environment, especially for beginners.
2.You get lost in all sorts of jumps when calling and debugging,When the various methods are cross-coupled.(Is may easy for initial developer,but indeed hard for Application developer)
So the project want to just supply a more simple way to user to deploy and call. Quickly to focouse on applaction function realize itself.

Includes

Dir

2D

-- IO -- Create -- Fit -- Process -- Filter

3D

About

Generate the dotnet function interface of common opensource vision algorithms. Each function is static and decoupled from each other,Simplify call complexity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published