POV-Ray : Newsgroups : povray.binaries.images : Another post_process: find_edges - find_edges.jpg (1/1) Server Time
2 Oct 2024 18:18:54 EDT (-0400)
  Another post_process: find_edges - find_edges.jpg (1/1) (Message 1 to 10 of 44)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Chris Huff
Subject: Another post_process: find_edges - find_edges.jpg (1/1)
Date: 25 Apr 2000 21:38:59
Message: <chrishuff_99-26AA29.20413825042000@news.povray.org>
This one was inspired by the "cartoon" post process, although it doesn't 
share any of that code.(Thanks to TonyB for getting me started on this!) 
It finds the edges using two methods: finding sharp differences in 
surface normal, and finding sharp differences in depth. It takes 3 
parameters: a threshold for each of the edge finding algorithms, and a 
line color. This is an example of the output of the filter:

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://chrishuff.dhs.org/
TAG Web page: http://tag.povray.org/


Post a reply to this message


Attachments:
Download 'find_edges.jpg' (27 KB)

Preview of image 'find_edges.jpg'
find_edges.jpg


 

From: Peter Popov
Subject: Re: Another post_process: find_edges - find_edges.jpg (1/1)
Date: 25 Apr 2000 21:46:03
Message: <g7icgsot9he81dp9vd6aej4kacslm8olgf@4ax.com>
On Tue, 25 Apr 2000 20:41:38 -0500, Chris Huff
<chr### [at] yahoocom> wrote:

>This one was inspired by the "cartoon" post process, although it doesn't 
>share any of that code.(Thanks to TonyB for getting me started on this!) 
>It finds the edges using two methods: finding sharp differences in 
>surface normal, and finding sharp differences in depth. It takes 3 
>parameters: a threshold for each of the edge finding algorithms, and a 
>line color. This is an example of the output of the filter:

This one is dang *useful*!!! Thanks Chris!


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] usanet
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: TonyB
Subject: Re: Another post_process: find_edges - find_edges.jpg (1/1)
Date: 25 Apr 2000 22:01:31
Message: <39064dfb@news.povray.org>
>This one was inspired by the "cartoon" post process, although it doesn't
>share any of that code.(Thanks to TonyB for getting me started on this!)

My pleasure. I am so happy... 'toons are here at last!   :_)

>This is an example of the output of the filter:

I think it needs just a little bit more work, but it looks great so far.
Keep it up, Chris! :)


Post a reply to this message

From: Chris Huff
Subject: Re: Another post_process: find_edges - find_edges.jpg (1/1)
Date: 25 Apr 2000 22:08:11
Message: <chrishuff_99-3216BC.21111025042000@news.povray.org>
In article <39064dfb@news.povray.org>, "TonyB" 
<ben### [at] panamac-comnet> wrote:

> My pleasure. I am so happy... 'toons are here at last!   :_)

:-)


> I think it needs just a little bit more work, but it looks great so far.

Could you be more specific about the parts that need work?
The one thing I see is the poor control of line thickness, I have a 
couple ideas for counteracting that, but I haven't tried any of them yet.

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://chrishuff.dhs.org/
TAG Web page: http://tag.povray.org/


Post a reply to this message

From: Bob Hughes
Subject: Re: Another post_process: find_edges - find_edges.jpg (1/1)
Date: 25 Apr 2000 22:18:16
Message: <390651e8@news.povray.org>
There's something so perverse about such a thing as this,
none the less I suppose you're going to intrigue many people who've
been looking to ray trace cartoons.  sigh

Bob


Post a reply to this message

From: Ken
Subject: Re: Another post_process: find_edges - find_edges.jpg (1/1)
Date: 25 Apr 2000 22:32:22
Message: <390654C6.A47803B6@pacbell.net>
Bob Hughes wrote:
> 
> There's something so perverse about such a thing as this,
> none the less I suppose you're going to intrigue many people who've
> been looking to ray trace cartoons.  sigh
> 
> Bob

My sentiments exactly.

-- 
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Chris Huff
Subject: find_edges take two - find_edges2.jpg (1/1)
Date: 25 Apr 2000 22:40:25
Message: <chrishuff_99-9E3127.21430225042000@news.povray.org>
Here is another demo image of this filter, a bunch of randomly placed 
cones, spheres, and boxes. Next, I am going to work on finding the edges 
between colors.

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://chrishuff.dhs.org/
TAG Web page: http://tag.povray.org/


Post a reply to this message


Attachments:
Download 'find_edges2.jpg' (28 KB)

Preview of image 'find_edges2.jpg'
find_edges2.jpg


 

From: Bob Hughes
Subject: Re: find_edges take two - find_edges2.jpg (1/1)
Date: 25 Apr 2000 22:56:48
Message: <39065af0@news.povray.org>
I'm beginning to feel compelled to draw a cartoon picture.
But seriously, this is fascinating stuff.

Bob


Post a reply to this message

From: Chris Huff
Subject: Re: find_edges take two - find_edges2.jpg (1/1) - find_edges2b.jpg (1/1)
Date: 25 Apr 2000 23:28:25
Message: <chrishuff_99-21B598.22310525042000@news.povray.org>
In article <chrishuff_99-9E3127.21430225042000@news.povray.org>, Chris 
Huff <chr### [at] yahoocom> wrote:

> Here is another demo image of this filter, a bunch of randomly placed 
> cones, spheres, and boxes. Next, I am going to work on finding the edges 
> between colors.

And here is the version including color edge detection:

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://chrishuff.dhs.org/
TAG Web page: http://tag.povray.org/


Post a reply to this message


Attachments:
Download 'find_edges2b.jpg' (31 KB)

Preview of image 'find_edges2b.jpg'
find_edges2b.jpg


 

From: Mr  Art
Subject: Re: find_edges take two - find_edges2.jpg (1/1) - find_edges2b.jpg (1/1)
Date: 26 Apr 2000 00:09:36
Message: <39066C1E.84AE671B@gci.net>
This is just too cool. Press on with the work.
I would love to see a tree rendered this way.

Chris Huff wrote:

> In article <chrishuff_99-9E3127.21430225042000@news.povray.org>, Chris
> Huff <chr### [at] yahoocom> wrote:
>
> > Here is another demo image of this filter, a bunch of randomly placed
> > cones, spheres, and boxes. Next, I am going to work on finding the edges
> > between colors.
>
> And here is the version including color edge detection:
>
> --
> Christopher James Huff - Personal e-mail: chr### [at] yahoocom
> TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
> Personal Web page: http://chrishuff.dhs.org/
> TAG Web page: http://tag.povray.org/
>
>  [Image]


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.