Computers & Internet Logo

Related Topics:

Posted on Mar 20, 2008
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Java programming hello i am doing face recognition program using portable grey map. i dont have problem in getting the output.i am getting the output when i give pgm image as input. my problem is to convert jpeg image that i get from my mobile to pgm and also crop it and resize it to 80 * 80 . can anyone help me thanks

  • Anonymous Mar 20, 2008

    can anyone suggest me list of some simple java projects which i can do for my college submission

×

1 Answer

Steve Nordquist

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Master 982 Answers
  • Posted on Mar 24, 2008
Steve Nordquist
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: Feb 22, 2008
Answers
982
Questions
2
Helped
213499
Points
2276

There are 2000 jpeg libraries in Java out there, easily searchable on search engines, sourceforge, maybe versiontracker, and secondly, you're asking for (what should be application-specific -output-; why would you hobble input) crop/resize without hinting at your algorithm? First, get a real programmer....

Java project for college applications? Gee, how about one to take a personality inventory (the INTJ type; only padded out) including areas of interest and make people little public/private spot codes (2D barcodes, like the ones in Japanese magazines) to indicate their type. The camera in a cellphone with J2ME can read the codes, maybe.... The cool part is that they're coupled with either P3P in wikis or java applets that help communicate with that person if you're an type that would otherwise take bothersome human care and preface to communicate.
There are all kinds of little systems you can build to thwart the draggy bits of Alzheimers' etc. with various little expert systems, that come up when you read a science journal (Nature, Science, Dr. Dobb's Journal, JAMA, JVNA....
You could invent something other than big-headed anime characters to add a personal visual reference to GUIs; emobots were cool, but maybe you can have a **** Cheney's Hands IM environment if it doesn't already exist (see also: Galludet University (for deaf students) stuff.)

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Tm u220 java

Are you printing from inside a java program (output) or from a java program editor.
Use the command to Open an output file, have all your output sent to the output file, close the output file properly before you exit the java program. After you finish send the output file to the matrix printer as you would with ASCII file. If the printer is installed properly, your OS should know where to send the output.
0helpful
1answer

Java Vitual Machine Launcher prompts this message "Could not find the main class. Program will exit" How can I solve this problem? I need urgent assistance.

You need to compile the .java file you have, and run the .class file that is produced.
Open up command prompt, go to your working directory. If your file was called Hello.java: In command prompt type "javac Hello.java". Now, in the working directory, you will see a new file, Hello.class. Run that file by "java Hello.class". Hope this helps!
Thanks for using FixYa
3helpful
1answer

I need source code in java for face recognition or iris recognition... please help me asap

Have you tried any of these? Most are in java...
Lots of others but they're written in C, C++, etc.

Hope that helps! :)
1helpful
1answer

JAVA PROGRAMMING

Editplus is a great html/java compiler
1helpful
1answer

I have a hand written documents which is scanned and stored in a pdf format. i want to write coding to read this pdf file and convert the scanned text into normal text. is it possible using java. please...

No and here's why... Java is a programming language; its purpose is to be used to create programs that do useful things, but it is not equipped to do the complex analyses required to convert images to text. What you need is an OCR "image to text" conversion software application. Java is not such an application; it is a programming language meant to be used by programmers in a "platform independent context" (usually the World Wide Web). I suggest searching Google for what you need using these keyword strings: OCR image-to-text software. OCR stands for Optical Character Recognition.

Note that performing OCR on handwritten text is particularly difficult because it is so non-uniform (irregular). Here is a link that may be helpful in your quest for what is on its face at least by the way you asked, a very difficult process: http://www.softpedia.com/get/Office-tools/Other-Office-Tools/OCR-Image-to-Text-Conversion-Tool.shtml.

As one of my best programming professors (who taught me Java) used to say, "Yes, anything is possible in creating a computer program, but only if you have enough what? Skills, money and time to get the job done! Don't forget: time is money, so you know, don't bite off more than you can chew."
1helpful
5answers

Can anyone tell how run java program in cmd prompt???

Hi,

You need to type:

If it's a program.class

java program

or of it's a program.jar

java -jar program.jar

regards
1helpful
1answer

I need the java source code for face or iris recognition system

Find it here: http://darnok.com/programming/face-recognition/


P.S.: If this information was helpful, please rate this solution.
0helpful
1answer

Java programming: file access

(R.id.note) this is the error in java, How can I rectify it;
0helpful
1answer

Face recognition in java

http://www.ifp.uiuc.edu/~krejcark/Demo/DemoParams.dat
Not finding what you are looking for?

168 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...