View Single Post
  #1 (permalink)  
Old 01-22-2008, 08:45 PM
shaungoater shaungoater is offline
Member
 
Join Date: Nov 2007
Posts: 13
shaungoater is on a distinguished road
Advice on best method for....
i am working on a program to analyze images and then use this to find similar images etc. I want to break the image down into a 3*3 grid then within each section 3*3 again. Would it be best to have a method to break the image down to the first 9 parts and then use recursion to call the method again for each of the 9 parts (would this cause difficulty's in storing the data?). Or would it be better to write methods to retrieve data for all 81 parts at the lowest level then combine the low level data to get data on the larger sections. nb i want to store rgb info for the 9 parts and the 9 parts within each of the original parts of the 3*3 grid. Any help is much appreciated.
Reply With Quote
Sponsored Links