Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Hough Circle Example
no vote
    %Define the hough space     theImage = imread(imfile,'TL1YTLmadenipara.jpg');     [width,height] = size(theImage);       rhoLimit = norm([width height]);     rho = (-rhoLimit:1:rhoLimit);               theta = (0:thetaSampleFrequency:pi);       numThetas = numel(theta);     houghSpace = zeros(numel(rho),numThetas);
goteknoloji
2016-08-23
2
1
No more~