How Do You Remove Noise In A Jpeg Picture In Php?
I need to extract an object from a jpeg using php, and I think the only way to do it is to group all pixel with the same colors. But those extra pixels (which I think are noise), I can’t extract the picture correctly. I’m not sure of what function to use.. Please help! Thanks in advance.
Related posts:
- insert a picture into an image control Learn more about insert a picture into an image control...
- What Javascript Code Do I Use With Php To Show A File That Was Just Uploaded Onto The Page? I made a pretty basic PHP code to upload an...
- extract a zip file to a folder Learn more about extract a zip file to a folder...
- How Do I Remove All Line Breaks In A String In Php? And How Do I Add One? I want to remove all line breaks in a string...
- total no of colors Learn more about total no of colors by visiting our...
Related posts brought to you by Yet Another Related Posts Plugin.


June 30th, 2009 at 11:28 pm
It sounds like what you are trying to do is too complicated with php (and gd). I think you need to use a separate photo editing program like photoshop and work with it there. Also the ‘noise’ you are talking about sounds like anti-aliasing around the object.