photo

tao wang


Last seen: mer än 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
36 025
of 297 457

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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...

nästan 3 år ago | 1 answer | 0

1

answer

Question


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 = ...

nästan 3 år ago | 2 answers | 1

2

answers

Question


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...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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 ...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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

ungefär 3 år ago | 1 answer | 0

1

answer