Feeds
提问
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...
9 years 前 | 0 个回答 | 0
0
个回答已回答
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); ...
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); ...
9 years 前 | 0
提问
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...
9 years 前 | 0 个回答 | 0
0
个回答提问
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...
9 years 前 | 0 个回答 | 0