computer-vision-algorithms
There are 145 repositories under computer-vision-algorithms topic.
Charmve/computer-vision-in-action
A computer vision closed-loop learning platform where code can be run interactively online. 学习闭环《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页
neuralmagic/sparseml
Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models
gmalivenko/awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Psarpei/Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition
Runinho/pytorch-cutpaste
unoffical and work in progress PyTorch implementation of CutPaste
Ikomia-dev/IkomiaApi
Deploy Computer Vision solutions with a few lines of code.
seung-lab/kimimaro
Skeletonize densely labeled 3D image segmentations with TEASAR. (Medial Axis Transform)
mkang315/BGF-YOLO
[MICCAI'24] Official implementation of "BGF-YOLO: Enhanced YOLOv8 with Multiscale Attentional Feature Fusion for Brain Tumor Detection".
MiXaiLL76/faster_coco_eval
Continuation of an abandoned project fast-coco-eval
mkang315/ASF-YOLO
[IMAVIS] Official implementation of "ASF-YOLO: A Novel YOLO Model with Attentional Scale Sequence Fusion for Cell Instance Segmentation".
rbalestr-lab/stable-pretraining
Reliable, minimal and scalable library for pretraining foundation and world models
beasygo1ng/OCT-Retinal-Layer-Segmenter
UNet based model that segment retina to 8 layers in OCT images
serycjon/MFT
MFT: Long-Term Tracking of Every Pixel -- code for the WACV 2024 paper
bborja/modd
Dataset and Evaluation Scripts for Obstacle Detection via Semantic Segmentation in a Marine Environment
afondiel/computer-vision-challenge
A hands-on collection of computer vision projects for everyone.
aras62/SF-GRU
Pedestrian Action Anticipation using Contextual Feature Fusion in Stacked RNNs
ag-ds-bubble/swtloc
Python package for Stroke Width Transform - Localizing the Text (Letters & Words) in a Natural Image
forestsen/ARAPShapeManipulation
"As-Rigid-As-Possible Shape Manipulation" & "Implementing As-Rigid-As-Possible Shape Manipulation and Surface Flattening" source code
samhaswon/skin_segmentation
This repository details the various methods I have attempted for skin segmentation.
maunesh/opencv-gui-parameter-tuner
Building a GUI tool to find the right parameters visually and quickly, for various Computer Vision algorithms
big-nacho/dosage
Real time visual saliency detection ✨
uzh-rpg/gg_ssms
[CVPR'25 Highlight] The official implementation of "GG-SSMs: Graph-Generating State Space Models"
BlueDokk/Dullrazor-algorithm
Pre-processing technique called DullRazor for the detection and removal of hairs on dermoscopic images.
cftang0827/sky-detector
A non-deep learning sky detector method
srijarkoroy/VisionDash
Vision Dashboard - A One-Stop CV Learning Tool
rafaelcostafrf/UAV_3D_Virtual_Env
A 3D environment visual simulation for UAVS. Such visual simulation is particularly useful for machine learning and computer vision techniques.
carlosbeltran/EyeLib
The EYELib: A matlab-python library for Single View Metrology and auto-calibration algorithms and methods
sdima1357/bigraph_image_registration_demo
fast image registartion demo
uga-ssrl/SSRLCV
The UGA SSRL's Computer Vision Software Collection
cynicphoenix/Harris-Corner-Detector
Harris Corner Detector is a corner detection operator that is commonly used in computer vision algorithms to extract corners and infer features of an image.
Sinapsis-AI/sinapsis-trackers
Mono repo with sinapsis templates for object tracking
mkang315/PK-YOLO
[WACV'25] Official implementation of "PK-YOLO: Pretrained Knowledge Guided YOLO for Brain Tumor Detection in Multiplane MRI Slices".
conan7882/DeepVision-tensorflow
A deep learning package for computer vision algorithms built on top of TensorFlow
ammarlodhi255/image-captioning-system-to-assist-the-blind
An image captioning system that is able to predict and speak out a caption of an image taken by visually impaired.
bamert/openGPC
Implements the sparse stereo method Global Patch Collider by Shenlong Wang et al, CVPR 2016
XUNIK8/Monocular-3D-Reconstruction-Based-on-Unsupervised-Learning
利用无监督学习模型MVSNet、Monodepth2和传统Colmap方法实现物体三维重建; Object 3D reconstruction using unsupervised learning models MVSNet, Monodepth2 and traditional Colmap methods