学术引用
影响 Mini-OpenCV 设计的学术论文、技术文档和相关项目。
学术论文
[1]
CUDA C++ Programming Guide
https://docs.nvidia.com/cuda/[2]
Optimizing Parallel Reduction in CUDA
https://developer.nvidia.com/content/optimizing-parallel-reduction-cuda[3]
Efficient CUDA Convolution via Shared Memory
PDF[4]
Digital Image Processing
Amazon[5]
CUDA Best Practices Guide
https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/开源项目
[6]
OpenCV
https://opencv.org/[7]
CUTLASS - CUDA Templates for Linear Algebra Subroutines
https://github.com/NVIDIA/cutlass[8]
cv-cuda - Computer Vision CUDA Operators
https://github.com/NVIDIA/CV-CUDA[9]
NPP - NVIDIA Performance Primitives
https://docs.nvidia.com/cuda/npp/[10]
VPI - Vision Programming Interface
https://developer.nvidia.com/nvidia-vpi技术资源
[11]
CUDA Programming Model
CUDA Programming Model[12]
CUDA Memory Model
CUDA Memory Hierarchy如何引用
如果您在研究或项目中使用 Mini-OpenCV,请引用:
bibtex
@software{mini_opencv_2024,
title = {Mini-OpenCV: High-Performance CUDA Image Processing Library},
author = {LessUp},
year = {2024},
version = {3.0.0},
url = {https://github.com/LessUp/mini-opencv},
note = {CUDA-accelerated operators achieving 30-50× speedup over CPU implementations}
}贡献参考文献
发现了相关的论文或项目?请提交 Issue 或发送 Pull Request!