SkillAgentSearch skills...

Morecvutils

Python computer vision algorithms using OpenCV, including plots

Install / Use

/learn @scivision/Morecvutils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

image Actions Status

Python versions (PyPI) Downloads

CVutils

Uses Python with OpenCV in miscellaneous demos of algorithms useful for computer vision.

Note: Line clipping was moved to its own repo.

Install

python -m pip install -e .

Functions

  • draw_flow() given a 2-D complex Numpy array of optical flow flow, draw flow vectors with arrows
  • draw_hsv() make a colored HSV image corresponding to flow direction and intensity at each point
  • connectedComponents.py given a binary image morphed and the blobdet from setupblob(), along with img, do connected components analysis
  • OpticalFlow_Matlab_vs_Python.py using Horn-Schunck optical flow estimation with OpenCV in Python. Not so obvious from the docs, and with notes on how to make this match Matlab's vision.opticalFlowHS method. Install Matlab Engine for Python
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated24d ago
Forks4

Languages

Python

Security Score

90/100

Audited on Mar 11, 2026

No findings