tao wang
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
35 862
of 295 467
RÉPUTATION
1
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 = ...
plus de 2 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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
plus de 2 ans il y a | 1 réponse | 0