Show all scripts

Check Hough Transform Results

Category: Image Manipulation
Author:
Description: This script is the companion script for the "Do Hough Transformation". This script will create a line ROI in the source image and a point ROI in the result image. The line ROI will be "connected" to the point ROI so the calculated results can be verified visually (just move the point ROI around and how the line ROI changes). Both the source and result images need be "square" (width equals height) and of the same size.
Comments: There is a limitation (or conflict) in User Defined Language with DM script. The operation "/" and "*" cannot be defined as operators in Notepad++ once we define "/*" and "*/" as comment block markers. So I have left "/" and "*" out from the operator list
Script version: 1.0
DM/GMS version: 3.7.0
Script written as a function: No
Source: Show code
Download Source Code: Download
Download Zip File: Download