photo

tao wang


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort