Hello,

I have an image and want to apply a set of rules to every pixels. My first
approach was to generate a text file that could be used in Jess:
(assert (image_0_0 red))
(assert (image_0_1 red))
(assert (image_0_2 yellow))
(assert (image_1_0 white))
(assert (image_1_1 red))
(assert (image_1_2 red)), etc etc etc

Unfortunatly, loading this file into Jess takes ~1 hour. What are the other
ways of using an image as "facts"?

TIA,
-Kami

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to