photo

james


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
3 个回答

排名
254,941
of 301,809

声誉
0

贡献数
3 个提问
3 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,414

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,674

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


transform a plane from a camera still to a 2d image without perspective using a calibration plate
I have a camera mounted at an angle to a calibration plate. I would like to transform the plane in which the calibration sheet s...

14 years 前 | 1 个回答 | 0

1

个回答

已回答
aligning overlapping images and averaging the overlap
this works, could it be faster? canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...

15 years 前 | 0

已回答
aligning overlapping images and averaging the overlap
this method doesn't work.. canvas = uint8(zeros(10)); image1=uint8(magic(3)); image2=uint8(magic(3)); ...

15 years 前 | 0

提问


aligning overlapping images and averaging the overlap
i have an empty matrix *canvas = uint8(zeros(10));* images are placed inside *image1=uint8(magic(3));* *canvas(2:4...

15 years 前 | 4 个回答 | 0

4

个回答

已回答
joining a character variable and a numerical variable to call a filename within a loop
Hi robert thanks for your reply i had been playing with num2str and sprintf but to no avail! James

15 years 前 | 0

提问


joining a character variable and a numerical variable to call a filename within a loop
how do i join the variable n to the variable filename to get the name of a real file that i want to call in a loop? example re...

15 years 前 | 3 个回答 | 0

3

个回答