source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/torr/torr_errf_sse.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 210 bytes
Line 
1%for nonlinear methods...
2
3
4function [sseC] = torr_errf_sse(f, nx1,ny1,nx2,ny2, m3)
5%disp('estimating error on f')
6
7e = torr_errf2(f, nx1,ny1,nx2,ny2, length(nx1), m3);
8sseC = norm(e,1); % sum of squares
Note: See TracBrowser for help on using the repository browser.