Has anyone tried to build autotrace with pstoedit-3.32? (You might need the patch I sent here.) Of course, I've tried, and I found a bug. A command line $...
Masatake YAMATO
jet@...
Sep 2, 2002 12:47 pm
703
I've improved the autotrace side interface for pstoedit. Now you can get output in Mathematica format with following command lines: autotrace...
Masatake YAMATO
jet@...
Sep 5, 2002 1:41 pm
704
... What I'd like to do before 0.31.0 are done. gerhard, if you come back, let me know. I'll create 0.30.4 as a snapshot. I'd like you to test 0.30.4 before...
Masatake YAMATO
jet@...
Sep 5, 2002 6:36 pm
705
Hello Masatake Yamato, ... Unfortunately I run into softwareproblems since I wanted to upgrade to the newest autotrace with patched pstoedit support. This...
I've implemented two important functions to frontline: A. Added a GUI button that reloads the target gimp drawable to frontline. So you don't have to launch...
Masatake YAMATO
jet@...
Sep 7, 2002 7:25 am
707
I've created .tar.gz for autotrace and frontline. Please, test. New FrontLine might require AutoTrace 0.30.4. If you get something trouble about linking to...
Masatake YAMATO
jet@...
Sep 7, 2002 7:31 pm
708
The new version cannot be compiled because DriverDescription_S is used in several files but not declared. For example in output.c. I compiled it without using...
... I've just put #ifdef HAVE_LIBPSTOEDIT and #endif around a function in output.c that uses DriverDescription_S. I've commited the new code to the CVS...
Masatake YAMATO
jet@...
Sep 8, 2002 1:17 pm
710
All okay now. By the way we have a warning in input.c in line 89: return magick_load_image; because magick_load_image is a function with arguments and no...
... gcc doesn't say anything. I cannot find any seed of warning. Could you send me a patch? Sodipodi-0.25.0 will be released in soon. So I'm working hard on ...
... What could we use on the Suns and Windows? About Suns, configure could check whether mkstemp is exited or not....
Masatake YAMATO
jet@...
Sep 10, 2002 10:54 am
717
... Martin sent me codes. After modifying, I'll commit it to the repository....
Masatake YAMATO
jet@...
Sep 11, 2002 3:24 am
718
I've commited. Martin, please test....
Masatake YAMATO
jet@...
Sep 11, 2002 2:28 pm
719
FYI. Sodipodi 0.25 is out that will work well with frontline. I'd like to release frontline as soon as possible after releasing autotrace-0.31.0. Masatake Yes,...
Masatake YAMATO
jet@...
Sep 11, 2002 2:36 pm
720
Soon we will make a new release. It would be great if anyone could write an extended userguide....
List, after incorrectly posting the following question to the AutoTrace Forum on SourceForge, I was told I should try again here. So, here we go :-) Btw, I use...
Markus Meyer
meyer@...
Sep 11, 2002 10:25 pm
722
Three things: 1. A lot of noise can be removed by using the despeckle parameters. 2. I know that it would be usefull to add other noise filters for example ...
... Thanks, I'll give the CVS version a try. Which edge detection algorithm does AutoTrace currently use? Canny uses a Gaussian convolution mask for smoothing,...
Markus Meyer
meyer@...
Sep 12, 2002 7:56 am
724
Using the centerline option ignores the line thickness. I know this is very bad, but currently I don't know how to do this or which algorithm to use. Possible...
Currently I do not use any edge detection algorithm. It is an edge if two pixels are different in color so noise is really a problem. Please have a look at...
... Martin, I've modified AT v0.27 to preserve line widths while tracing centerlines. Unfortunately, I don't have time right now to merge my changes into the ...
Peter Cucka
pcucka@...
Sep 12, 2002 5:40 pm
727
We have to take care because the corner detection is patented but not the edge detection? I am not shure about it. So we can use the edge detection but not the...
... This differs from what the AutoTrace homepage states now: "The SUSAN denoise you could find here: http://www.fmrib.ox.ac.uk/~steve/susan/ edge and corner...
Markus Meyer
meyer@...
Sep 13, 2002 1:01 am
730
You are right it was a long ime ago I took a look at SUSAN. Corner and edge detection are patented. I forgot about. It would be great if you code your own...
Hello, I would like to say firstly that autotrace is a fine program, and I am very impressed by it! I have come across some strange behaviour, which I have...