MareArts Computer Vision Study.
Computer Vision & Machine Learning Research Laboratory
Pages
Home
Useful Site
Contents table
7/13/2016
window program compatibility mode is on. turn it off and then try setup again
To install the language pack for vs 2013, it made things worse.
The error message "window program compatibility mode is on. turn it off and then try setup again."
Simple way to solving, and change the file name to install vssdk_full.exe.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
OpenCV Stitching example (Stitcher class, Panorama)
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
Create custom tokenizer simple code.
In the sample code, vocabulary is "0,1,2,3,4" and max length is 20. . from typing import List , Union class CustomTokenizer : ...
SICK LMS511 sensor data acquisition interface (source code, C++/MFC)
This is data acquisition source code of LMS511(SICK co.) Source code is made by MFC(vs 2008). The sensor is communicated by TCP/IP. ...
Dithering python opencv source code (Floyd–Steinberg dithering)
This is dithering example, it make image like a stippling effect. I referenced to blew website. wiki page: https://en.wikipedia.org/wik...
Real-time N camera stitching Class.
As you can see in the following video, I created a class that stitching n cameras in real time. https://www.youtube.com/user/feelmare/sear...
Sift matching C++ source code / using opencv library
Created Date : 2011.10 Language : C/C++ Tool : Microsoft Visual C++ 2008 Library & Utilized : OpenCV 2.3 Reference : SIFT referenc...
Real-time stitching multi-video to one screen
* Introduction - The solution shows panorama image from multi images. The panorama images is processing by real-time stitching algorithm...
for each, for_each, for auto - concept clean
Clean up the concept through below examples. 1. normal method : for, iterator 2. for auto loop 3. for each loop 4. for_each refer ...
yaml to Dict and update element like class and save dict to yaml again, python example code
refer to code and example yaml . before yaml to run code a : a-value b : b-value c : d : Nested e : Values .. code pip install yaml, att...
re-install nvidia drive (cuda) in ubuntu
command it on terminal .. sudo apt clean sudo apt update sudo apt purge nvidia-* sudo apt autoremove sudo apt install -y cuda .. Thank yo...
No comments:
Post a Comment