POV-Ray : Newsgroups : povray.unofficial.patches : Q: color_matrix & find_edges Server Time
2 Sep 2024 06:19:33 EDT (-0400)
  Q: color_matrix & find_edges (Message 1 to 4 of 4)  
From: DEPerere
Subject: Q: color_matrix & find_edges
Date: 20 May 2000 20:18:28
Message: <39272C35.EA813F70@infomaniak.ch>
I'm trying to get an image that lets appear only the edges of my
objects.

But when I'm doing this:

global_settings { assumed_gamma 1 
                post_process { overwrite_file
                        color_matrix {< 0, 0, 0, 0, 0, 0, 0, 0, 0 >}
                        find_edges { 1, .5, 0, 1.5, 1.0, rgb 1 }
                }
}

the result is the edges, but all the black is appearing too in white and
the shadowed surfaces are becoming clear.

What am I doing wrong?

Thanx
DEPerere


Post a reply to this message

From: DEPerere
Subject: Re: Q: color_matrix & find_edges
Date: 23 May 2000 17:33:40
Message: <392AEE07.2AB5F6FF@infomaniak.ch>
OK, I finally found my error: DEPTH_THRESH in find-edges has to be set
much higher for my image.

Find-Edges & the matrix are very interesting PP, very complete. A lot to
play before understanding.

Thank for Megapov0.5
DEPerere


> 
> I'm trying to get an image that lets appear only the edges of my
> objects.
> 
> But when I'm doing this:
> 
> global_settings { assumed_gamma 1
>                 post_process { overwrite_file
>                         color_matrix {< 0, 0, 0, 0, 0, 0, 0, 0, 0 >}
>                         find_edges { 1, .5, 0, 1.5, 1.0, rgb 1 }
>                 }
> }
> 
> the result is the edges, but all the black is appearing too in white and
> the shadowed surfaces are becoming clear.
> 
> What am I doing wrong?
> 
> Thanx
> DEPerere


Post a reply to this message

From: Nathan Kopp
Subject: Re: Q: color_matrix & find_edges
Date: 23 May 2000 23:20:31
Message: <392b4a7f@news.povray.org>
DEPerere <per### [at] infomaniakch> wrote...
> OK, I finally found my error: DEPTH_THRESH in find-edges has to be set
> much higher for my image.
>
> Find-Edges & the matrix are very interesting PP, very complete. A lot to
> play before understanding.
>

Glad to hear things are working!  I didn't fully understand your original
problem, but now it makes sense.

-Nathan


Post a reply to this message

From: DEPerere
Subject: Re: Q: color_matrix & find_edges
Date: 24 May 2000 18:12:12
Message: <392C54D8.10613356@infomaniak.ch>

> 
> Glad to hear things are working!  I didn't fully understand your original
> problem, but now it makes sense.
> 
> -Nathan

I did encounter the problem with DEPTH_THRESH and the curved surfaces
that HEDay is discribing in "Cartoon Tut" (p.t.tutorials).

About the sense of my original problem that you didn't understood, I've
too spend more time to write a message (a dictionary in hand) in
understandable english. So I'll avoid to write english like a spanish
cow is speaking french (=incomprehensible <8-#

DEPerere


Post a reply to this message

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