Skip to content Skip to sidebar Skip to footer
Showing posts with the label Graphics

Python: How To Implement Binary Filter On Rgb Image? (algorithm)

I'm trying to implement binary image filter (to get monochrome binary image) using python &… Read more Python: How To Implement Binary Filter On Rgb Image? (algorithm)

Generating A 3d Captcha [pic]

I would like to write a Python script that would generate a 3D CAPTCHA like this one: Which graphi… Read more Generating A 3d Captcha [pic]

Is There A Python Api For Drawing Diagrams (that Use Lines To Connect Corresponding Values Between Two Lists)

Given two lists, which contain same elements of string but in different orders, is there any API th… Read more Is There A Python Api For Drawing Diagrams (that Use Lines To Connect Corresponding Values Between Two Lists)

Turtle Graphics Drawing Over Itself

This should be a very simple question, however, it is proving difficult for me. I'm rather new… Read more Turtle Graphics Drawing Over Itself

Saving Python Turtle Graphics As An Animated .gif?

I have made several programs in Python that have output showing up as a window called Python Turtle… Read more Saving Python Turtle Graphics As An Animated .gif?

How To Find The Intersection Of Two Lines Given A Point On Each Line And A Parallel Vector

I need an algorithm that can find the intersection of two 2D lines. Each line will come in the form… Read more How To Find The Intersection Of Two Lines Given A Point On Each Line And A Parallel Vector