FreeCAD's built-in Python interpreter allows users to create and modify objects, adjust the interface, and automate repetitive processes. Scripts can be run as macros or from the console, enabling ...
Let's create a tool to detect edges of an image! To do so we'll use the Sobel operator/filter (there are other techniques out there, e.g. Canny edge detector). The matrices associated with the kernels ...