photo

Peter Bone


自 2010 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: artificial intelligence,machine vision

统计学

All
MATLAB Answers

3 个提问
4 个回答

File Exchange

8 文件

排名
261,207
of 297,527

声誉
0

贡献数
3 个提问
4 个回答

回答接受率
33.33%

收到投票数
0

排名
217 of 20,454

声誉
6,318

平均
4.30

贡献数
8 文件

下载次数
17

ALL TIME 下载次数
61068

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


SURFMex in Matlab under Ubuntu
Is is possible for me to use SURFMex with the Ubuntu version of Matlab? SURFMex calls the OpenCV implementation of SURF. Will it...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
how to plot close smooth curve by number of point
Maybe with hobbysplines See its use here http://blogs.mathworks.com/pick/2014/02/07/downsampling-polygons/

11 years 前 | 0

已回答
I want to find out the region which has a white spot in the image, and how many white spots are available.
You could use regionprops to find the area or bounding box of each region. Look for the region with the right size. That could w...

11 years 前 | 0

已回答
How can I know what my image dimension is?
If the image matrix is in your workspace, then just look at your workspace pane. It will tell you the dimensions. You could also...

11 years 前 | 0

提问


VideoReader read gets progressively slower
I'm using VideoReader in R2013b to read frames from an xvid video file. It gets progressively slower the more frames it reads. W...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
How can I perform a fast image transformation using a lookup table?
I've worked this out myself now. For each value in the LUT I now store the single index into the source image as a single value....

11 years 前 | 0

提问


How can I perform a fast image transformation using a lookup table?
I have defined my own image transform using a lookup table. The LUT is the same size as the destination image. Each value in the...

11 years 前 | 1 个回答 | 0

1

个回答