Click here to Skip to main content
15,914,013 members
Please Sign up or sign in to vote.
1.00/5 (6 votes)
See more:
i am planning to do a mini project in java.my domain is image processing.i have decided to find numerical values from an image..pls help me in doing this project..
Posted
Updated 6-Jul-11 10:09am
v3
Comments
Sergey Alexandrovich Kryukov 5-Jul-11 5:49am    
Huh?
--SA
TorstenH. 5-Jul-11 7:53am    
help me in getting paid for that!
Joan M 5-Jul-11 9:17am    
You should definitely re-read your question and try to imagine what people will read... Please, improve your question in order to allow someone to help you.

I've started it for you, I'll leave the rest as an exercise for the OP:
Java
/*
 * ImageApp.java
 */

package com.image;

/**
 * The main class of the application.
 */
public class ImageApp {

    /**
     * Main method launching the application.
     */
    public static void main(String[] args) {
        // logic goes here
    }
}
 
Share this answer
 
Comments
Richard MacCutchan 5-Jul-11 16:40pm    
I just built this on my system and it worked first time; amazing!
CPallini 5-Jul-11 16:56pm    
You shouldn't unveil experienced developer's secrets!
TorstenH. 6-Jul-11 2:55am    
*ts* the package declaration is a bit miserable - but hey, it's working. 5!
Joan M 6-Jul-11 16:37pm    
Has the OP selected this answer as a solution? truly? :OMG: LOL...
Nagy Vilmos 7-Jul-11 9:50am    
I have great foo! ;)
Start here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900