Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~493 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Devon_1

I am trying to create a 2D array of Point of distorted checker board like this photo: [Click Here](http://download.altamisoft.ru/download/resources/image_with_points.jpeg) Starting from the mid point, I think there should be some kind of sin and cos algorithm depending on x&y distance between each vertex and the mid point but I don't …

Member Avatar for ddanbe
0
182
Member Avatar for Devon_1

Hi, I am working on tesseract OCR with my data set that only has upper case English alphabets and numbers. Is there a way to modify an existing traineddata file so that it only searches for upper case alphabets and numbers?

Member Avatar for rproffitt
0
88
Member Avatar for Devon_1

Hi, I am converting some C++ code to C# now and need some help on reading it! The C++ code is: uchar p2 = im.at<uchar>(i-1, j); uchar p3 = im.at<uchar>(i-1, j+1); uchar p4 = im.at<uchar>(i, j+1); uchar p5 = im.at<uchar>(i+1, j+1); uchar p6 = im.at<uchar>(i+1, j); uchar p7 = im.at<uchar>(i+1, …

Member Avatar for rproffitt
0
223