Generating a random matrix through a natural image
- From: Dev <gunadp@xxxxxxxxx>
- Date: Tue, 19 Aug 2008 02:05:37 -0700 (PDT)
Hi All,
I want to create a random valued matrix from a natural image matrix.
For example, if we take the lena image 256x256, the pixel values in
the matrix 256x256 should be arranged in such a way that the values
are not related to each other. Basically, I should have the same
histogram from the two matrices, but I want to remove dependencies
between pixels in a natural image. I used the algintrlv method in
matlab,
image_file = imread('E:\TestData\lena.jpg');
im1 = algintrlv(image_file,128,'takeshita-costello',125,126);
but this doesn't take away all the correlations. Any help is greatly
appreciated.
Thanks,
Dev
.
- Follow-Ups:
- Re: Generating a random matrix through a natural image
- From: Edward Rosten
- Re: Generating a random matrix through a natural image
- From: aruzinsky
- Re: Generating a random matrix through a natural image
- From: illywhacker
- Re: Generating a random matrix through a natural image
- From: Thomas Richter
- Re: Generating a random matrix through a natural image
- Prev by Date: Job: Software Engineer (3D Image Acquisition and Processing, OCR, OMR)
- Next by Date: Re: Generating a random matrix through a natural image
- Previous by thread: Job: Software Engineer (3D Image Acquisition and Processing, OCR, OMR)
- Next by thread: Re: Generating a random matrix through a natural image
- Index(es):
Loading