![]() updated 1 month ago |
Fit 2D Gaussian with Optimization Toolbox Fit a 2D rotated gaussian. http://en.wikipedia.org/wiki/Gaussian_function |
1 Comment 42 Downloads (30 Days) |
![]() updated 1 month ago |
IMComp-Image Compression Software IMComp is an Image Compression tool useful for compressing digital JPG images. |
2 Comments 23 Downloads (30 Days) |
![]() updated 2 months ago |
K means clustering for Image Compression K-means clustering is a popular vector quantization method for data compression. |
7 Comments 44 Downloads (30 Days) |
![]() updated 5 months ago |
More intuitive than built in function for simple operations.Useful for repetitive code and plotiing. |
1 Comment 18 Downloads (30 Days) |
![]() updated 5 months ago |
Linear regression for multiple category data with different slopes for each The function does OLS and RMA regression on data that is categorized into two different categories |
0 Comments 14 Downloads (30 Days) |
![]() updated 8 months ago |
Image Noise Reduction by Local Statistics Reduce image noise by measuring local pixel statistics and remapping intensities. |
1 Comment 43 Downloads (30 Days) |
![]() updated 8 months ago |
Modified gradient for gpuArray's Slightly modified the gradient function of MATLAB that is usable for gpuArray. |
0 Comments 5 Downloads (30 Days) |
![]() updated 8 months ago |
Linear regression with statistics for multiple category data This function does linear regression with statistics for multiple category data (OLS and RMA) |
0 Comments 13 Downloads (30 Days) |
![]() updated 9 months ago |
Obtains unique row elements from MxN matrix A and counts the number of occurrences. |
1 Comment 2 Downloads (30 Days) |
![]() updated 9 months ago |
Draw lines with arrows. Multiple optional parameters are given for controlling the arrow and line |
0 Comments 34 Downloads (30 Days) |
![]() updated 9 months ago |
draw_line3 draw line with directional arrow/arrows for the given 3D vector coordinates. |
0 Comments 12 Downloads (30 Days) |
![]() updated 10 months ago |
Scalable Vector Graphics (SVG) Export of Figures Converts 3D and 2D MATLAB plots to the scalable vector format (SVG). |
110 Comments 464 Downloads (30 Days) |
![]() updated 12 months ago |
Generates a 2D spatial Gabor function. Useful for generating model simple cell receptive fields. |
0 Comments 25 Downloads (30 Days) |
![]() updated 1 year ago |
Simple Draw Helix Spring 3D Rotate Translate Transform Dilate Save JPG Simple Draw Helix Spring 3D Rotate Translate Transform Dilate Save JPG |
0 Comments 1 Download (30 Days) |
![]() updated 1 year ago |
Example using a MATLAB Class to control a GUI This example shows how to use a Matlab class to control a gui. |
8 Comments 44 Downloads (30 Days) |
![]() updated 1 year ago |
Encryption/Coding and Minimzing Data this program used in the Encryption/Coding and Minimize array size at the same. [EncryptedData,Table]=Encryption_Coding_Minimize_Array_Algo... [KEY]=Key_generater(StartValue,MAX_VALUE,Factor) [New_arr]=Decryption_Deoding_Minimized_Array_Algorithm(Key1... |
0 Comments 19 Downloads (30 Days) |
![]() updated 1 year ago |
Access a TIFF stack as a memory-mapped tensor. Handles a large range of internal TIFF formats. |
1 Comment 23 Downloads (30 Days) |
![]() updated 1 year ago |
C++.NET programs inside MATLAB language run C++/C++.NET programs inside MATLAB language |
0 Comments 3 Downloads (30 Days) |
![]() updated 1 year ago |
CTrecon-an improved parallel data image reconstruct function Fixes a bug in iradon that results in offsets from the true values. Uses mex func. for backproject |
0 Comments 6 Downloads (30 Days) |
![]() updated almost 2 years ago |
Same as imagesc but works when X and Y are not evenly spaced. |
2 Comments 4 Downloads (30 Days) |
![]() updated 2 years ago |
Hilbert16.m Hilbert.m Hilbertinv16.m Hilbertinv.m lena512.bmp |
0 Comments 4 Downloads (30 Days) |
![]() updated 2 years ago |
Replacement for mwArray using Matlab Engine mxWrapper emulates the functionality of mwArray, a C++ library used for Matlab computation |
2 Comments 2 Downloads (30 Days) |
![]() updated 2 years ago |
A little tiny program used to print out your nested loop counters |
3 Comments 1 Download (30 Days) |
![]() updated 2 years ago |
Brush Smaller Image Or Matrix Over A Larger Matrix, Select ROI with resizeable window Illustrates how a smaller matrix may be 'brushed' against a larger one without overflowing. brushSmallerImageOverAnother.m |
11 Comments 6 Downloads (30 Days) |
![]() updated 2 years ago |
Sampling Of 2D Geometrical Object via Line Beams Illustrates coordinated sampling of a geometrical shape such as an eclipse is used in this case. |
1 Comment 9 Downloads (30 Days) |
![]() updated 2 years ago |
Measures the differences between 2 images, and measurement of image quality. |
3 Comments 101 Downloads (30 Days) |
![]() updated 2 years ago |
Least Mean Square Error Image Difference Compute the image difference with the minimum mean square error. lmse (target_image, reference_image) |
0 Comments 5 Downloads (30 Days) |
![]() updated 2 years ago |
Mean of rectangular submatrices, fast C-Mex (no running mean) |
7 Comments 20 Downloads (30 Days) |
![]() updated almost 3 years ago |
image processing-zooming an image using Bilinear interpolation Bi linear interpolation method has been used here for zooming images by a positive integer factor. |
2 Comments 16 Downloads (30 Days) |
![]() updated almost 3 years ago |
Generalized Principal Component Pursuit min nuclear_norm(L) + beta*||W(S)||_1 subject to ||y-F(S+L)|_2 < err L1NN(y, F, W, sizeImage, beta, err, alpha, c) createSamplingScheme (sizeImage, patternName, patternParame... |
1 Comment 10 Downloads (30 Days) |
![]() updated almost 3 years ago |
This is a simple function that resamples the image at a different pixel size |
4 Comments 33 Downloads (30 Days) |
![]() updated almost 3 years ago |
Same functionality as the MATLAB rref function, but quicker. |
0 Comments 3 Downloads (30 Days) |
![]() updated 3 years ago |
Visually select a single image from an array of images in a directory. |
2 Comments 9 Downloads (30 Days) |
![]() updated 3 years ago |
Overlay 2 matrices in an imagesc-like plot This allows one to overlay 2 matrices in the same plot in an imagesc.m like manner. |
1 Comment 2 Downloads (30 Days) |
![]() updated 3 years ago |
This m-file determines the best X and Y offset values for mosaicing two picture pieces into one. |
2 Comments 7 Downloads (30 Days) |
![]() updated almost 4 years ago |
crop arrays with axis-aligned minimum bounding box |
0 Comments 7 Downloads (30 Days) |
![]() updated almost 4 years ago |
randomly relabel a label matrix |
0 Comments 1 Download (30 Days) |
![]() updated almost 4 years ago |
Generates a gaussian pyramid for the given input image |
0 Comments 23 Downloads (30 Days) |
![]() updated almost 4 years ago |
Same as IMAGESC but ignores NaNs. |
19 Comments 42 Downloads (30 Days) |
![]() updated almost 4 years ago |
The program will read the scanned image of the bank cheque and read the cheque number |
1 Comment 9 Downloads (30 Days) |
![]() updated almost 4 years ago |
Non Convex Algorithms for Group Sparse Optimization Reweighted Lm,p algorithm Smoothed L2,0 algorithm GenGroupSparseProblem(m, n, nGroups, activeGroups) GenerateProblem(channel_length, pilot_length, channel_spars... |
3 Comments 18 Downloads (30 Days) |
![]() updated 4 years ago |
PET reconstruction system matrix DLL to generate a PET system matrix for image reconstruction |
4 Comments 24 Downloads (30 Days) |
![]() updated 4 years ago |
Checks for gantry tilt in DICOM fileset and modifies the images |
1 Comment 6 Downloads (30 Days) |
![]() updated 4 years ago |
A GUI that will calculate the traffic in a given area and draw suggested locations for the cells. |
2 Comments 19 Downloads (30 Days) |
![]() updated 4 years ago |
contour following in binary images the function finds the contour pixels in a bw image.. the object is assumed to be white. |
1 Comment 7 Downloads (30 Days) |
![]() updated 4 years ago |
Orthogonal Least Squares Algorithms for Sparse Signal Reconstruction Greedy Algorithms for Underdetermined but Sparse Solutions |
2 Comments 18 Downloads (30 Days) |
![]() updated 4 years ago |
Produces a 2-D array by means of rec. tesselation. |
0 Comments 1 Download (30 Days) |
![]() updated 4 years ago |
This program creates random mosaic / tile image [NoorImage resized]=YDynamicTiling(URows,UCols,NImgRows,NIm... |
0 Comments 6 Downloads (30 Days) |
![]() updated 4 years ago |
I have started to write a subset of the Image Processing toolbox. |
4 Comments 4 Downloads (30 Days) |
![]() updated 5 years ago |
The file develops an "n by n" matrix containing a solid circle of ones of diameter "n" pixels. |
8 Comments 18 Downloads (30 Days) |