 |
Extract data points from an image using Dexter.
Source code name: "image_extractdata.py"
Programming language: Python
Topic: Images/Manipulation
DMelt Version 1. Last modified: 03/03/2021. License: Pro
https://datamelt.org/code/cache/image_extractdata_430.py
To run this script using the DMelt IDE,
copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.
from jhplot import *
from debuxter import JDebux;
print "run debuxter"
http="https://datamelt.org/examples/data/"
print Web.get(http+"example.gif")
c1=JDebux("example.gif")
You see the box below because you did not login.