码迷,mamicode.com
首页 >  
搜索关键字:edge    ( 2375个结果
GPS和LOAM的pose之间建立edge
基于时间戳一致原理,在与PG的timestamp邻近的的两个LOAM的pose中插值出一个虚拟的LOAM pose PG' ,其timestamp = PG的timestamp。 然后GPS的pose和LOAM的pose之间的trans也就是pose-graph中的edge,就等于P0~3与这个插值 ...
分类:其他好文   时间:2018-04-20 16:18:52    阅读次数:179
研究生的论文
1.https://ieeexplore.ieee.org/document/8338123/ Variational Fusion of Time-of-Flight and Stereo Data for Depth Estimation Using Edge Selective Joint F ...
分类:其他好文   时间:2018-04-18 15:15:38    阅读次数:146
css 按钮
<!doctype html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width ...
分类:Web程序   时间:2018-04-17 19:46:14    阅读次数:207
AtCoder - 3913 XOR Tree
Problem Statement You are given a tree with N vertices. The vertices are numbered 0 through N?1, and the edges are numbered 1 through N?1. Edge i conn ...
分类:其他好文   时间:2018-04-17 11:56:41    阅读次数:220
图论-kruskal算法-稀疏图
#include #include using namespace std; const int MAXV = 1000; const int INF = 0xFFFFFFF; struct edge{ int u,v,cost; }E[MAXV]; bool cmp(edge a,edge b){... ...
分类:编程语言   时间:2018-04-15 18:47:36    阅读次数:228
关于元素添加animation动画问题的思考
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <link rel="stylesheet" href=" ...
分类:其他好文   时间:2018-04-13 11:05:51    阅读次数:197
Bootstrap做简单的网站首页
<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible"content="IE-edge"><metaname="view
分类:Web程序   时间:2018-04-12 22:21:36    阅读次数:237
Minimum spanning tree for each edge
Connected undirected weighted graph without self-loops and multiple edges is given. Graph contains n vertices and m edges. For each edge (u,?v) find t ...
分类:其他好文   时间:2018-04-08 00:25:36    阅读次数:213
图像旋转
clear,clc,close all;I=imread('timg2.jpg');bw=rgb2gray(I);bw=im2bw(I,graythresh(bw));bw=double(bw);BW=edge(bw,'canny');imshow(BW);title('canny 边界图像');[ ...
分类:其他好文   时间:2018-04-07 15:03:54    阅读次数:236
Graph Valid Tree
题目描述: Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edg ...
分类:其他好文   时间:2018-04-07 11:18:11    阅读次数:127
2375条   上一页 1 ... 74 75 76 77 78 ... 238 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!