photo

sonia carole


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
260 442
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

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

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


transfer data with gpib usb controller
Hello there, I am newbie to intrusment control toolbox. I want to use prologix-gpib usb controller to download data from spectr...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Hough transform doesn't detect some lines
I = imread('SAM_0160.jpg'); I=imresize(I,[640 480]); figure,imshow(I); rotI =imrotate(I,33,'crop'); bw_I =rgb2gray(rotI); ...

plus de 9 ans il y a | 0

Question


How can apply the Hough transform to detect lines in an images?
%% Find lines and plot them lines = houghlines(imEdge,T,R,P,'FillGap',30,'MinLength',15); figure, imshow(im), hold on max_len...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


How can i make the image classification based on reference image selected randomly in the database?
my intention is to build a system to determine how close image database is with the reference image chosen randomly. Imagine y...

presque 10 ans il y a | 1 réponse | 0

0

réponse