Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Graph program Special Effects

15454564151616541515151515

  • Category : Special Effects
  • Tags :
  • Update : 2012-11-26
  • Size : 266kb
  • Downloaded :0次
  • Author :董****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
function [hough_space,hough_circle,para] = hough_circle(BW,step_r,step_angle,r_min,r_max,p) input BW:二值图像; step_r:检测的圆半径步长 step_angle:角度步长,单位为弧度 r_min:最小圆半径 r_max:最大圆半径 p:阈值,0,1之间的数 output hough_space:参数空间,h(a,b,r)表示圆心在(a,b)半径为r的圆上的点数 hough_circl:二值图像,检测到的圆 para:检测到的圆的圆心、半径 [m,n] = size(BW) size_r = round((r_max-r_min)/step_r)+1 size_angle = round(2*pi/step_angle) hough_space = zeros(m,n,size_r)
Packet file list
(Preview for download)
15454564151616541515151515.pdf
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.