photo

Y.L.K KHUMAN


Last seen: 1년 초과 전 2014년부터 활동

Followers: 0   Following: 0

메시지

STUDENT Professional Interests: OCR, IMAGE PROCESSING

통계학

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


How to return multiple image as output results by the for-loop of the function into the main
I want to get all the segmented lines image results from my functions into the main, but it only returns the last line of the in...

5년 초과 전 | 답변 수: 0 | 1

0

답변

질문


I cannot recognize character input image, using CNN and own characters image data-sets.
I had trained CNN by using own characters image datasets, whis is created by myself. And I follow the https://in.mathworks.com/h...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


In binary image, how to convert large black pixels area into white ?
I am working on skew detection and correction. I had corrected the skewness of the image, but I found that there is large size o...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Drawing bounding box for the skew text regions
I want to draw the bounding box for the skew text regions. Like the given Image. <</matlabcentral/answers/uploaded_files/972...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate accuracy rate of picture removal from text document image.
My program had successfully removed pictures from scanned text document images. But I am confused that, how to calculate the acc...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


Matalb does't recognized Meitei Mayek Script. Need help.
<</matlabcentral/answers/uploaded_files/68972/meitei%20mayek%20script.png>> I want to write a program for OCR using template ...

7년 초과 전 | 답변 수: 0 | 0

0

답변

1

답변

질문


Is there any MATLAB build in functions for features extraction of single character.?
I want to extract features of the characters that i had been segmented, for the pattern recognition using SVM classifier. So is ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


I want to segment the word which is between the black color . i could'd by this code help please.
close all; clear all; clc; im=imread('Segmented_line1.jpg');%read the image figure, imshow(im); bw=im2bw(im);%convert...

대략 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to save bounding box image?
[L, a,]=bwlabel(I); %% Label connected components propied=regionprops(L,'BoundingBox'); %% Measure properties of image re...

대략 10년 전 | 0

질문


How to segment Non-Connecting word from the segmented line. I had tried some part of the program but i could get the result. i want to segment the word as separate image and save it into a specific folder.
I wrote up to this. here is my code. **character between the words are not connected. close all; clear all;...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


please help in this program. is to find the index of zeros which is in consecutive order which should more or equal to 5 time.
a=[0,0,0,0,0,0,0,0,9,8,5,6,0,0,0,0,0,0,3,4,6,8,0,0,9,8,4,0,0,7,8,9,5,0,0,0,0,0,8,9,0,5,8,7,0,0,0,0,0]; [x,y]=size(a); for i=...

대략 10년 전 | 답변 수: 2 | 0

2

답변