Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 1 month ago

James Stein Type Center Pixel Weights for Non-Local Means by Yue Wu

This code implements the James Stein type shrinkage estimation for non-local mean denoising. (image denoising, statistical shrinkage, adaptive algorithm)

NLM_JSCPW(NoisyImg,PatchSizeHalf,SearchSizeHalf,Sigma,Block...

image thumbnail

updated 1 month ago

ECC image alignment algorithm (image registration) by Georgios Evangelidis

This is a Matlab implementation of the ECC image alignment (image registration) algorithm. (enhanced correlation ..., image processing, subpixel accuracy)

ecc(image, template, levels, noi, transform, delta_p_init)

image_jacobian(gx, gy, jac, nop)

spatial_interp(in, warp, str, transform, nx, ny)

image thumbnail

updated 2 months ago

Optical Character Recognition 2.0 (OCR 2.0) by Martin PIEGAY

improvements of Optical Character Recognition (OCR)by Diego Orlando (image processing, system identification, communications)

[char, re, esp]=chars(ligne)

[fl, re]=lines(im_texto)

OCR_perso2.m

image thumbnail

updated 3 months ago

DirLOT Toolbox by Shogo Muramatsu

MATLAB class definitions for directional lapped orthogonal transforms (boundary operation, system object, genlot)

Quick Start of DirLOT Toolbox

...

...

image thumbnail

updated 5 months ago

Segmentation by Micael Couceiro

Multiple Image Segmentation using PSO, DPSO, FO-DPSO and exhaustive methods. (pso, segmentation, optimization)

segmentation.m

image thumbnail

updated 9 months ago

SCOPE: interactively tabulate SEER excel variables by Rex Cheung

This takes SEER excel column data interactively, tabulate them, write back in table format. (data import, data export, optimization)

output=xls2tabulate2xls(xlsfilename)

image thumbnail

updated 1 year ago

Active Shape Model (ASM) and Active Appearance Model (AAM) by Dirk-Jan Kroon

Cootes 2D/3D Active Shape & Appearance Model for automatic image object segmentation and recognition (2d, active appearance mod..., active shape model)

A=imresize3d(V,scale,tsize,ntype,npad)

AAM_2D_example.m

AAM_3D_train_example.m

image thumbnail

updated 2 years ago

A new method for generating pareto-optimal topologies by Krishnan Suresh

The attached matlab code is an implementation of a new topology optimization method. (optimization, mathematics, finite element)

ParetoOptimalTracing(nelx,nely,desVolFrac,problem,volDecrMa...

image thumbnail

updated 3 years ago

Gaussian Pyramid by Pranam Janney

Generates a gaussian pyramid for the given input image (image processing, medical, statistics)

Gscale(img,levels,gsize,sigma);

image thumbnail

updated 4 years ago

IMComp-Image Compression Software by Saurabh Aggarwal

IMComp is an Image Compression tool useful for compressing digital JPG images. (image processing, signal processing, optimization)

IMComp(varargin)

imagecompression.m

image thumbnail

updated 8 years ago

Image Registration (2D) using Mutual Information (Optimization toolbox needed) by Hosang Jin

This is an updated automatic image registration using mutual information for users of IP toolbox. (image registration, image registration mu..., geometric transformat...)

f=image_registr_MI(x)

opti_MI_scaling.m

Contact us