Search found 5 matches

by eried
2018-01-26T08:09:48-07:00
Forum: Developers
Topic: Which Python API?
Replies: 11
Views: 35195

Re: Which Python API?

You could perhaps do it with Python and Opencv. See https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_calib3d/py_calibration/py_calibration.html Yeah, thanks but that wrapper is quite undocumented too. I think I will do what you suggested at first, using a subprocess. I just need to write a long...
by eried
2018-01-25T17:17:21-07:00
Forum: Developers
Topic: Which Python API?
Replies: 11
Views: 35195

Re: Which Python API?

I was going to test it but they only support IM6.x, and the repo seemed quite abandoned so I went first with PythonMagick. But I will test again, thanks!
by eried
2018-01-25T15:18:20-07:00
Forum: Developers
Topic: Which Python API?
Replies: 11
Views: 35195

Re: Which Python API?

I agree with you, but in this particular case I just needed it to work for a short task.
by eried
2018-01-25T12:44:51-07:00
Forum: Developers
Topic: Which Python API?
Replies: 11
Views: 35195

Re: Which Python API?

One way, is to use a subprocess call from python to an imagemagick command line. See https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=32920 I do not know if PythonMagick contains calls to all the distort methods. It may be behind. But you might ask the developers if that is incl...
by eried
2018-01-25T12:27:18-07:00
Forum: Developers
Topic: Which Python API?
Replies: 11
Views: 35195

Re: Which Python API?

I am so surprised about how limited are they python apis, I need to find one for using ImageMagick in one Raspberry pi but I cant find any function :( Has anyone any idea how to execute a barrel distortion in ImageMagick via a python script? img.Distort(DistortMethod.Barrel, new[] { -0.92578, 1.3845...