character segmentation code in java
#1

need java code for character segmentation

need java code for character segmentation
Reply
#2

character segmentation code in java

Plot the histogram (gradient value vs number of black pixel) and find the segmentation point for splitting the cursive character.

1.0 For each pixel column in the text line
1.1 Count the number of black pixels
End For
2.0 Generate histogram representing the number of black pixels in each column
3.0 Find the maximum value in the histogram
4.0 Set the threshold using the maximum value in the histogram
5.0 Assign positive and negative signs to the histogram gradient values.
6.0 For each group of consecutive negative sign values in the histogram
6.1 Count the negative sign values
6.2 If the number of negative values is less than the threshold
6.2.1 Convert all the negative sign values to positive
End If
End For
7.0 Set the text line height as the sliding window width
8.0 For each histogram value
8.1 If negative sign gradients meets positive sign gradients
8.1.1 Set pixel count as character segmentation point
End If
End For
9.0 For each character segmentation point
9.1 Find next segmentation point
9.2 If length between the segmentation points is less than the sliding window width
9.2.1 Segment based on the segmentation points
End If
9.3 Else
9.3.1 Segment based on the sliding window width
End Else
End For
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: segmentation of line word or character, character segmentation from word code in matlab, line word and character segmentation matlab code, kannada character segmentation code in opencv, implementation of character stuffing in java, kannada character segmentation ppt, character segmentation code in java,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  simple java rmi chat application source code 2 19,210 20-07-2018, 12:08 PM
Last Post: Guest
  free download source code for online movie ticket booking in java 2 18,721 15-08-2017, 03:21 PM
Last Post: Morshed
  source code for rsa encryption and decryption in java 2 8,020 29-05-2017, 04:21 PM
Last Post: Meghna Jadhav
  source code for task scheduling using genetic algorithm using java 2 8,531 11-04-2017, 08:31 PM
Last Post: Guest
  color image segmentation using jseg algorithm in matlab code 2 867 29-09-2016, 12:07 PM
Last Post: Guest
  source code for suspicious email detection in java Parvesh.2595 2 1,029 23-08-2016, 04:05 PM
Last Post: seminar report asees
  ticket reservation java source code android 3 930 23-08-2016, 10:58 AM
Last Post: Guest
  java netbeans source code employee management system 2 894 21-07-2016, 02:30 PM
Last Post: jaseela123d
  queue management system in hospital in java with source code 2 891 14-07-2016, 02:39 PM
Last Post: seminar report asees
  lsb 1 bit algorithm implementation java source code 2 915 11-07-2016, 04:44 PM
Last Post: dhanabhagya

Forum Jump: