Compiling arttoolkit x with Android Studio+CMakeLists

If the company wants to study the AR technology in advance, it will try to study the arttoolkit. The Internet is full of examples about compiling arttoolkit 5. Arttoolkit 5 has not been updated for a long time, and arttoolkit x is the latest version, but it has not found a way to compile arttoolkit x ...

Posted by bpops on Wed, 04 Mar 2020 00:18:11 -0800

Kalman filtering method in OpenCV

1, Class definition in OpenCV The definition of KalmanFilter class class CV_EXPORTS_W KalmanFilter { public: CV_WRAP KalmanFilter(); //Construct the default Kalman filter object CV_WRAP KalmanFilter(int dynam ...

Posted by Frederick on Mon, 02 Mar 2020 21:47:56 -0800

Hough line transformation

Hough transform is a feature extraction technology in image processing. It detects objects with specific shapes (mathematical model + parameters) through a voting algorithm. In the (one) parameter space, by calculating the local maximum value of the cumulative result, a set conforming to the specific s ...

Posted by suz_1234 on Wed, 26 Feb 2020 19:20:32 -0800

[Python - OpenCV] project practice - pose estimation

Directory outline Theoretical framework Basic knowledge summary: API detailed explanation: Basic outline 1. Affine transformation and perspective transformation 2. The definition of image coordinate system, camera coordinate system and world coordinate system, and the transformation relationship a ...

Posted by freeak08 on Tue, 25 Feb 2020 21:14:30 -0800

Zero basic entry deep learning: LeNet and AlexNet of image classification task

Course name | zero basic entry-level in-depth learning Lecturer: Sun Gaofeng, senior R & D Engineer of Baidu deep learning technology platform Department Teaching time: 20:00-21:00 on Tuesday and Thursday 01 reading guidance This course is Baidu's official zero basic in-depth learning course. It is mainly for students who have no in-dept ...

Posted by Supplement on Mon, 24 Feb 2020 07:09:05 -0800

Interface encapsulation and calling method of C + + using pure virtual function

Interface encapsulation and calling method of C + + using pure virtual function Affected by the epidemic, our research dog has been providing for the aged at home recently. However, the project in the laboratory suddenly came down, and we had no choice but to work in the cloud. The task given is to en ...

Posted by searain on Sun, 23 Feb 2020 02:52:28 -0800

(Python 3) opencv camera calibration

Preface The process of mapping coordinate points (in meters) in 3D world to 2D image plane (in pixels) can be described by a geometric model. There are many kinds of models, the simplest of which is called pinhole model. In order to get a good imaging effect, we add a lens in front of the camera. Th ...

Posted by guido88 on Sun, 16 Feb 2020 05:10:09 -0800

Need to share screen under special circumstances? Microscreen sharing server based on flash (can realize screen sharing)

Preface: Today, I'd like to share an interesting little project with you. I need to make a report a long time ago. There was something wrong with the original screen sharing software, so I temporarily wrote this program to deal with the emergency. The effect is good. Today, I'd like to share it with ...

Posted by eyespark on Thu, 13 Feb 2020 07:30:15 -0800

ubuntu 18.04 install opencv3.4.5 + opencv ﹣ contrib

ubuntu 18.04 install opencv3.4.5 + opencv ﹣ contrib 1. Installation package download Opencv and opencv contrib Download Pay attention to the consistency of versions opencv Download opencv official website Opencv? Contrib Download github 2. Install dependency package sudo apt-get update sudo ap ...

Posted by 90Nz0 on Tue, 11 Feb 2020 23:42:02 -0800

YOLO (Darknet) object detection of opencv DNN module

principle I'm not good at Baidu YOLO from the darknet object detection framework Based on COCO data set, it can detect 80 categories YOLO V3 versionhttps://pireddie.com/darknet/yolo Input data corresponding to each network model You can view the model binary file name, network description file n ...

Posted by hucklebezzer on Mon, 10 Feb 2020 09:09:10 -0800