On Sun, Dec 14, 2008 at 6:41 PM, David Vincent-Jones <[email protected]> wrote: > The verb runs very fast on a small core/frame but progressively (of > course) slows down as the frame expands and I read and write to a > larger area. What I am looking for is a core that is approximately 25% > of the image size (let's say roughly 800 x 800). This size is the crux > of my problem.
If I understand properly, equalization involves tallying the counts of how many instances you have for each color and then coming up with a new color map that is somehow based on their frequencies? And it sounds as if you are working on image blocks of 800x800 but then repeating these blocks at one pixel increments? If this is the case, can you describe why you want to do things this way? Maybe if I understood your problem I could see an efficient way to approach it. Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
