imageprocessing MATLAB 'bit plane" and free error? Programming Computer Science by it-lady I am trying to solve bit plane free error >.> What is wronge here ? img = imread('rose.tif'); img7 = double(bitand(img,128)); img6 = double(bitand(img,64)); img5 = double(bitand(img,32)); img4 = double(bitand(img,16)); img3 = double(bitand(img,8)); img2 = double(bitand(img,4)); img1 = double(bitand(img,2)); img0 = … Leave sidebar and title bar but change main content Digital Media UI / UX Design by daviddoria …> <li><a href="Notes/EE/ImageProcessing.pdf">Image Processing</a> </li… Re: Leave sidebar and title bar but change main content Digital Media UI / UX Design by FC Jamison …> <li><a href="Notes/EE/ImageProcessing.pdf">Image Processing</a> </li… Re: Image Processing Programming Software Development by Unhnd_Exception …and keep the same aspect ratio of the image. ImageProcessing = ResizeBitmap(My.Resources.Brad, PictureBox1.ClientSize) 'I…Bitmap) e.Graphics.DrawImage(ImageProcessing, New Rectangle(0, 0, ImageProcessing.Width, ImageProcessing.Height), 0, 0, ImageProcessing.Width, ImageProcessing.Height, GraphicsUnit.Pixel, … Re: image processing Programming Software Development by AndreRet Try [this](http://www.leadtools.com/help/leadtools/v18/dh/pe/leadtools.imageprocessing.effects~leadtools.imageprocessing.effects.gaussiancommand.html) link. We are STILL not sure what you need. What do you want to do. Do you have current VB6... code? The code above looks like C code, if you are trying to use that in vb it will not work. Re: convert tiff image compression lzw to ccitt t.6 Programming Software Development by deceptikon … this so easy as to be trivial: public static class ImageProcessing { /// <summary> /// Encodes the provided TIFF …(); return formatted; } } Just call that function like this: ImageProcessing.Encode("myfile.tif", TiffCompressOption.Ccitt4, PixelFormats.BlackWhite); Easy… Re: Changing a pixel color that is "close" to another color Programming Software Development by Duoas … formats then see [URL="http://www.efg2.com/Lab/ImageProcessing/Scanline.htm"]efg's technical notes on manipulating scanline… Re: image deblur without original image Programming Software Development by CrazyDieter I suggest you have a look at [URL="http://www.efg2.com/Lab/Library/ImageProcessing/Algorithms.htm"]this page[/URL] Re: Gabor Filter Programming Software Development by quuba … BufferedImage(sourceImage.getWidth(),sourceImage.getHeight(),BufferedImage.TYPE_3BYTE_BGR);[/B] more info ImageProcessing\ImageOps example [URL="http://filthyrichclients.org/"]http://filthyrichclients… Re: Leave sidebar and title bar but change main content Digital Media UI / UX Design by cfajohnson [indent] Use Server-Side Includes, e.g.: [code] <!--#include file="page.html" --> [/code] Or: [code] <!--#include file="header.html" --> <body> <h1>Title</h1> <p>...</p> </body> <!--#include file="footer.html" --> [/code] [/indent] Re: Leave sidebar and title bar but change main content Digital Media UI / UX Design by MJ Pieterse i would suggest to iFrames Re: Leave sidebar and title bar but change main content Digital Media UI / UX Design by FC Jamison OK...that worked on my server when I named the original document index.shtml. The shtml extention was required so that I could add the SSI (server side include) directives to the existing page. Re: Leave sidebar and title bar but change main content Digital Media UI / UX Design by daviddoria Interesting, cool though - thanks all!