I found a nice paper explaining some methods using imageJ:
http://www.corp.at/archive/CORP2005_SOBREIRA_FILHO.pdfThey used a plugin for imageJ called FracLac:
http://rsbweb.nih.gov/ij/plugins/frac-lac.htmlHere's the Google search I did to find the information. There seems to be other promising links that you can investigate:
http://www.google.com/search?hl=en&safe=off&q=imagej+urban+fractal+analysis&aq=f&aqi=&aql=&oq=If you are not a programmer and do not find a plugin that will help you perform your image analysis (
http://rsbweb.nih.gov/ij/plugins/index.html), I recommend that you either hire a programmer, buy software specifically made for analyzing satellite images, or really delve into these tutorials:
MACROS (simple programs that are useful when you want to repetitively/sequentially use menu commands)
http://rsb.info.nih.gov/ij/developer/macro/macros.htmlhttp://rsb.info.nih.gov/ij/developer/macro/functions.htmlPLUGINS (complicated programs that are useful for complex programs)
http://www.imagingbook.com/index.php?id=102http://rsbweb.nih.gov/ij/developer/api/Learning the Macro language would be a good start for someone who doesn't have a programming background, but you will probably need to make a Plugin for the work that you are describing.