PixQL: SQL for image processing
github.com
PixQL: SQL for image processing
1–10 of 35 posts
Re: PixQL: SQL for image processing
#2Re: PixQL: SQL for image processing
#3Re: PixQL: SQL for image processing
#4Re: PixQL: SQL for image processing
#5It seems like the image equivalent of treating an HTML file as a huge string of characters -- instead of as the representation of a DOM tree. Which makes very little sense.
Plus, you seldom want to do trivial things like selecting red pixels and flipping their color to green. You want to select red eyes and flip those to their correct color.
Re: PixQL: SQL for image processing
#6Imagine breaking an image down into pixels, actually storing them into a database, performing some queries, and outputting the result. Something equivalent to that (sans database) sounds interesting to me.
Re: PixQL: SQL for image processing
#7Does this have any practical use? It seems like the image equivalent of treating an HTML file as a huge string of characters -- instead of as the representation of a DOM tree. Which makes very little sense. Plus, you seldom want to do trivial things like selecting red pixels and flipping their color to green. You want to select red eyes and flip those to their correct color.
Re: PixQL: SQL for image processing
#8Re: PixQL: SQL for image processing
#9"But in photoshop, I instead am relying on the problem being solved externally ("ok, how can I find the right menu that deals with this kind of operation? what's the word the designers of photoshop used to describe this... I hope if I google it in plain text it might link to a forum post or something of someone with the same problem?")."
This is valid for most cases when GUIs are harder to use than a CLI with syntax.
Re: PixQL: SQL for image processing
#10SQL is awesome, but it doesn't mean you have to keep the CAPITAL LETTERS.