English  

كتب application of digital image processing techniques with matlab

اذا لم تجد ما تبحث عنه يمكنك استخدام كلمات أكثر دقة.

عرض المزيد

Application of Digital Image Processing Techniques with MATLAB (كتاب)


MATLAB is an ambitious program. It contains hundreds of commands to do
mathematics. We can use it to graph functions, solve equations, perform statistical
tests, and do much more. It is a high-level programming language that can
communicate with its cousins, e.g., FORTRAN and C. We can produce sound and
animate graphics. We can do simulations and modeling (especially if we have access
not just to basic MATLAB but also to its accessory SIMULINK). We can prepare
materials for export to the World Wide Web. In addition, we can use MATLAB, in
conjunction with the word processing and desktop publishing features of Microsoft
Word, to combine mathematical computations with text and graphics to produce a
polished, integrated, and interactive document.
Signal processing, digital images, and remote sensing are among the most
important applications that we can trade and develop appropriate solutions for.
Signal processing methods, including Fourier transformation, convolution, and digital
filtering, can be applied to images using two-dimensional extensions. Two-dimensional
images are usually represented by two-dimensional data arrays, and
MATLAB follows this tradition; however, MATLAB offers a variety of data formats
in addition to the standard format used by most MATLAB operations. Three-dimensional
images can be constructed using multiple two-dimensional
representations, but these multiple arrays are sometimes treated as a single volume
image.