I'm doing some shape detecting coding with Matlab. I just want to understand the code segment
[H,theta,rho] = hough(BW)
I understand the conversion of the x,y coordinates to the theta,rho coordinate system. What I can't understood is the format of the output of hough(BW) function. Simply the Question is what is the [H,theta,rho]here. It's better I can get a clear idea about the Hough Transformation Matrix (H) with an example.