
文辉 沈
Statistiques
6 Questions
0 MATLAB Answers
RANG
100 416
of 284 709
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 19 223
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 137 493
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
Content Feed
Question
Crack Detection Annotation Issue
How do I label it after the crack size is calculated? I am currently using text() 1、The length of the crack I marked at the mi...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
There is a problem with the filter selection
close all; clear; clc; I1 = imread('test2.jpg'); figure;imshow(I1); adimage = imadjust(I1,stretchlim(I1)); I2 = im2g...
plus d'un an il y a | 1 réponse | 0
0
réponseQuestion
How to find the input value when outputting the maximum value
[mi] = [dab,dac,dad,dbc,dbd,dcd]; length = max(mi); The coordinates of the four points A, B, C, and D are known. I hav...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
There is a problem with the find function
Why is the y (row) of points C and D wrong? Is there something wrong with me calling the function? Isn't the output of fin...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Find the position matrix of boundary points in an image
How do I implement the function in the image: find the coordinates of the four points of ABCD and express them in a matrix
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
How to extract edge coordinates
After I extract the edge of the binarized image, the output is an array of 227*227, and each row and each column are all 1. Ho...
plus d'un an il y a | 1 réponse | 0