All Projects → fderue → Slic_cuda

fderue / Slic_cuda

Licence: mit
Superpixel SLIC for GPU (CUDA)

Labels

Projects that are alternatives of or similar to Slic cuda

Cuda Utilities
Utilities for CUDA programming
Stars: ✭ 30 (-33.33%)
Mutual labels:  cuda
Nvidia libs test
Tests and benchmarks for cudnn (and in the future, other nvidia libraries)
Stars: ✭ 36 (-20%)
Mutual labels:  cuda
Sixtyfour
How fast can we brute force a 64-bit comparison?
Stars: ✭ 41 (-8.89%)
Mutual labels:  cuda
Cuda
Experiments with CUDA and Rust
Stars: ✭ 31 (-31.11%)
Mutual labels:  cuda
Object Detection And Location Realsensed435
Use the Intel D435 real-sensing camera to realize target detection based on the Yolov3 framework under the Opencv DNN framework, and realize the 3D positioning of the Objection according to the depth information. Real-time display of the coordinates in the camera coordinate system.ADD--Using Yolov5 By TensorRT model,AGX-Xavier,RealTime Object Detection
Stars: ✭ 36 (-20%)
Mutual labels:  cuda
Soul Engine
Physically based renderer and simulation engine for real-time applications.
Stars: ✭ 37 (-17.78%)
Mutual labels:  cuda
Des Cuda
DES cracking using brute force algorithm and CUDA
Stars: ✭ 21 (-53.33%)
Mutual labels:  cuda
Docs Pytorch
Deep Object Co-Segmentation
Stars: ✭ 43 (-4.44%)
Mutual labels:  cuda
Cure
Stars: ✭ 36 (-20%)
Mutual labels:  cuda
Octree Slam
Large octree map construction and rendering with CUDA and OpenGL
Stars: ✭ 40 (-11.11%)
Mutual labels:  cuda
Simple Sh Datascience
A collection of Bash scripts and Dockerfiles to install data science Tool, Lib and application
Stars: ✭ 32 (-28.89%)
Mutual labels:  cuda
Ktt
Kernel Tuning Toolkit
Stars: ✭ 33 (-26.67%)
Mutual labels:  cuda
Style Feature Reshuffle
caffe implementation of "Arbitrary Style Transfer with Deep Feature Reshuffle"
Stars: ✭ 38 (-15.56%)
Mutual labels:  cuda
Cuda word split
This project is an old code for Chinese words split. It is written by CUDA at 2010, so it could not run well directly under you platform without an GPU card.
Stars: ✭ 31 (-31.11%)
Mutual labels:  cuda
Qualia2.0
Qualia is a deep learning framework deeply integrated with automatic differentiation and dynamic graphing with CUDA acceleration. Qualia was built from scratch.
Stars: ✭ 41 (-8.89%)
Mutual labels:  cuda
Cuda Cnn
Implementation of a simple CNN using CUDA
Stars: ✭ 29 (-35.56%)
Mutual labels:  cuda
Smallpt Parallel Bvh Gpu
A GPU implementation of smallpt (http://www.kevinbeason.com/smallpt/) with Bounding Volume Hierarchy (BVH) tree.
Stars: ✭ 36 (-20%)
Mutual labels:  cuda
Lyra
Stars: ✭ 43 (-4.44%)
Mutual labels:  cuda
Cuda Convnet2.torch
Torch7 bindings for cuda-convnet2 kernels!
Stars: ✭ 42 (-6.67%)
Mutual labels:  cuda
Nbody
N body gravity attraction problem solver
Stars: ✭ 40 (-11.11%)
Mutual labels:  cuda

SLIC_CUDA

Superpixel Segmentation SLIC of Achanta et al. [PAMI 2012, vol. 34, num. 11, pp. 2274-2282]. GPU version with CUDA.

Library required :

  • opencv 3.0 min
  • cuda compute capability 3.0 min

Example

Cuda : 30 fps

Comparison with cpu version from OpenCv : 4 fps

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].