Search:

Type: Posts; User: Cheungxin

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    863

    Re: add image to database using java

    Here is a basic example for adding image to database using java.
    public static void main(String[] args) throws Exception {
    // Select file
    JFileChooser fileChooser = new JFileChooser();
    ...
  2. Replies
    3
    Views
    1,485

    Re: Image detection and processing

    Generally, detect or recognize image from camera will need OCR technology. And If you wanna to process the detected image, it requires the OCR solution be qualified with post-processing functions.
  3. Replies
    6
    Views
    2,737

    Re: Image Processing in Java

    Image Processing in Java

    I just got around to this post… it’s funny because I am also quite interested in this question. I've done some reserch on it and read a lot on guides. However, I still...
  4. Replies
    2
    Views
    1,208

    Re: ocr in image processing

    I've met the similar OCR image processing issue and wonder whether it is solved now?
    I had searched through the web and although there been posted similar issue for doing image OCR. But I can't have...
  5. Replies
    3
    Views
    1,352

    Re: how to create excel file in java

    If you are generating the excel in a browser just call the method you want to generate the excel file based on a url and set the response properties like this,

    //1.Fill the data from db

    ...
  6. Thread: Hi Everyone!

    by Cheungxin
    Replies
    2
    Views
    817

    Re: Hi Everyone!

    Hi, I am newbie here to.:o
Results 1 to 6 of 6