-
Updated
Apr 16, 2022 - C++
OpenCV

OpenCV (Open Source Computer Vision Library) is written in C/C++, for real time computer vision. It takes advantage of multi-core processing and hardware acceleration. Applications of OpenCV includes egomotion estimation, gesture recognition, facial recognition system, and artificial neural networks.
Here are 15,758 public repositories matching this topic...
-
Updated
Apr 14, 2022 - C++
-
Updated
Apr 12, 2022 - Jupyter Notebook
-
Updated
Apr 17, 2022 - C++
-
Updated
Jul 29, 2021 - C++
-
Updated
Dec 11, 2019 - C++
-
Updated
Oct 31, 2018 - Python
-
Updated
Apr 13, 2022 - Java
-
Updated
Dec 8, 2021 - Python
-
Updated
Apr 5, 2022 - Go
Stitching API
Opencv provide a Stitching module/API
Bascially, i would like to be able to rewrite stitching_detailed.cpp in javascript
This includes :
- Stitcher class
- Features extractors (already implemented in opencv4nodejs)
- Estimator
-
Updated
Mar 27, 2022 - C#
-
Updated
Nov 2, 2021 - Go
-
Updated
Apr 6, 2022
-
Updated
Oct 30, 2021 - Shell
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Apr 12, 2022 - Shell
-
Updated
Jan 30, 2022 - Python
-
Updated
Apr 12, 2022 - Python
-
Updated
Feb 25, 2022 - Python
-
Updated
Apr 4, 2022 - C++
-
Updated
Dec 13, 2020 - Python
-
Updated
Mar 19, 2022 - C++
for unknown reason, sample only runs,
if we use
cv.reg_MapShift
cv.reg_MapperGradShift
andcv.reg_MapperPyramid
here:https://github.com/opencv/opencv_contrib/blob/7670ff2c0125504ae99ba3cba12b9d47b18a02bd/modules/reg/samples/reg_shift.py#