-
Hi, Thank you for your codes about sgm optimization. I got the following errors while making your codes.
"MC" : Undeclared identifier
"alignas": cannot find identifier
My environment is visual stud…
-
-
Scanning dependencies of target video_stabilization
[ 33%] Building CXX object CMakeFiles/video_stabilization.dir/main.cpp.o
/Users/peng/Documents/YSG/OD_dev/Real-Time-Video-Stabilization-master/mai…
-
Hello, I´m trying to understand why using react navigator on my app is messing with the size of the CvCamera component.
```
I have defined a basic structure with the form of:
…
-
Hi, I have install kintinuous on ubuntu 16.04,
but when I run the command ./Kintinuous -s 7 -v ../../vocab.yml.gz -l ../dataset/loop.klg -ri -fl -od; I get the results :
Point resolution: 13.6 mill…
SueeH updated
7 years ago
-
```bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-…
-
Hello ,
When i execute:
> python face.py face-01.jpg
I get those errors :
> Corrupt JPEG data: 8372 extraneous bytes before marker 0xd9
threshold : 47.5
Number of R_iris_hull point : 1…
-
my platform is win10
use python3.7 and bgs2.0
bgs compiled with opencv3.4.5
I got error
RuntimeError: OpenCV(3.4.5) C:\build\3_4_winpack-build-win64-vc14\opencv\modules\core\src\array.cpp:1246: er…
-
Thanks a lot for packaging OpenCV, I appreciate your work very much!
My problem is that cuda accelerated parts of OpenCV, namely cudaarithm, cudabgsegm, cudacodec, cudafeatures2d, cudafilters, cuda…
-
I have rewritten dtam by visual studio 2015, based on anuranbaka's code, with opencl and opencv3.0. But the result is poor. I'd like to share my code, and wish somebody could point out the wrong part…