Software Listing of Author : "Davide Di Gloria"
- Alternate checkerboard visualization of 2 RGB images
- License: Shareware
- Price:


Alternate checkerboard visualization of 2 RGB images out=checkvis(im1, im2, sqsize) im1, im2 ... RGB source images, MUST have same size! sqsize ... square side size (optional agument, default is 32pixels)
- Publisher: Davide Di Gloria
- Date Released: 08-04-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Find Displacement between images by using cross-correlation
- License: Shareware
- Price:


Find Displacement between images by using cross-correlation. Easy: [dr,dc]=findoff(unreg,ref)
- Publisher: Davide Di Gloria
- Date Released: 17-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Phased Array demo, beam steering and focusing
- License: Freeware
- Price: 0.00


The user can generate as many beams he wants, by setting steering angle, focalization and intensity. Number of array elements can be set. Different weighting windows can be set to reduce sidelobes. Just run MAIN.m Diglo
- Publisher: Davide Di Gloria
- Date Released: 12-04-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Render RGB text over RGB or Grayscale Image
- License: Shareware
- Price:


by Davide Di Gloria with the great contribution of Franz-Gerold Url Render RGB text over RGB or grayscale images of ANY RESOLUTION! usage: out=rendertext(target, text, color, pos, mode1, mode2) target ... MxNx3 or MxN matrix text ... string (NO LINE FEED SUPPORT) color ... vector in the form [r g b] 0-255 pos ... position (r,c) optional arguments: (default is 'ovr','left') mode1 ... 'ovr' to overwrite, 'bnd' to blend text over image mode2 ... text aligment 'left', 'mid' or 'right'. out ... has same size of target example (generates the sceenshot above): in=imread('football.jpg'); out=rendertext(in,'OVERWRITE mode',[0 255 0], [1, 1]); out=rendertext(out,'BLEND mode',[255 0 255], [30, 1], 'bnd', 'left'); out=rendertext(out,'left',[0 0 255], [101, 150], 'ovr', 'left'); out=rendertext(out,'mid',[0 0 255], [130, 150], 'ovr', 'mid');...
- Publisher: Davide Di Gloria
- Date Released: 17-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
