Monday, 26 March 2012

http://vasc.ri.cmu.edu/idb/

One more Image Dataset!

3 comments:

  1. %%%%%%%%%%%% MATLAB %%%%%%%%%%%%%%%%%%




    import javax.swing.*;
    J = JFrame('Neeraj')
    L = JLabel('A Label has been created by neeraj kumar for laltu kumar jha');
    P = J.getContentPane
    P.add(L)
    J.setSize(500,500);
    J.setVisible(1)

    f = javax.swing.JFrame;
    set(f,'ComponentResizedCallback', @(handle,evt) disp(evt.getSource.getSize));
    f.setSize(200,200);
    f.show;



    %%%%%%%%%%%%%%%%%%%%%%%%%%%%
    n=100;
    x=linspace(-3,3,n);
    y=linspace(-3,3,n);
    z=linspace(-3,3,n);
    [X,Y,Z]=ndgrid(x,y,z);
    F=320 * ((-X.^2 .* Z.^3 -9.*Y.^2.*Z.^3/80) + (X.^2 + 9.* Y.^2/4 + Z.^2-1).^3);
    isosurface(F,0)
    view([-52 8]);
    grid on
    %%%%%%%%%%%%%%%%%%%

    ReplyDelete
  2. %%%%%%%%%%%% MATLAB %%%%%%%%%%%%%%%%%%




    import javax.swing.*;
    J = JFrame('Neeraj')
    L = JLabel('A Label has been created by neeraj kumar for laltu kumar jha');
    P = J.getContentPane
    P.add(L)
    J.setSize(500,500);
    J.setVisible(1)

    f = javax.swing.JFrame;
    set(f,'ComponentResizedCallback', @(handle,evt) disp(evt.getSource.getSize));
    f.setSize(200,200);
    f.show;



    %%%%%%%%%%%%%%%%%%%%%%%%%%%%
    n=100;
    x=linspace(-3,3,n);
    y=linspace(-3,3,n);
    z=linspace(-3,3,n);
    [X,Y,Z]=ndgrid(x,y,z);
    F=320 * ((-X.^2 .* Z.^3 -9.*Y.^2.*Z.^3/80) + (X.^2 + 9.* Y.^2/4 + Z.^2-1).^3);
    isosurface(F,0)
    view([-52 8]);
    grid on
    %%%%%%%%%%%%%%%%%%%

    ReplyDelete
  3. Sir, Kindly post any dataset which consists of blurred images sir.. (Motion blur, Gaussian blur and Out-of-focus blur)..
    Thank you in advance..

    ReplyDelete