~gerald-mwangi/+junk/ThesisMatlab

« back to all changes in this revision

Viewing changes to Matlab/StructureTensFeaturesAnal/GeneralNewtonAlgoTV.m

  • Committer: gerald.mwangi at gmx
  • Date: 2017-10-05 12:14:48 UTC
  • Revision ID: gerald.mwangi@gmx.de-20171005121448-wesl3srbemcec5eg
Added code for extension of chambolle pock

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    intrinscurv=[intrinscurv,sum(sum(curv))];
46
46
    imnew=imwarp-0.1*(lambda_data.*(im-im0)-lambda.*(cxx+cyy));
47
47
    im=imnew;
48
 
    %figure(1);
49
 
    %imshow([uint8(im),uint8(im0),uint8(im0-noise)]);
 
48
    figure(1);
 
49
    imshow([uint8(im),uint8(im0)]);
50
50
 
51
51
 
52
52
        dx=imfilter(imnew,xgradf,'conv','replicate');