Feeds
提问
How to plot coordinates captured from different source and then matching points?
I have some xyz coordinates of an object from a video captured by 360 degree camera and when I track this object through a track...
7 years 前 | 0 个回答 | 0
0
个回答提问
I have a .mat file that is a (1 x 1) struct with 3 fields and every fields is a (54057 x 2) double array. How i can plot this structure?
7 years 前 | 2 个回答 | 0
2
个回答提问
I have a cell array of 13 x 13 cells and every cell contains 16 x 16 double. How i can convert the full cell array into matrix of 208 x 208 ? Thanks in advance.
clc; clear; close all; Im = imread('000001.bmp'); Im = double(Im); [row, col]=size(Im); counti = 0; ...
7 years 前 | 1 个回答 | 0