Lost your password?

Blogs about: Matlab Code

Featured Blog

Working with 3D matrix in Matlab

mohsenam wrote 1 week ago: To visualize the 3D matrix just consider that them as stack of images or layers. {There is one more … more →

Tags: Matlab_Tips, Basic, matlab Code, Matlab, 3D matrix, multi-dimentional matrix, single dimention to multidimentional array

MatLab RSI Code

largecaptrader wrote 4 months ago: The mathworks website has an excellent repository for user generated m files. I downloaded an RSI ca … more →

Tags: Strategy, Matlab, Matlab Trading Strategy, Trading Strategy

Volatility Cones

largecaptrader wrote 5 months ago: Along the lines of my research with forecasting volatility, vol cones are often used as a forecastin … more →

Tags: Research, Matlab, Volatility Cones, Matlab Volatility Cones

Compute Variance Map of an Image2 comments

siddahuja wrote 5 months ago: Variance map of an image is calculated by taking a square window of a set size around a center pixel … more →

Tags: computer vision, Matlab, Random Code, STEREO VISION, Low-texture, Variance Map

Correlation based similarity measure-Sum of Hamming Distances (SHD)1 comment

siddahuja wrote 6 months ago: Example 1: Tsukuba Left Image Right Image SHD Disparity Map Disparity Range: 0-16 Window Size: 9 … more →

Tags: Random Code, STEREO VISION, computer vision, Matlab, Area based, correlation, Stereo-matching, similarity measures, Cost Functions

Correlation based similarity measure-Normalized Cross Correlation (NCC)3 comments

siddahuja wrote 6 months ago: Example 1: Tsukuba Left Image Right Image NCC Disparity Map Disparity Range: 0-16 Window Size: 9 … more →

Tags: Random Code, STEREO VISION, computer vision, Matlab, Area based, correlation, Stereo-matching, similarity measures, Cost Functions

Correlation based similarity measure-Sum of Squared Differences (SSD)3 comments

siddahuja wrote 6 months ago: Example 1: Tsukuba Left Image Right Image SSD Disparity Map Disparity Range: 0-16 Window Size: 9 … more →

Tags: computer vision, Matlab, Random Code, STEREO VISION, Area based, correlation, Cost Functions, similarity measures, SSD

Quality metrics in Stereo-Vision

siddahuja wrote 6 months ago: Root-Mean-Squared (RMS) Error This measure is computed by the following formula: where, N is the tot … more →

Tags: Random Code, STEREO VISION, computer vision, Matlab, RMS, Quality metric, Root mean squared error, Percentage of bad matching pixels

Correlation based similarity measures-Sum of Absolute Differences (SAD)4 comments

siddahuja wrote 6 months ago: Example 1: Tsukuba Left Image Right Image SAD Disparity Map Disparity Range: 0-16 Window Size: 9 … more →

Tags: Random Code, STEREO VISION, computer vision, Matlab, Area based, correlation, Stereo-matching, similarity measures, Cost Functions

Rank Transform in Image Processing

siddahuja wrote 6 months ago: Rank Transform is a form of non-parametric local transform (i.e. relies on the relative ordering of … more →

Tags: Random Code, computer vision, Matlab, Rank Transform, Rank Filter, non-parametric local transform, Image processing

2D Linear Box Spline; Matlab Code

mohsenam wrote 1 year ago: %matlab code for the 2D box Spline function val = boxSplineLinear(X,Y) val = max(0, 1- max(abs(X)+1/ … more →

Tags: Box-Spline, Formula, mathematics, Matlab, Spline, Box Spline

Design Examples For Xilinx University Program XUP Virtex-II Pro Development System6 comments

mulyanto wrote 2 years ago: 1. Simple VGA Colour Driver Dowload here. 2. Simple QCIF Viewer Dowload here. QCIF Viewer is using R … more →

Tags: VERILOG Collection, Xilinx

Image converter to text file

mulyanto wrote 2 years ago: filename = ‘image0.jpg’; gbr = (imread(filename)); R1 = gbr(:,:,1); G1 = gbr(:,:,2); B1 … more →

Census Transform in Image Processing

siddahuja wrote 6 months ago: Census Transform is a form of non-parametric local transform (i.e. relies on the relative ordering o … more →

Tags: Random Code, computer vision, Matlab, non-parametric local transform, Image processing, Census Filter, Census Transform


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS