Studying ‘Image Processing’

References Gonzalez, R. C. and Woods R. E. (2002)?Digital Image Processing. 2nd Ed. Prentice Hall Gonzalez, R. C., Woods R. E. and Eddins, S. L. (2009) Digital Image Processing using MATLAB. 2nd Ed. Gatesmark Publishing Lecture 2014 Fall Glossary Intensity transformation Spatial filtering Input image, Output image, Transformation filter. (Transformation) (Spatial) Filter Contrast-stretching (function) Thresholding […]

Studying ‘Data Structure’

Definitions of Data Structures In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Types of data structures Abstract data structures associative array, map, symbol table, or dictionary list stack queue deque(doubly ended queue) priority queue set arrays linked lists one-way linked […]

Studying ‘Algorithm’

Algorithms Dijkstra’s algorithm Huffman coding Best-first search algorithms Prim’s algorithm for minimum spanning tree Quicksort Mergesort ?References Algorithm – Wikipedia Best Sellers in Programming Algorithms – Amazon.com Neapolitan, R. (2004)?Foundation of Algorithms using Java Pseudocode. 1st Ed. Jones & Bartlett Learning Cormen, T. H., Leiserson, C. E., Rivest, R. L. and Stein, C. (2009)?Introduction to […]

Studying ‘Computer Architecture’

Reference Book: Computer Organization and Design, Fourth Edition by Patterson and Hennessy Lecture: ‘Computer architecture’ in Spring semester 2014 Web: Computer architecture – From Wikipedia, the free encyclopedia Web: Computer Architecture Tutorial by Gurpur M. Prabhu Web: What is Computer Architecture? – Definition from Techopedia External Links Free ebook Computer Organization and Design, Fourth edition […]

Studying ‘Python’

References Lee, J. W. (2014)?Computational Mathematics. Mathematics, Kwangwoon University, spring semester 2014 Miller, B. N. and Ranum, D. L. (2013) Python Programming In Context. 2nd Ed. Jones & Bartlett Learning Klein, P. N. (2013) Coding the Matrix: Linear Algebra through Applications to Computer Science. Newtonian Press.?978-0615880990 This book is used for application of Python in […]

Studying ‘Engineering Mathematics’

Definitions of ‘Engineering Mathematics’ “A branch of applied mathematics that concerns itself with mathematical methods and techniques that are typically used in engineering and industry.” -?from Wikipedia(en) “An interdisciplinary subject motivated by engineers needs both for practical, theoretical and other considerations outwith their specialization, and to deal with constraints to be effective in their work.”?-?from […]