tao wang - MATLAB Central
photo

tao wang


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 02/22 to 04/25Use left and right arrows to move selectionFrom 02/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
0 个回答

排名
36,075
of 297,999

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Cut a picture as needed
For example, I want to cut the picture into 9 pictures. I want to use the for loop, and then save the cut image into variables A...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Perform angle recognition on the objects in the following images
clc clear A = imread('shipai.jpg'); A = rgb2gray(A); BW = A<128; % find angle of dominant line [H,T,R] = hough(BW); P = ...

3 years 前 | 2 个回答 | 1

2

个回答

提问


Angle recognition of objects in the image
Like this picture I want to calculate the angle of the line represented by the two red arrow strips,I want to calculate the a...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to calculate the gray value on a line segment
Using the above code can realize the gray value distribution on a line segment, but you must click with the mouse. Is there a ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Draw a straight line on a gray image and calculate the sum of the gray values on the straight line
Draw a straight line on a gray image and calculate the sum of the gray values on the straight line

3 years 前 | 1 个回答 | 0

1

个回答