Ask Your Question

Malathi_72's profile - activity

2020-07-13 19:22:46 -0600 commented question smooth edges in binary images

Can i get some python translation of it. I could not understand c++ syntax

2020-07-13 09:56:54 -0600 asked a question smooth edges in binary images

smooth edges in binary images I tried with guassian blur, erode/dilate concept but not suitable for the type of image s

2020-07-02 21:03:02 -0600 commented question Want to resize roi by 1.5 within the original image size 128*128

Please suggest alternate solution for the problem stated

2020-07-02 10:19:37 -0600 commented question Want to resize roi by 1.5 within the original image size 128*128

image shape mismatch. Original shape not retained

2020-07-02 07:08:31 -0600 asked a question Want to resize roi by 1.5 within the original image size 128*128

Want to resize roi by 1.5 within the original image size 128*128 def fresize(image): h = image.shape[0] w = image.shape[

2020-07-02 07:06:06 -0600 commented answer Deskew skews the untilted image

It is not a syntax error. It is working in my system, but for correct images, it adds skew. It is only on posting code a

2020-06-30 23:39:08 -0600 asked a question Deskew skews the untilted image

Deskew skews the untilted image def correct_skew(image, delta=0.5, limit=5): def determine_score(arr, angle): data =

2020-06-27 20:13:58 -0600 asked a question Align the image contents vertically

Align the image contents vertically Want to align vertically the handwritten digits which are inclined.

2020-06-27 06:11:26 -0600 received badge  Enthusiast
2020-06-25 01:34:32 -0600 edited question Create mask of one column/row

Create mask of one column/row Error: Extract white pixels in image boundary of 2*60 . Starting point of rectanglr(xs,in

2020-06-25 01:33:05 -0600 edited question Create mask of one column/row

Create mask of one column/row Error: Extract white pixels in image boundary of 2*60 . Starting point of rectanglr(xs,in

2020-06-24 05:10:39 -0600 commented question Create mask of one column/row

The code is used in opencv image based program. Please look into the title also. Basically i want to check if the column

2020-06-24 03:21:56 -0600 asked a question Create mask of one column/row

Create mask of one column/row Error- index 0 is out of bounds for axis 0 with size 0 for the code- mask = np.zeros(2

2020-06-24 01:37:31 -0600 commented question Split bounding rectangle on white spaces columnwise

The figures shown are of sample input. Atleast on images where 3-4 whitespace columns are their between characters, can

2020-06-23 20:08:52 -0600 commented question Split bounding rectangle on white spaces columnwise

holger is right. supra56 is referring to segmenting english characters.Solution goes at sub contours. But this is of in

2020-06-23 09:21:53 -0600 commented question Split bounding rectangle on white spaces columnwise

Please look into the updated question

2020-06-23 09:20:18 -0600 edited question Split bounding rectangle on white spaces columnwise

Split bounding rectangle on white spaces columnwise outputImage = img.copy() npaContours, npaHierarchy = cv2.findCont

2020-06-23 09:14:15 -0600 edited question Split bounding rectangle on white spaces columnwise

Split bounding rectangle on white spaces columnwise outputImage = img.copy() npaContours, npaHierarchy = cv2.findCont

2020-06-22 22:16:21 -0600 commented question Split bounding rectangle on white spaces columnwise

Added sample image

2020-06-22 22:15:47 -0600 received badge  Editor (source)
2020-06-22 22:15:47 -0600 edited question Split bounding rectangle on white spaces columnwise

Split bounding rectangle on white spaces columnwise outputImage = img.copy() npaContours, npaHierarchy = cv2.findCont

2020-06-22 07:28:31 -0600 commented question Split bounding rectangle on white spaces columnwise

In the highest level boundingRect of contours, want to split the rectangle vertically further. Using in the context of s

2020-06-22 07:14:58 -0600 asked a question Split bounding rectangle on white spaces columnwise

Split bounding rectangle on white spaces columnwise outputImage = img.copy() npaContours, npaHierarchy = cv2.findContou

2020-06-11 12:01:34 -0600 asked a question Setting pixel values behaves differently on different machines.

Setting pixel values behaves differently on different machines. I wanted to get left half, right half of image with orig