Image Processing
What is Image Processing?
"Image Processing involves changing the nature of an image for interprets image data to human understanding”
I make a source code as I wish. I am a physicist who want a special program for my works. Therefore, the program may not be optimized but it is still working.
What is Image Processing?
"Image Processing involves changing the nature of an image for interprets image data to human understanding”
In this section: We processing the image with MATLAB code.
We will start with the basic and to make progress to advance level together.
MATLAB: lesson1 "load image to MATLAB"
Biophysics Application Approach
One of important applications of image processing are in the areas of biophysical image processing. For example; study a trajectory path of drug delivery in living cell; study dynamics of nuclear in living cell; measure transport properties of bead in cytoskeletons network etc.
Particle Tracking: Image processing technique used to follow the spot-like particle. The result from this technique is a positions of spot-like particle (or trajectory of spot-like particle). Most of this technique used to classification of motion and calculate transport properties.
=====================================================
Single Particle Tracking
Technique is used to adjacent to single particle or small cluster molecule, as a result positions of particle which is reveal the behavior of the particle.
Dynamics Theory : Diffusion through Mean Square Displacement (MSD)
Neville E. Sanjana lecture "Brownian motion is named for Robert Brownian, who published a paper on his observations of pollen particles. "
For more detail(MSD)...>>>
at
2:53 AM
Fourier Transforms of Image
1D Discrete Fourier Transform
MATLAB function for Fourier Transform
- fft : take Discrete Fourier Transform of a vector
- ifft : take the inverse Discrete Fourier Transform of a vector
-fft2 : take Discrete Fourier Transform of a matrix
-ifft2 : take the inverse Discrete Fourier Transform of a matrix
To study, How the Fourier Transform work? Should be down load This file to your computer.
the product of this function show below
...............................................................................................
We thanks
Prof. A. McANDRAW for image processing book
McANDRAW,A.,2004 Introduction to Digital Image Processing with MATLAB
(Thomson course technology)