Code Comments
Programming Forum and web based access to our favorite programming groups.After computing the GLCM of an input image and establishing the code for the features (ex. Energy), how do I go about getting an output image for the feature?
Post Follow-up to this messageMarie wrote: > After computing the GLCM of an input image and establishing the code > for the features (ex. Energy), how do I go about getting an output > image for the feature? Well if you block processed the original image, say in 5x5 pixel blocks and then computed the Energy on each block, you must create a new image using the Energy value for each block to set the gray level of each pixel in the new image....if you then resize the new image it will have the same overall size as the original but downsampled by 5. ....dw....
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.