Hello,

I am writing a (crude) image classification which basically counts
pixels within a specific RGB interval and if the count is over certain
number, the image is considered
"interesting". (the app runs on a grid BTW)

The point is that once the count is reached, there is no point
processing the rest of the pixels (which saves time).

So the question is, how do I "break early" from sequence (or loop)
processing?

Only option I found so far, would be using the "while" macro - any
other (clojure) options?

Kind regards,

Vlad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to