Search:

Type: Posts; User: Mumpy Zinu

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    995

    Re: Third order derivative

    Want to know how to write code that finds the value of the equation when x and y are known?
  2. Replies
    3
    Views
    995

    Third order derivative

    How to write java code for 3rd order derivative equation D"'(x,y)=3x-x2+3y-y2 *exp{(x2+y2)/2}
  3. Replies
    6
    Views
    710

    Re: What's wrong in this code?

    Then how to correct this code??
  4. Replies
    6
    Views
    710

    Re: What's wrong in this code?

    When I want to run the noise function its showing error .How to solve this problem??The error are
    "]Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Uncompilable source code -...
  5. Replies
    6
    Views
    710

    What's wrong in this code?

    Main.java

    import java.io.File;
    import java.io.IOException;
    import java.io.FileNotFoundException;


    public class Main
    {
    /**
  6. Replies
    4
    Views
    959

    Re: Image processing tutorial

    How to run and display noise part?? Can anybody help please
    ts showing error .How to solve this problem??3001
  7. Replies
    4
    Views
    959

    RE: Image Processing Tutorial

    When I want to run the noise function its showing error .How to solve this problem??The error are
    "]Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Uncompilable source code -...
  8. Replies
    4
    Views
    959

    Re: Image processing tutorial

    How to run and display noise, pixelate and histogramThreshold images its showing lots of error??Can anybody help pls
  9. How to convert m.file to exe.file in Matlab 12

    There some algorithms of denoising...For the denoising portion I have to build a web page where our technique of denoising and other denoising algorithms such as NLM and Gaussian can be compared....
  10. How to show the output image (using java) as resultant image in webpage

    whats wrong with my coding? I have process button in my web page by clicking the process button the java coding run in back-end and show the output as resultant image in the web page,here is my...
  11. Replies
    5
    Views
    1,017

    Re: Non local means filter

    Source code not available here,any link for source code please??

    --- Update ---


    how to implement this NLM matlab code(File Exchange - MATLAB Central) into java.Is there any helpful link
  12. Replies
    5
    Views
    1,017

    Re: Non local means filter

    Yes how to implement this NLM matlab code(File Exchange - MATLAB Central) into java.Is there any helpful link
  13. Replies
    5
    Views
    1,017

    Non local means filter

    How to implement non local means filter in java???Any code? or helpful link to get idea???
  14. Replies
    8
    Views
    28,850

    Re: Image processing tutorial

    gaussianFilter part not working,Images not blurred how to display images with gaussianFilter??? anybody help please
  15. Replies
    2
    Views
    1,293

    Re: how to link html files to java program

    Ok...the web pages are there and now we have the java code of Gaussian filter. Next just link this up all. That means we will select image from webpage by browse, click the button of process...
  16. Replies
    2
    Views
    1,293

    how to link html files to java program

    The web pages are there and now we have the java code of Gaussian filter. Next just link this up all. That means we will select image from webpage by browse, click the button of process (Gaussian...
  17. Replies
    1
    Views
    1,093

    how to convert rgb to a grayscale image??

    Can anybody send me source code please
  18. Replies
    3
    Views
    1,456

    Re: How to convert matlab code in Java??

    How to write Imread code in java???
  19. Replies
    0
    Views
    813

    How to solve??

    I have matlab code and i have to convert this code in java.I dont know how to do this.Can you help me please??? here is my Matlab code

    clc;
    clear all;
    close all;
    I=imread('test46.jpg');...
  20. Replies
    3
    Views
    1,456

    How to convert matlab code in Java??

    I have matlab code and i have to convert this code in java.I dont know how to do this.Can you help me please??? here is my Matlab code

    clc;
    clear all;
    close all;
    I=imread('test46.jpg');...
  21. Replies
    0
    Views
    851

    [SOLVED] Conversion of matlab code in Java

    I have matlab code and i have to convert this code in java.I dont know how to do this.Can you help me please??? here is my Matlab code

    clc;
    clear all;
    close all;
    I=imread('test46.jpg');...
Results 1 to 21 of 23