image « Dimensional Array « C Array Q&A

Home
C Array Q&A
1.bit
2.Byte
3.char
4.class
5.Development
6.Dimensional Array
7.dynamic
8.element
9.find
10.index
11.initialization
12.Integer
13.length
14.loop
15.memory
16.Operation
17.pointer
18.Print
19.size
20.Sort Search
21.string
22.struct
23.variable
C Array Q&A » Dimensional Array » image 

1. multi-dimension array to image    stackoverflow.com

if i had a 5 X 5 multidimensional-array, where all values would be ether 0 or 1, would there be a way to generate a 5 X 5 pixel image where ...

2. Image/2D array resampling in C    stackoverflow.com

I am looking to implement a resampling algorithm for a 2D array(it could be grayscale image or some 2D array of floating point values). The steps involved in this particular operation are: ...

3. image in 2d char array    forums.devshed.com

i have an 256x256 grayscale image in .dat format. i am reading the file in turbo C in an 2d char array and comparing with another similar picture to check if they are the same.. and i am doing some enhancement of the original image, and to view the enhanced image, am changing .dat to .raw format and viewing in adobe ...

4. 2D array - .pgm image    forums.devshed.com

hi ppl..this is my first post here...i am working on a school assignment and am stuck on one part...i am suppose to read in the header and data of a pgm file using the most basic C commands and arrays (possibly pointers)...i have attached a sample pgm file (open it in wordpad to look at the format). i am successfully able ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.