Software Listing of Author : "Anthony Gabrielson"
- Canny Edge Detection
- License: Shareware
- Price:


I built this under Windows with VC 2005 & R2007A, but there is nothing platform or compiler specific about it.
- Publisher: Anthony Gabrielson
- Date Released: 04-03-2013
- Download Size: 61 KB
- Download
- Platform: Matlab, Scripts
- Image Processing Subset
- License: Freeware
- Price: 0.00


The Image Processing toolbox toolbox is lacking a key feature I need, namely the support of all data types. Quick list of the source included: imhist_thresh.cpp: Generate histogram from data, # of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram imsmartstd_thresh.cpp: equalize data based on standard deviation im_absdiff.cpp: Absolute difference of two images im_add.cpp: Add two images im_addelem.cpp: Add a variable to an image im_complement.cpp: Inverse of an image im_div.cpp: Divide one image by another (pixel wise, not linear algebra) im_divelem.cpp: divide an image by an element im_find.cpp: generate a new image based on conditions, will be booleanish im_fliplr.cpp: Flip image left right im_flipud.cpp: Flip image up down im_hist.cpp: Histogram of image, notes will explain how to display results...
- Publisher: Anthony Gabrielson
- Date Released: 12-04-2013
- Download Size: 502 KB
- Download
- Platform: Matlab, Scripts
- RGB to Black and White
- License: Shareware
- Price:


This code converts an RGB image to a black and white image in C with MEX. I this together for a school project and I couldn't find any good examples of MEX with image processing. One note the code is currently hard coded to handle only UINT8, however it should be trivial to convert that data type. Enjoy.
- Publisher: Anthony Gabrielson
- Date Released: 06-02-2013
- Download Size: 82 KB
- Download
- Platform: Matlab, Scripts
