Vision

From Things and Stuff Wiki
Revision as of 21:16, 1 November 2023 by Milk (talk | contribs) (Created page with "{{menu}} == General == * http://johmathe.name/shotdetect.html === Motion === * [https://motion-project.github.io/ Motion] - a program that monitors the video signal from...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


General

Motion

OpenCV

  • OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.
  • http://vincent.is/turning-a-laptop-into-cctv/

to sort











  • https://github.com/kornia/kornia - a differentiable computer vision library for PyTorch. It consists of a set of routines and differentiable modules to solve generic computer vision problems. At its core, the package uses PyTorch as its main backend both for efficiency and to take advantage of the reverse-mode auto-differentiation to define and compute the gradient of complex functions.