原创 IMU參數標定工具——imu_tk

轉自:https://blog.csdn.net/learning_tortosie/article/details/89889853 前言 IMU-TK提供簡單的函數和數據結構,用於校準基於MEMS的慣性導航單元,以及處理和顯示IMU數

原创 android studio CMakeLists.txt

# For more information about using CMake with Android Studio, read the # documentation: https://d.android.com/studio/p

原创 Reading a IMU Without Kalman: The Complementary Filter

ref:http://www.pieter-jan.com/node/11 https://github.com/GruffyPuffy/imutest https://dev.intelrealsense.com/docs/rs-mot

原创 YUV格式圖像基礎

ref:https://www.jianshu.com/p/4f31bcc6da79 1.YUV基礎 yuv是一種類似rgb的顏色模型,起源於黑白和彩電的過渡時期。其中Y代表亮度,uv組合起來可以表示色度。yuv信息只有y的信息就足以顯示

原创 c++ 阻止拷貝構造與拷貝賦值copy constructor & copy assignment operator

ref: C++ primer struct NoCopy { NoCopy() = default; NoCopy(const NoCopy&) = delete; NoCopy& operator=(con

原创 C++中typename關鍵字的使用方法和注意事項

ref:https://blog.csdn.net/vanturman/article/details/80269081 起因 近日,看到這樣一行代碼: typedef typename __type_traits<T>::has_tr

原创 AndroidManifest.xml

<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" packag

原创 Git:git diff 命令簡解

ref:https://www.cnblogs.com/xuxiuxiu/p/8522594.html 工作目錄 vs 暫存區 $ git diff <filename> 意義:查看文件在工作目錄與暫存區的差別。如果還沒 add 進暫

原创 PatchELF 修改linux下elf文件library搜索路徑runpath

ref:https://blog.csdn.net/force_eagle/article/details/48263365 Source==>http://nixos.org/patchelf.html sudo apt instal

原创 git archive export source code

  cd AW_DualCamera_UltraWideViewPortrait_mesh git archive --format tar.gz --output "../output-20200214.tar.gz" AW_Dual

原创 ubuntu安裝好matlab後鍵盤複製粘貼快捷鍵不能使用 解決辦法

ref:https://blog.csdn.net/majinlei121/article/details/78837513 ubuntu系統下安裝好matlab後默認是不能使用鍵盤的複製粘貼快捷鍵的,解決方法如下: 打開matlab,

原创 看完這篇還不會用Git,那我就哭了!

Ref:本文轉載自鏈接:https://blog.csdn.net/qq_27276045/article/details/103282071 你使用過 Git 嗎?也許你已經使用了一段時間,但它的許多奧祕仍然令人困惑。 Git 是一個版

原创 A Geodesic-Preserving Method for Image Warping

A Geodesic-Preserving Method for Image Warping http://kaiminghe.com/ http://openaccess.thecvf.com/content_cvpr_2015/sup

原创 線性卡爾曼濾波KF

線性卡爾曼濾波KF clear; clc; N=100; Z=(1:N);%觀測值 noise=randn(1,N);%mean=0,方差爲1的高斯噪聲 Z=Z+noise; X=[0;0];%初始狀態 P=[1 0; 0 1];%狀

原创 CMAKE和RPATH

原文鏈接:https://blog.csdn.net/guo1988kui/article/details/81037366 什麼是RPATH? 在Linux環境下,使用動態鏈接的程序在運行