Table of Contents ▸ List of Commands ▸ Features Extraction ▸ hough | ◀ histogram_pointwise | huffman_tree ▶ |
hough
Arguments:
- _width>0,_height>0,gradient_norm_voting={ 0:No | 1:Yes }
Description:
Compute hough transform (theta,rho) of selected images.Default values:
width=512, height=width and gradient_norm_voting=1.
Example of use:
image.jpg +blur 1.5 hough[-1] 400,400 blur[-1] 0.5 add[-1] 1 log[-1]