Statistik
RANG
260.442
of 300.352
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.928
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.212
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenHough 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); ...
mehr als 9 Jahre vor | 0
Frage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 10 Jahre vor | 0 Antworten | 0
