Carl NacesDec 16, 20182 min readMusic Through Image Processing· Create a 128x128 binary synthetic image with the following text: “THE RAIN IN SPAIN STAYS MAINLY IN THE PLAIN.” · Create a 128x128...
Carl NacesDec 16, 20182 min readEdge Detection and Color Segmentation Below are the results for the edge detection using the Sobel and Prewit method a star image. Sobel Method Prewitt Method Next are the...
Carl NacesDec 16, 20182 min readRestoration of Old Color Photographs AUTOMATIC WHITE BALANCING (GRAY WORLD ALGORITHM) i. Get the average value of each color channel and save them in a variable, e.g. Rave,...
Carl NacesDec 16, 20182 min readProperties and Applications of the 2DFourier Transform Created patterns for rectangle aperture, wide aperture, two dots and two dots with different spacing and their corresponding FT. Created...
Carl NacesDec 16, 20182 min readThe Discrete Fourier TransformThe plots each function and their corresponding plots of the amplitudes of the functions after calculating their Fourier coefficients are...
Carl NacesDec 16, 20182 min readArea Estimation in Images Using Green’s TheoremCreation of a synthethic image of a geometric shape was done. The edges were detected using the known edge detection functions indicated...
Carl NacesDec 16, 20182 min readIntensity Transformations and Histogram Equalization The image used for the given intensity transformations is the image below. First it is converted into a grayscale image to apply the...
Carl NacesAug 29, 20182 min readAP 186 Basic Image OperationsA PGM or portable gray map is one of the simplest image formats that can be used to study basic image operations. It can be imagined as...