QuachFu: Difference between revisions
imported>Projects221 No edit summary |
imported>Projects221 No edit summary |
||
Line 20: | Line 20: | ||
To work around this limitation, image sensors typically employ a color filter array, which is a mosaic of tiny color filters placed on top of the image sensor, so that for each individual pixel, only one of red, blue, or green light will pass through it and be recorded onto the pixel. | To work around this limitation, image sensors typically employ a color filter array, which is a mosaic of tiny color filters placed on top of the image sensor, so that for each individual pixel, only one of red, blue, or green light will pass through it and be recorded onto the pixel. | ||
<br> | |||
[[File:BayerFilter.png |center|Figure 1: Bayer Array]] | [[File:BayerFilter.png |center|Figure 1: Bayer Array]] | ||
<br> | |||
Revision as of 23:35, 18 March 2013
Back to Psych 221 Projects 2013
Background
Digital Image Forgery
Digital cameras have long since replaced traditional cameras as the dominant form of photography. Their practicality coupled with the combination of low cost and high performance have made them extremely popular. Additionally, with the advent of the camera phone, nearly every person now has a camera on them at all times. This has led to an explosion of images of nearly anything that can be easily found on the internet. Combined with very power photo editing software such as Photoshop, the amount of forged images has also dramatically increased. Images of a subject or event can longer be blindly taken at face value since it has become so easy to forge them. Because of this, it has become increasingly important to be able to discern legitimate images from forged ones. It is possible to leverage how digital camera sensors record images to determine if they have been altered and post-processed.
Digital Camera Image Sensors
Each pixel in a color digital image consists of three different values: its red, green, and blue intensity. Therefore, the entire image can be thought to have three separate channels--one for each color. However, each of the CMOS imaging chip's photosensors, which will record the light in the scene for a single pixel, can only detect light intensity without wavelength information. Therefore, they are unable to separate color information and record a separate value for each channel.
To work around this limitation, image sensors typically employ a color filter array, which is a mosaic of tiny color filters placed on top of the image sensor, so that for each individual pixel, only one of red, blue, or green light will pass through it and be recorded onto the pixel.
CFA Interpolation
Bayer Array
Methods
Expectation Maximization
Probability Map
Subjects were 5 healthy volunteers.
2D FFT
Data were obtained on a GE scanner. Et cetera.
Similarity Measure
The MR data was analyzed using mrVista software tools.
Thresholding
All data were slice-time corrected, motion corrected, and repeated scans were averaged together to create a single average scan for each subject. Et cetera.
Results
Uncompressed Images
Some text. Some analysis. Some figures.
JPEG Images
Equations
If you want to use equations, you can use the same formats that are use on wikipedia.
See wikimedia help on formulas for help.
This example of equation use is copied and pasted from wikipedia's article on the DFT.
The sequence of N complex numbers x0, ..., xN−1 is transformed into the sequence of N complex numbers X0, ..., XN−1 by the DFT according to the formula:
where i is the imaginary unit and is a primitive N'th root of unity. (This expression can also be written in terms of a DFT matrix; when scaled appropriately it becomes a unitary matrix and the Xk can thus be viewed as coefficients of x in an orthonormal basis.)
The transform is sometimes denoted by the symbol , as in or or .
The inverse discrete Fourier transform (IDFT) is given by
Retinotopic models in group-averaged data projected back into native space
Some text. Some analysis. Some figures.
Conclusions
Here is where you say what your results mean.
References
Software
Appendix I - Code and Data
Code
Data
Appendix II - Work partition (if a group project)
Brian and Bob gave the lectures. Jon mucked around on the wiki.